linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's
@ 2022-04-04 15:55 Lad Prabhakar
  2022-04-04 15:55 ` [PATCH v3 1/3] dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the interrupt Lad Prabhakar
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Lad Prabhakar @ 2022-04-04 15:55 UTC (permalink / raw)
  To: Sean Wang, Vinod Koul, Matthias Brugger, dmaengine
  Cc: linux-arm-kernel, linux-mediatek, linux-kernel, Prabhakar,
	Lad Prabhakar

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/

Changes for v3:
* Included Ack from Andy.

Cheers,
Prabhakar

Lad Prabhakar (3):
  dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the
    interrupt
  dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() to get the
    interrupt
  dmaengine: mediatek-cqdma: Use platform_get_irq() to get the interrupt

 drivers/dma/mediatek/mtk-cqdma.c | 12 ++++--------
 drivers/dma/mediatek/mtk-hsdma.c | 11 ++++-------
 drivers/dma/nbpfaxi.c            | 14 ++++++--------
 3 files changed, 14 insertions(+), 23 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-11 10:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 15:55 [PATCH v3 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's Lad Prabhakar
2022-04-04 15:55 ` [PATCH v3 1/3] dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the interrupt Lad Prabhakar
2022-04-04 15:55 ` [PATCH v3 2/3] dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() " Lad Prabhakar
2022-04-04 15:55 ` [PATCH v3 3/3] dmaengine: mediatek-cqdma: " Lad Prabhakar
2022-04-07  2:52 ` [PATCH v3 0/3] dmaengine: Use platform_get_irq*() variants to fetch IRQ's Lad, Prabhakar
2022-04-08 17:46   ` Vinod Koul
2022-04-08 19:04     ` Lad, Prabhakar
2022-04-11 10:57 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).