mbox series

[0/2] gpio: Use platform_get_irq*() variants to fetch IRQ's

Message ID 20211222171915.9053-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Headers show
Series gpio: Use platform_get_irq*() variants to fetch IRQ's | expand

Message

Prabhakar Mahadev Lad Dec. 22, 2021, 5:19 p.m. UTC
Hi All,

This patch series aims to drop using platform_get_resource() for IRQ types
in preparation for removal of static setup of IRQ resource from DT core
code.

Dropping usage of platform_get_resource() was agreed based on
the discussion [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/20211209001056.29774-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (2):
  gpio: ts5500: Use platform_get_irq() to get the interrupt
  gpio: rcar: Use platform_get_irq() to get the interrupt

 drivers/gpio/gpio-rcar.c   | 12 ++++--------
 drivers/gpio/gpio-ts5500.c | 11 ++++-------
 2 files changed, 8 insertions(+), 15 deletions(-)