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