forked from Minki/linux
e8d36d5dbb
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For IRQs managed by an irqdomain, the irqdomain core code handles clearing and setting IRQ_NOREQUEST already, so there is no need to do this in .map() functions and we can simply remove the set_irq_flags calls. Some users also modify IRQ_NOPROBE and this has been maintained although it is not clear that is really needed. There appears to be a great deal of blind copy and paste of this code. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Sekhar Nori <nsekhar@ti.com> Cc: Kevin Hilman <khilman@deeprootsystems.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Cc: Gregory Clement <gregory.clement@free-electrons.com> Acked-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Imre Kaloz <kaloz@openwrt.org> Acked-by: Krzysztof Halasa <khalasa@piap.pl> Cc: Greg Ungerer <gerg@uclinux.org> Cc: Roland Stigge <stigge@antcom.de> Cc: Tony Lindgren <tony@atomide.com> Cc: Daniel Mack <daniel@zonque.org> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Robert Jarzmik <robert.jarzmik@free.fr> Cc: Simtec Linux Team <linux@simtec.co.uk> Cc: Kukjin Kim <kgene@kernel.org> Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Wan ZongShun <mcuos.com@gmail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-omap@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org Tested-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net> |
||
---|---|---|
.. | ||
include/mach | ||
am200epd.c | ||
am300epd.c | ||
balloon3.c | ||
capc7117.c | ||
cm-x2xx-pci.c | ||
cm-x2xx-pci.h | ||
cm-x2xx.c | ||
cm-x255.c | ||
cm-x270.c | ||
cm-x300.c | ||
colibri-evalboard.c | ||
colibri-pxa3xx.c | ||
colibri-pxa270-income.c | ||
colibri-pxa270.c | ||
colibri-pxa300.c | ||
colibri-pxa320.c | ||
corgi_pm.c | ||
corgi.c | ||
csb701.c | ||
csb726.c | ||
devices.c | ||
devices.h | ||
em-x270.c | ||
eseries.c | ||
ezx.c | ||
generic.c | ||
generic.h | ||
gumstix.c | ||
h5000.c | ||
himalaya.c | ||
hx4700.c | ||
icontrol.c | ||
idp.c | ||
irq.c | ||
Kconfig | ||
littleton.c | ||
lpd270.c | ||
lubbock.c | ||
magician.c | ||
mainstone.c | ||
Makefile | ||
Makefile.boot | ||
mfp-pxa2xx.c | ||
mfp-pxa3xx.c | ||
mioa701_bootresume.S | ||
mioa701.c | ||
mp900.c | ||
mxm8x10.c | ||
palm27x.c | ||
palmld.c | ||
palmt5.c | ||
palmtc.c | ||
palmte2.c | ||
palmtreo.c | ||
palmtx.c | ||
palmz72.c | ||
pcm027.c | ||
pcm990-baseboard.c | ||
pm.c | ||
poodle.c | ||
pxa2xx.c | ||
pxa3xx-ulpi.c | ||
pxa3xx.c | ||
pxa25x.c | ||
pxa27x.c | ||
pxa300.c | ||
pxa320.c | ||
pxa930.c | ||
pxa_cplds_irqs.c | ||
pxa-dt.c | ||
raumfeld.c | ||
reset.c | ||
saar.c | ||
sharpsl_pm.c | ||
sleep.S | ||
smemc.c | ||
spitz_pm.c | ||
spitz.c | ||
standby.S | ||
stargate2.c | ||
tavorevb.c | ||
tosa-bt.c | ||
tosa.c | ||
trizeps4.c | ||
viper.c | ||
vpac270.c | ||
xcep.c | ||
z2.c | ||
zeus.c | ||
zylonite_pxa300.c | ||
zylonite_pxa320.c | ||
zylonite.c |