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/
Note: I have just build tested the patches.
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 | 39 +++++++++++++++++++++++-------
3 files changed, 39 insertions(+), 21 deletions(-)
--
2.17.1