ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()
authorBen Dooks <ben-linux@fluff.org>
Tue, 4 May 2010 05:38:49 +0000 (14:38 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 6 May 2010 00:32:29 +0000 (09:32 +0900)
commit40b956f026a3303a67d2ab7fffa2331f72e1e019
treeacd4f5e5e42740f548410cecdd55c43e319d629a
parent82a4b6dcc72da33943b16338f607e7e148d177e4
ARM: S3C24XX: Drop s3c2410 specific s3c2410_gpio_cfgpin()

The s3c_gpio_cfgpin() call should be functionally equivalent, so replace
the s3c2410_gpio_cfgpin() calls in the s3c24xx code with s3c_gpio_cfgpin
to allow moving away from a fixed GPIO number to register address mapping

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
15 files changed:
arch/arm/mach-s3c2410/h1940-bluetooth.c
arch/arm/mach-s3c2410/mach-amlm5900.c
arch/arm/mach-s3c2410/mach-bast.c
arch/arm/mach-s3c2410/mach-h1940.c
arch/arm/mach-s3c2410/mach-qt2410.c
arch/arm/mach-s3c2412/mach-jive.c
arch/arm/mach-s3c2440/mach-mini2440.c
arch/arm/mach-s3c2440/mach-nexcoder.c
arch/arm/mach-s3c2440/mach-osiris.c
arch/arm/plat-s3c24xx/common-smdk.c
arch/arm/plat-s3c24xx/pm.c
arch/arm/plat-s3c24xx/setup-i2c.c
arch/arm/plat-s3c24xx/spi-bus0-gpe11_12_13.c
arch/arm/plat-s3c24xx/spi-bus1-gpd8_9_10.c
arch/arm/plat-s3c24xx/spi-bus1-gpg5_6_7.c
This page took 0.025916 seconds and 5 git commands to generate.