linux_dsm_epyc7002/arch/mips/loongson2ef/common
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
..
cs5536 MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
bonito-irq.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
env.c MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline 2019-11-11 10:44:56 -08:00
init.c MIPS: Loongson2ef: Convert to early_printk_8250 2019-11-11 10:45:00 -08:00
irq.c
machtype.c
Makefile MIPS: Loongson2ef: Convert to early_printk_8250 2019-11-11 10:45:00 -08:00
mem.c MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED 2019-11-11 10:44:57 -08:00
pci.c
platform.c
pm.c MIPS: Loongson2ef: drop pointless static qualifier in loongson_suspend_enter() 2020-01-09 09:57:07 -08:00
reset.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00
rtc.c
serial.c
setup.c
time.c
uart_base.c MIPS: Loongson2ef: Convert to early_printk_8250 2019-11-11 10:45:00 -08:00