linux-sg2042/arch/mips/alchemy/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
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
clock.c clk: Remove CLK_IS_BASIC clk flag 2019-04-26 10:40:49 -07:00
dbdma.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
dma.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00
gpiolib.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00
irq.c genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
platform.c MIPS: Alchemy: add DMA masks for on-chip ethernet 2019-05-15 14:29:29 -07:00
power.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
prom.c MIPS: Audit and remove any unnecessary uses of module.h 2017-02-14 09:00:25 +00:00
setup.c MIPS: Sanitise coherentio semantics 2016-10-06 18:01:28 +02:00
sleeper.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
time.c MIPS: Replace setup_irq() by request_irq() 2020-03-05 16:47:35 +01:00
usb.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00
vss.c treewide: Add SPDX license identifier for missed files 2019-05-21 10:50:45 +02:00