linux/arch/arm/mach-ks8695
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] 4333/2: KS8695: Micrel Development board 2007-05-11 22:02:55 +01:00
Makefile [ARM] 4981/1: [KS8695] Simple LED driver 2008-04-17 15:58:25 +01:00
Makefile.boot
board-micrel.c [ARM] 4601/1: KS8695: PCI support 2008-01-26 14:38:48 +00:00
cpu.c
devices.c [ARM] 4981/1: [KS8695] Simple LED driver 2008-04-17 15:58:25 +01:00
generic.h
gpio.c [ARM] 4603/1: KS8695: debugfs interface to view pin state 2008-01-26 14:38:48 +00:00
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
leds.c [ARM] 4981/1: [KS8695] Simple LED driver 2008-04-17 15:58:25 +01:00
pci.c [ARM] 4601/1: KS8695: PCI support 2008-01-26 14:38:48 +00:00
time.c [ARM] Fix timer damage from d3d74453c3 2008-01-28 10:17:12 +00:00