Merge branch irq/devm-churn into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Wed, 20 Oct 2021 18:37:04 +0000 (19:37 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 20 Oct 2021 18:37:04 +0000 (19:37 +0100)
* irq/devm-churn:
  : .
  : Rework a number of drivers to use devm_platform_ioremap_resource()
  : instead of platform_get_resource() + devm_ioremap_resource().
  : .
  irqchip/ti-sci-inta: Make use of the helper function devm_platform_ioremap_resource()
  irqchip/stm32: Make use of the helper function devm_platform_ioremap_resource()
  irqchip/irq-ts4800: Make use of the helper function devm_platform_ioremap_resource()
  irqchip/irq-mvebu-pic: Make use of the helper function devm_platform_ioremap_resource()
  irqchip/irq-mvebu-icu: Make use of the helper function devm_platform_ioremap_resource()

Signed-off-by: Marc Zyngier <maz@kernel.org>

Trivial merge