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

Lad Prabhakar posted 2 patches 4 years, 6 months ago
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 11 ++++-------
drivers/mtd/nand/raw/omap_elm.c            | 16 +++++++---------
2 files changed, 11 insertions(+), 16 deletions(-)
[PATCH 0/2] mtd: nand: Use platform_get_irq*() variants to fetch IRQ's
Posted by Lad Prabhakar 4 years, 6 months ago
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 (2):
  mtd: rawnand: omap_elm: Use platform_get_irq() to get the interrupt
  mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interrupt

 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 11 ++++-------
 drivers/mtd/nand/raw/omap_elm.c            | 16 +++++++---------
 2 files changed, 11 insertions(+), 16 deletions(-)

-- 
2.17.1