kernel-ark/arch/arm/mach-s3c2410
Ben Dooks 9f05f6a921 [ARM] S3C24XX: GPIO: Remove pin specific input and output defines
The use of S3C2410_GP[A-Z]x_INP and S3C2410_GP[A-Z]x_OUTP are
very rare and are taking up large amounts of space in the
regs-gpio.h header.

The GPIO layer has had generic input and out defines called
S3C2410_GPIO_INPUT and S3C2410_GPIO_OUTPUT for a while which work
for all S3C24XX GPIOs.

Do the following replacements:

   S3C2410_GP[A-Z][0-9]*_\OUTP => S3C2410_GPIO_OUTPUT
   S3C2410_GP[A-Z][0-9]*_\INP  => /S3C2410_GPIO_INPUT
   S3C2410_GPA[0-9]*_OUT       => S3C2410_GPIO_OUTPUT

to remove any usages of these and prepare the header for
the removal of these.

The following command was used to acheive this:

find . -type f -writable ! -name regs-gpio.h ! -name "*~" | xargs sed -i~ -e 's/S3C2410_GP[A-Z][0-9]*_\OUTP/S3C2410_GPIO_OUTPUT/g' -e 's/S3C2410_GP[A-Z][0-9]*_\INP/S3C2410_GPIO_INPUT/g' -e 's/S3C2410_GPA[0-9]*_OUT/S3C2410_GPIO_OUTPUT/g'

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-05-17 22:21:26 +01:00
..
include/mach [ARM] S3C24XX: GPIO: Remove s3c2410_gpio_irq2pin() call 2009-05-17 22:21:11 +01:00
bast-ide.c
bast-irq.c Merge branch 's3c-move' into devel 2008-10-14 22:24:51 +01:00
dma.c S3C24XX: Move and update IIS headers 2009-03-05 12:00:59 +00:00
gpio.c [ARM] Convert asm/io.h to linux/io.h 2008-09-06 12:10:45 +01:00
h1940-bluetooth.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
irq.c [ARM] S3C24XX: Move files out of include/asm-arm/plat-s3c* 2008-10-07 22:26:09 +01:00
Kconfig [ARM] S3C: Add common USB OHCI device definition 2009-05-07 11:04:54 +01:00
mach-amlm5900.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
mach-bast.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
mach-h1940.c [ARM] S3C: Rename s3c2410_pm_init to s3c_pm_init. 2009-03-08 12:35:47 +00:00
mach-n30.c i2c-s3c2410: Simplify bus frequency calculation 2009-04-07 10:18:33 +01:00
mach-otom.c [ARM] S3C: Make i2c device definition common to plat-s3c 2008-12-15 23:40:26 +00:00
mach-qt2410.c [ARM] S3C: Rename s3c2410_pm_init to s3c_pm_init. 2009-03-08 12:35:47 +00:00
mach-smdk2410.c [ARM] S3C: Make i2c device definition common to plat-s3c 2008-12-15 23:40:26 +00:00
mach-tct_hammer.c [ARM] S3C: Make i2c device definition common to plat-s3c 2008-12-15 23:40:26 +00:00
mach-vr1000.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
Makefile [ARM] S3C2410: Move base clock code to plat-s3c24xx 2008-12-15 21:45:47 +00:00
Makefile.boot
nor-simtec.c [ARM] S3C24XX: Fix nor-simtec driver sparse errors 2008-08-26 22:56:20 +01:00
nor-simtec.h
pm-h1940.S
pm.c [ARM] S3C: Rename sleep.S functions to be non-cpu specific 2009-03-08 12:37:05 +00:00
s3c2410.c [ARM] S3C24XX: Update clock data on resume 2008-12-15 21:46:08 +00:00
sleep.S [ARM] S3C24XX: Move files out of include/asm-arm/plat-s3c* 2008-10-07 22:26:09 +01:00
usb-simtec.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
usb-simtec.h