diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-03-20 12:55:16 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-03-23 16:31:19 +0300 |
commit | 2093bcd872321a5301470978231b23cc121e3476 (patch) | |
tree | 1d7dbe9f82720b9339d37041d0a00eba73f9bd64 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b4510f8fd5d0e9afa777f115871f5d522540c417 (diff) | |
download | linux-2093bcd872321a5301470978231b23cc121e3476.tar.xz |
gpio: xlp: Convert to immutable irq_chip
Convert the driver to immutable irq-chip with a bit of
intuition.
In this case the driver uses .mask_ack() and .unmask()
and since I have a vague idea about the semantics of
.mask_ack() I added .irq_enable() to the existing .irq_disable()
and called into the gpiolib core from those callbacks
instead of mask/unmask.
Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions