linux/arch/arm/mach-sa1100
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] 4506/1: HP Jornada 7XX: Addition of SSP Platform Driver 2007-07-20 21:33:19 +01:00
Makefile [ARM] 4961/1: gpiolib support for SA-1100 architecture 2008-04-10 15:31:37 +01:00
Makefile.boot
assabet.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
badge4.c [ARM] replace remaining __FUNCTION__ occurrences 2008-03-06 12:18:18 +00:00
cerf.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
clock.c Clocklib: Fix SA1111 clock name mess. 2008-07-10 10:28:49 +01:00
collie.c [ARM] 5025/2: fix collie cpu initialisation 2008-05-22 14:03:20 +01:00
collie_pm.c arch/arm/: Spelling fixes 2008-02-03 16:49:43 +02:00
cpu-sa1100.c [ARM] replace remaining __FUNCTION__ occurrences 2008-03-06 12:18:18 +00:00
cpu-sa1110.c [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core 2007-10-04 18:40:57 -04:00
dma.c [ARM] replace remaining __FUNCTION__ occurrences 2008-03-06 12:18:18 +00:00
generic.c [ARM] 4961/1: gpiolib support for SA-1100 architecture 2008-04-10 15:31:37 +01:00
generic.h [ARM] 4961/1: gpiolib support for SA-1100 architecture 2008-04-10 15:31:37 +01:00
gpio.c [ARM] 4961/1: gpiolib support for SA-1100 architecture 2008-04-10 15:31:37 +01:00
h3600.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
hackkit.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
jornada720.c [ARM] 4529/1: [HP Jornada 7XX] - Fix jornada720.c to use SSP driver 2007-07-28 20:52:45 +01:00
jornada720_ssp.c [ARM] 4528/1: [HP Jornada 7XX] - Fix typo in jornada720_ssp.c 2007-07-26 18:12:01 +01:00
lart.c [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) 2006-01-13 20:51:52 +00:00
leds-assabet.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-badge4.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-cerf.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-hackkit.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-lart.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds-simpad.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
leds.c
leds.h
neponset.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
pleb.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
pm.c [ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle. 2008-05-04 11:06:05 +01:00
shannon.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
simpad.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sleep.S [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ 2006-06-25 12:01:48 +01:00
ssp.c [ARM] Misc minor interrupt handler cleanups 2008-01-26 14:49:59 +00:00
time.c [ARM] sa1100: add clock event support 2008-04-14 23:03:10 +01:00