linux/arch/arm/mach-ep93xx
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] 4572/1: ep93xx: add cirrus logic edb9307 support 2007-10-12 23:43:44 +01:00
Makefile [ARM] 4988/1: Add GPIO lib support to the EP93xx 2008-04-19 14:01:43 +01:00
Makefile.boot
adssphere.c [ARM] 3964/1: ep93xx: add ads sphere support 2006-12-01 16:54:31 +00:00
clock.c [ARM] 5171/1: ep93xx: fix compilation of modules using clocks 2008-07-10 14:50:21 +01:00
core.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
edb9302.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
edb9302a.c [ARM] 3993/1: ep93xx: add cirrus logic edb9302a support 2006-12-07 16:01:56 +00:00
edb9307.c [ARM] 4572/1: ep93xx: add cirrus logic edb9307 support 2007-10-12 23:43:44 +01:00
edb9312.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
edb9315.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
edb9315a.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
gesbc9312.c [ARM] 3879/1: ep93xx: instantiate platform devices for ep93xx ethernet 2006-09-30 11:30:45 +01:00
gpio.c [ARM] 4988/1: Add GPIO lib support to the EP93xx 2008-04-19 14:01:43 +01:00
micro9.c [ARM] 4047/1: Add initial board support for Contec Hypercontrol Micro9 boards. 2007-02-06 16:46:47 +00:00
ts72xx.c [ARM] 3879/1: ep93xx: instantiate platform devices for ep93xx ethernet 2006-09-30 11:30:45 +01:00