summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-03-17 11:18:56 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-04-14 11:30:40 +0900
commitaa5de826afe747c353162bbc116c63ab5335f91c (patch)
treead590ddc4d888de138a96f23f1139ff9c08d386b /tools/perf/scripts/python
parent9e7b83c221cc257f4dc37acc82bbcb80627c0ab9 (diff)
downloadkernel-aa5de826afe747c353162bbc116c63ab5335f91c.tar.gz
ARM: shmobile: lager-reference: Work around core clock issues
Due to issues with runtime PM clock management, clocks not explicitly managed by their drivers may not be enabled at all, or be inadvertently disabled by the clk_disable_unused() late initcall. Until this is fixed, add a temporary workaround, calling shmobile_clk_workaround() with enable == true. For now this enables the clocks for: ether, msiof1, qspi_mod, and thermal. More clocks can be added if needed. Based on work for the koelsch board by Geert Uytterhoeven. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
'>perf evsel: Propagate error info from tp_formatJiri Olsa 2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa 2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa 2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa 2015-06-26perf stat: Introduce perf_counts functionJiri Olsa 2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa 2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa 2015-05-29perf tests: Aename open*.c to openat*.cRiku Voipio