linux-stable/arch/arm/mach-iop32x
Arnd Bergmann 21cfddd5e0 ARM: iop32x: offset IRQ numbers by 1
commit 9d67412f24 upstream.

iop32x is one of the last platforms to use IRQ 0, and this has apparently
stopped working in a 2014 cleanup without anyone noticing. This interrupt
is used for the DMA engine, so most likely this has not actually worked
in the past 7 years, but it's also not essential for using this board.

I'm splitting out this change from my GENERIC_IRQ_MULTI_HANDLER
conversion so it can be backported if anyone cares.

Fixes: a71b092a9c ("ARM: Convert handle_IRQ to use __handle_domain_irq")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[ardb: take +1 offset into account in mask/unmask and init as well]
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Tested-by: Marc Zyngier <maz@kernel.org>
Tested-by: Vladimir Murzin <vladimir.murzin@arm.com> # ARMv7M
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-04-08 14:24:11 +02:00
..
include/mach ARM: iop32x: offset IRQ numbers by 1 2022-04-08 14:24:11 +02:00
Kconfig
Makefile ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
Makefile.boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
adma.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
cp6.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
em7210.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
glantank.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
glantank.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
gpio-iop32x.h
hardware.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
i2c.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
iop3xx.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq31244.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
iq31244.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq80321.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
iq80321.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
irq.c ARM: iop32x: offset IRQ numbers by 1 2022-04-08 14:24:11 +02:00
irqs.h ARM: iop32x: offset IRQ numbers by 1 2022-04-08 14:24:11 +02:00
n2100.c ARM: iop32x: disable N2100 PCI parity reporting 2021-03-31 12:29:40 -05:00
n2100.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
pci.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
pmu.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
restart.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
setup.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
time.c ARM: iop32x: replace setup_irq() by request_irq() 2020-03-27 14:10:52 +01:00