]> git.itanic.dy.fi Git - linux-stable/commit
gpio: ixp4xx: Make irqchip immutable
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 11 Sep 2022 19:07:51 +0000 (21:07 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Tue, 13 Sep 2022 14:17:45 +0000 (16:17 +0200)
commit94e9bc73d85aa6ecfe249e985ff57abe0ab35f34
tree8e9dfeb086b48e3d17fe8841be72d67bd23e1908
parent1660c679d6d4779fbce937d0c9dc2af56e66e62d
gpio: ixp4xx: Make irqchip immutable

This turns the IXP4xx GPIO irqchip into an immutable
irqchip, a bit different from the standard template due
to being hierarchical.

Tested on the IXP4xx which uses drivers/ata/pata_ixp4xx_cf.c
for a rootfs on compact flash with IRQs from this GPIO
block to the CF ATA controller.

Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-ixp4xx.c