linux-stable/arch/arm/mach-iop32x
afzal mohammed d163dcc2be ARM: iop32x: replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.

Per tglx[1], setup_irq() existed in olden days when allocators were not
ready by the time early interrupts were initialized.

Hence replace setup_irq() by request_irq().

[1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos

Link: https://lore.kernel.org/r/20200327124451.4298-1-afzal.mohd.ma@gmail.com
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2020-03-27 14:10:52 +01:00
..
include/mach ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hardware.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
i2c.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iop3xx.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq31244.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq31244.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq80321.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
iq80321.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
irq.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
irqs.h ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02:00
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
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
n2100.c ARM: iop32x: merge everything into mach-iop32x/ 2019-08-14 15:36:22 +02: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