[GIT PULL] irqchip fixes for 6.1, take #1

From: Marc Zyngier
Date: Wed Oct 12 2022 - 03:51:56 EST


Hi Thomas,

Here are 3 irqchip fixes for 6.1, addressing a couple of issues found
in the newly merged IMX-MU driver, as well as one for the ls-extirq
driver. Nothing exciting.

Please pull,

M.

The following changes since commit 732d69c80cb04a587d9ec2935bcb63989e66eb92:

Merge branch irq/misc-6.1 into irq/irqchip-next (2022-09-29 17:21:16 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-6.1-1

for you to fetch changes up to 6c9f7434159b96231f5b27ab938f4766e3586b48:

irqchip: IMX_MU_MSI should depend on ARCH_MXC (2022-10-12 08:43:59 +0100)

----------------------------------------------------------------
irqchip fixes for 6.1, take #1

- Fix IMX-MU Kconfig, keeping it private to IMX

- Fix a register offset for the same IMX-MU driver

- Fix the ls-extirq irqchip driver that would use the wrong
flavour of spinlocks

----------------------------------------------------------------
Frank Li (1):
irqchip/imx-mu-msi: Fix wrong register offset for 8ulp

Geert Uytterhoeven (1):
irqchip: IMX_MU_MSI should depend on ARCH_MXC

Vladimir Oltean (1):
irqchip/ls-extirq: Fix invalid wait context by avoiding to use regmap

drivers/irqchip/Kconfig | 7 ++--
drivers/irqchip/irq-imx-mu-msi.c | 2 +-
drivers/irqchip/irq-ls-extirq.c | 87 +++++++++++++++++++++++++++++-----------
3 files changed, 68 insertions(+), 28 deletions(-)