diff options
author | 2023-03-20 10:55:09 +0100 | |
---|---|---|
committer | 2023-03-23 14:31:18 +0100 | |
commit | 5ff8240e47de33db6c0098368784672bd47d57cb (patch) | |
tree | c69ed2a7d09f3fdfe30975a43a01c6c3e65d8bc5 /tools/perf/scripts/python | |
parent | gpio: rda: Convert to immutable irq_chip (diff) | |
download | wireguard-linux-5ff8240e47de33db6c0098368784672bd47d57cb.tar.xz wireguard-linux-5ff8240e47de33db6c0098368784672bd47d57cb.zip |
gpio: siox: Convert to immutable irq_chip
Convert the driver to immutable irq-chip with a bit of
intuition.
In this case I had to figure out a way to get to the
struct gpio_chip that would work even when the irq_chip
is not part of the driver state container. I did this by
just doing what most other GPIO drivers do and pass
the state struct as data to devm_gpiochip_add_data()
and rewrite accordingly.
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')
0 files changed, 0 insertions, 0 deletions