]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:32:24 +0000 (11:32 +0200)
commita5de08013672d771ba878c09e97f83ec3989b30a
tree7621b5a0da41de5f117e8cc21c5dbf0563ee1838
parent7718cac88524e921067a603863ea5a51a5ba7525
gpio: ixp4xx: Make irqchip immutable

[ Upstream commit 94e9bc73d85aa6ecfe249e985ff57abe0ab35f34 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpio-ixp4xx.c