aha/arch/arm/mach-s3c2440
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
..
clock.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
dsc.c Merge branch 's3c-move' into devel 2008-10-14 22:24:51 +01:00
irq.c Merge branch 's3c-move' into devel 2008-10-14 22:24:51 +01:00
Kconfig [ARM] S3C: Add common USB OHCI device definition 2009-05-07 11:04:54 +01:00
mach-anubis.c [ARM] Anubis: Fix sparse warnings for items that should be static 2009-04-17 12:42:24 +01:00
mach-at2440evb.c [ARM] 5358/1: AT2440EVB: Use new include path of mci.h 2009-01-08 16:29:41 +00:00
mach-nexcoder.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
mach-osiris.c [ARM] S3C24XX: GPIO: Remove pin specific input and output defines 2009-05-17 22:21:26 +01:00
mach-rx3715.c [ARM] S3C: Rename s3c2410_pm_init to s3c_pm_init. 2009-03-08 12:35:47 +00:00
mach-smdk2440.c [ARM] S3C: Make i2c device definition common to plat-s3c 2008-12-15 23:40:26 +00:00
Makefile [ARM] S3C2440: Add AT2440EVB board support 2008-07-07 18:13:01 +01:00
s3c2440.c Merge branch 's3c-move' into devel 2008-10-14 22:24:51 +01:00