mbox series

[0/2] iommu/arm-smmu: Use platform_irq_count()

Message ID 20211223130046.9365-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series iommu/arm-smmu: Use platform_irq_count() | expand

Message

Prabhakar Dec. 23, 2021, 1 p.m. UTC
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(-)