2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-14 00:24:15 +08:00
linux-next/arch/mips/loongson64
afzal mohammed ac8fd122e0 MIPS: 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().

remove_irq() has been replaced by free_irq() as well.

There were build error's during previous version, couple of which was
reported by kbuild test robot <lkp@intel.com> of which one was reported
by Thomas Bogendoerfer <tsbogend@alpha.franken.de> as well. There were a
few more issues including build errors, those also have been fixed.

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

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2020-03-05 16:47:35 +01:00
..
acpi_init.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
cop2-ex.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
dma.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
env.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
hpet.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
init.c MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline 2019-11-11 10:44:56 -08:00
irq.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
Kconfig MIPS: Loongson: Unify LOONGSON3/LOONGSON64 Kconfig usage 2019-11-11 10:43:54 -08:00
Makefile MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline 2019-11-11 10:44:56 -08:00
numa.c MIPS: Loongson64: Fix node_distance() 2020-01-09 09:54:29 -08:00
pci.c MIPS: Loongson64: Drop setup_pcimap 2019-11-11 10:45:01 -08:00
Platform A few MIPS fixes: 2019-11-01 14:36:44 -07:00
platform.c MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init() 2020-01-10 14:10:24 -08:00
pm.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
reset.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
rtc.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
setup.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
smp.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
smp.h MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00
time.c MIPS: Loongson64: Move files to the top-level directory 2019-11-01 14:31:28 -07:00