diff options
author | John Keeping <john@metanate.com> | 2017-03-23 13:59:31 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-28 12:18:50 +0300 |
commit | 88bb94216f59e10802aaf78c858a4146085faf18 (patch) | |
tree | d096b789e02460b33c2e9f20334ad008a8262fd0 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 05709c3e88f5f0adb7889facbfd546c998f65d59 (diff) | |
download | linux-88bb94216f59e10802aaf78c858a4146085faf18.tar.xz |
pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip
With real-time preemption, regmap functions cannot be used in the
implementation of irq_chip since they use spinlocks which may sleep.
Move the setting of the mux for IRQs to an irq_bus_sync_unlock handler
where we are allowed to sleep.
Signed-off-by: John Keeping <john@metanate.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions