linux-stable/arch/m68k/coldfire
afzal mohammed ba000760eb m68k: 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

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Tested-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
2020-03-23 12:01:19 +10:00
..
amcore.c
cache.c
clk.c m68k: coldfire: Normalize clk API 2018-07-30 09:15:01 +10:00
device.c m68k: add ColdFire mcf5441x eDMA platform support 2019-02-25 11:04:05 +10:00
dma.c
dma_timer.c
entry.S m68k/coldfire: Use CONFIG_PREEMPTION 2019-11-11 10:54:40 +10:00
firebee.c
gpio.c m68k: coldfire: Include the GPIO driver header 2019-09-09 09:32:32 +10:00
head.S
intc-2.c
intc-525x.c
intc-5249.c
intc-5272.c
intc-simr.c
intc.c
m53xx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
m54xx.c mm: remove include/linux/bootmem.h 2018-10-31 08:54:16 -07:00
m520x.c
m523x.c
m525x.c
m527x.c
m528x.c
m5206.c
m5249.c
m5272.c net: phy: fixed-phy: Drop GPIO from fixed_phy_add() 2019-02-04 18:33:36 -08:00
m5307.c
m5407.c
m5441x.c m68k: add ColdFire mcf5441x eDMA platform support 2019-02-25 11:04:05 +10:00
Makefile
mcf8390.c
nettel.c
pci.c m68k: fix ColdFire PCI config reads and writes 2018-05-28 09:45:27 +10:00
pit.c m68k: Replace setup_irq() by request_irq() 2020-03-23 12:01:19 +10:00
reset.c
sltimers.c m68k: Replace setup_irq() by request_irq() 2020-03-23 12:01:19 +10:00
stmark2.c
timers.c m68k: Replace setup_irq() by request_irq() 2020-03-23 12:01:19 +10:00
vectors.c