linux-kernel-test/arch/arm/plat-s3c24xx
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
..
clock.c [ARM] 4882/2: Correction for S3C2410 clkout generation 2008-05-07 21:44:43 +01:00
common-smdk.c [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c 2007-07-22 16:44:24 +01:00
cpu.c [ARM] 4987/1: S3C24XX: Ensure watchdog reset initiated from cached code. 2008-04-17 17:04:41 +01:00
devs.c [ARM] S3C24XX: PWM API support. 2008-07-03 16:51:30 +01:00
dma.c SL*B: drop kmem cache argument from constructor 2008-07-26 12:00:07 -07:00
gpio.c [ARM] 4793/1: S3C24XX: Add IRQ->GPIO pin mapping function 2008-01-28 13:20:52 +00:00
gpiolib.c [ARM] S3C24XX: Add gpiolib support 2008-07-03 16:51:23 +01:00
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
Kconfig [ARM] fix IOP32x, IOP33x, MXC and Samsung builds 2008-07-26 15:41:25 +01:00
Makefile [ARM] S3C24XX: PWM API support. 2008-07-03 16:51:30 +01:00
pm-simtec.c [ARM] 4395/1: S3C24XX: add include of <linux/sysdev.h> to relevant machines 2007-05-20 19:37:04 +01:00
pm.c [ARM] 4784/1: S3C24XX: Fix GPIO restore glitches 2008-01-28 13:20:51 +00:00
pwm-clock.c [ARM] S3C24XX: Support for PWM timer clocks via clk_* API 2008-07-03 16:51:23 +01:00
pwm.c [ARM] S3C24XX: PWM API support. 2008-07-03 16:51:30 +01:00
s3c244x-clock.c [ARM] 4795/1: S3C244X: Add armclk and setparent call 2008-01-28 13:20:52 +00:00
s3c244x-irq.c [ARM] Remove needless linux/ptrace.h includes 2007-04-21 20:34:47 +01:00
s3c244x.c [ARM] 5039/1: S3C244X: Rename SDI device if running on S3C244X. 2008-05-22 14:17:22 +01:00
s3c244x.h [ARM] 4157/2: S3C24XX: move arch/arch/mach-s3c2410 into cpu components 2007-02-11 17:36:09 +00:00
sleep.S [ARM] 4587/1: S3C24XX: Add magic number before resume code 2007-10-12 23:43:30 +01:00
time.c [ARM] xtime_seqlock: fix more ARM machines for xtime deadlocking 2008-02-04 13:14:07 +00:00