[PATCH 0/3] gpio: rockchip: Fix generic IRQ chip leak and modernize resource mapping
Marco Scardovi
scardracs at disroot.org
Sun Jun 7 16:05:01 PDT 2026
Hi all,
This series fixes a generic IRQ chip leak in the gpio-rockchip driver
and performs two small cleanups to use standard platform device helper APIs.
Patch 1 fixes a leak caused by generic IRQ chips not being removed before
IRQ domain teardown.
Patch 2 converts register mapping to use devm_platform_ioremap_resource().
Patch 3 converts interrupt retrieval to use platform_get_irq().
Marco Scardovi (3):
gpio: rockchip: fix generic IRQ chip leak on remove
gpio: rockchip: use devm_platform_ioremap_resource() to map registers
gpio: rockchip: use platform_get_irq() to retrieve interrupt
drivers/gpio/gpio-rockchip.c | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
--
2.54.0
More information about the linux-arm-kernel
mailing list