mbox series

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

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

Message

Prabhakar Mahadev Lad Dec. 24, 2021, 2:57 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):
  pinctrl: samsung: Use platform_get_irq_optional() to get the interrupt
  pinctrl: at91-pio4: Use platform_get_irq_optional() to get the
    interrupt

 drivers/pinctrl/pinctrl-at91-pio4.c       | 14 ++++++--------
 drivers/pinctrl/samsung/pinctrl-samsung.c |  9 +++++----
 2 files changed, 11 insertions(+), 12 deletions(-)