linux/arch/arm/mach-orion5x
Dmitry Baryshkov 6cab486029 [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
IRQT_* and __IRQT_* were obsoleted long ago by patch [3692/1].
Remove them completely. Sed script for the reference:

s/__IRQT_RISEDGE/IRQ_TYPE_EDGE_RISING/g
s/__IRQT_FALEDGE/IRQ_TYPE_EDGE_FALLING/g
s/__IRQT_LOWLVL/IRQ_TYPE_LEVEL_LOW/g
s/__IRQT_HIGHLVL/IRQ_TYPE_LEVEL_HIGH/g
s/IRQT_RISING/IRQ_TYPE_EDGE_RISING/g
s/IRQT_FALLING/IRQ_TYPE_EDGE_FALLING/g
s/IRQT_BOTHEDGE/IRQ_TYPE_EDGE_BOTH/g
s/IRQT_LOW/IRQ_TYPE_LEVEL_LOW/g
s/IRQT_HIGH/IRQ_TYPE_LEVEL_HIGH/g
s/IRQT_PROBE/IRQ_TYPE_PROBE/g
s/IRQT_NOEDGE/IRQ_TYPE_NONE/g

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-07-27 09:46:18 +01:00
..
Kconfig [ARM] Orion: add RD88F5181L-FXO support 2008-07-07 18:38:24 -04:00
Makefile [ARM] Orion: add RD88F5181L-FXO support 2008-07-07 18:38:24 -04:00
Makefile.boot Orion: orion -> orion5x rename 2008-03-27 14:51:41 -04:00
addr-map.c [ARM] Orion: nuke orion5x_{read,write} 2008-06-22 22:44:57 +02:00
common.c [ARM] Orion: add 88F5181L (Orion-VoIP) support 2008-06-22 22:44:51 +02:00
common.h [ARM] Orion: make PCI handling code deal with Cardbus slots 2008-06-30 16:04:44 -04:00
db88f5281-setup.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
dns323-setup.c [ARM] Orion: nuke orion5x_{read,write} 2008-06-22 22:44:57 +02:00
gpio.c [ARM] Orion: nuke orion5x_{read,write} 2008-06-22 22:44:57 +02:00
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
kurobox_pro-setup.c [ARM] Orion: initialize UART1 on Kurobox Pro/Linkstation Pro 2008-06-30 14:25:23 -04:00
mpp.c [ARM] Orion: rework MPP handling 2008-06-22 22:44:47 +02:00
mpp.h [ARM] Orion: rework MPP handling 2008-06-22 22:44:47 +02:00
mss2-setup.c [ARM] Orion: add Maxtor Shared Storage II support 2008-06-22 22:44:55 +02:00
mv2120-setup.c [ARM] Orion: LED support for HP mv2120 2008-07-07 18:38:24 -04:00
pci.c [ARM] Orion: make PCI handling code deal with Cardbus slots 2008-06-30 16:04:44 -04:00
rd88f5181l-fxo-setup.c [ARM] Orion: add RD88F5181L-FXO support 2008-07-07 18:38:24 -04:00
rd88f5181l-ge-setup.c [ARM] Orion: add RD88F5181L-GE support 2008-07-07 18:38:24 -04:00
rd88f5182-setup.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
ts78xx-setup.c [ARM] Orion: add Technologic Systems TS-78xx support 2008-06-22 22:44:54 +02:00
ts209-setup.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
ts409-setup.c [ARM] Orion: remove code duplication in TS209 and TS409 setup files 2008-06-22 22:44:54 +02:00
tsx09-common.c [ARM] Orion: fix for tsx09-common.c compilation problem 2008-06-30 14:25:23 -04:00
tsx09-common.h [ARM] Orion: remove code duplication in TS209 and TS409 setup files 2008-06-22 22:44:54 +02:00
wnr854t-setup.c [ARM] Orion: add Netgear WNR854T support 2008-07-07 18:38:23 -04:00
wrt350n-v2-setup.c [ARM] Orion: add Linksys WRT350N v2 support 2008-06-22 22:44:52 +02:00