diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-03-20 10:55:11 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-03-23 14:31:18 +0100 |
commit | ef902f54e91b3012586f6387daeebec2966312f0 (patch) | |
tree | 6f1284089dfc6f66431548e602423435ce9193e5 /scripts/gdb/linux/utils.py | |
parent | 32585b565fed013449f9a58b05846b508b989e74 (diff) |
gpio: thunderx: Convert to immutable irq_chip
Convert the driver to immutable irq-chip with a bit of
intuition.
Whereas in most cases we put the gpiochip_[enable|disable]_irq()
calls in the .irq_mask() and .irq_unmask() callbacks, here
we need to put them in the .irq_enable() and .irq_disable()
callbacks, as this driver uses both .irq_mask() and
.irq_mask_ack().
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions