Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iommu/arm-smmu: Use platform_irq_count()
@ 2021-12-23 13:00 Lad Prabhakar
  2021-12-23 13:00 ` [PATCH 1/2] iommu/arm-smmu: Use platform_irq_count() to get the interrupt count Lad Prabhakar
  2021-12-23 13:00 ` [PATCH 2/2] iommu/arm-smmu: Propagate errors from platform_get_irq() Lad Prabhakar
  0 siblings, 2 replies; 9+ messages in thread
From: Lad Prabhakar @ 2021-12-23 13:00 UTC (permalink / raw)
  To: Will Deacon, Robin Murphy, Joerg Roedel, Rob Clark,
	linux-arm-kernel, iommu
  Cc: Xin Tan, Sai Prakash Ranjan, Isaac J. Manjarres, Rob Herring,
	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/

While I was at it created patch 2/2 to propagate errors upstream.

Cheers,
Prabhakar

Lad Prabhakar (2):
  iommu/arm-smmu: Use platform_irq_count() to get the interrupt count
  iommu/arm-smmu: Propagate errors from platform_get_irq()

 drivers/iommu/arm/arm-smmu/arm-smmu.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 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] 9+ messages in thread

end of thread, other threads:[~2022-02-08 15:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 13:00 [PATCH 0/2] iommu/arm-smmu: Use platform_irq_count() Lad Prabhakar
2021-12-23 13:00 ` [PATCH 1/2] iommu/arm-smmu: Use platform_irq_count() to get the interrupt count Lad Prabhakar
2021-12-23 14:14   ` Robin Murphy
2021-12-23 17:36     ` Lad, Prabhakar
2022-02-08 15:19     ` Will Deacon
2022-02-08 15:28       ` Robin Murphy
2022-02-08 15:31         ` Will Deacon
2021-12-23 13:00 ` [PATCH 2/2] iommu/arm-smmu: Propagate errors from platform_get_irq() Lad Prabhakar
2021-12-23 14:19   ` Robin Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox