diff options
author | 2015-09-16 23:47:39 +0200 | |
---|---|---|
committer | 2016-02-17 17:52:59 +0100 | |
commit | 99a81706526fb167029a940ef1f7bfbe882abd3e (patch) | |
tree | f35afa9e90b6a0825bf3f527160482fda286e91c /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | clk: at91: make use of syscon/regmap internally (diff) | |
download | linux-dev-99a81706526fb167029a940ef1f7bfbe882abd3e.tar.xz linux-dev-99a81706526fb167029a940ef1f7bfbe882abd3e.zip |
clk: at91: remove IRQ handling and use polling
The AT91 clock drivers make use of IRQs to avoid polling when waiting for
some clocks to be enabled. Unfortunately, this leads to a crash when those
IRQs are threaded (which happens when using preempt-rt) because they are
registered before thread creation is possible.
Use polling on those clocks instead to avoid the problem.
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions