[PATCH v2 0/3] i2c/busses: Use platform_get_irq/_optional() variants to fetch IRQ's

From: Lad Prabhakar
Date: Tue Dec 21 2021 - 12:53:32 EST


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@xxxxxxxxxxxxxx/

Cheers,
Prabhakar

Lad Prabhakar (3):
i2c: bcm2835: Use platform_get_irq() to get the interrupt
i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt
i2c: riic: Use platform_get_irq() to get the interrupt

drivers/i2c/busses/i2c-bcm2835.c | 11 ++++------
drivers/i2c/busses/i2c-riic.c | 10 ++++-----
drivers/i2c/busses/i2c-sh_mobile.c | 34 +++++++++++++++++++++++-------
3 files changed, 35 insertions(+), 20 deletions(-)

--
2.17.1