[GIT PULL] irqchip fixes for 5.13, take #1
From: Marc Zyngier
Date: Sun May 16 2021 - 08:22:42 EST
Hi Thomas,
Here's a very small set of irqchip fixes for 5.13, two being
regressions introduced in the last merge window. One fixes an irqdesc
allocation issue on a PXA machine, the other limits the selection of
the Apple AIC controller to configuration that select support for the
Apple M1 system. Finally, a few useless error messages are removed.
Please pull,
M.
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.13-1
for you to fetch changes up to fbb80d5ad400a12ec67214a0e7e9f9497dc9e615:
irqchip: Remove redundant error printing (2021-05-16 13:07:18 +0100)
----------------------------------------------------------------
irqchip fixes for 5.13, take #1
- Fix PXA Mainstone CPLD irq allocation in legacy mode
- Restrict the Apple AIC controller to the Apple platform
- Remove a few supperfluous messages on devm_ioremap_resource() failure
----------------------------------------------------------------
Geert Uytterhoeven (1):
irqchip/apple-aic: APPLE_AIC should depend on ARCH_APPLE
Marc Zyngier (1):
ARM: PXA: Fix cplds irqdesc allocation when using legacy mode
Zhen Lei (1):
irqchip: Remove redundant error printing
arch/arm/mach-pxa/pxa_cplds_irqs.c | 7 ++++++-
drivers/irqchip/Kconfig | 2 +-
drivers/irqchip/irq-mvebu-icu.c | 4 +---
drivers/irqchip/irq-mvebu-sei.c | 4 +---
drivers/irqchip/irq-stm32-exti.c | 4 +---
5 files changed, 10 insertions(+), 11 deletions(-)