]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: S3C24XX: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()
authorBen Dooks <ben-linux@fluff.org>
Tue, 4 May 2010 04:22:58 +0000 (13:22 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 6 May 2010 00:32:28 +0000 (09:32 +0900)
commit82a4b6dcc72da33943b16338f607e7e148d177e4
tree95c8ffbfd91f9427028a528c045c75d99de45cce
parent27da04049cabdf6a28288aaf083cfea64f7f9805
ARM: S3C24XX: Change s3c2410_gpio_pullupl(x, 1) to use s3c_gpio_cfgpull()

Start moving code that is using the old s3c2410_gpio API to using the
newer s3c_gpio variants by finding all the usages of s3c2410_gpio_pullup()
which disable the pin's pull up and replacing them.

 sed 's/s3c2410_gpio_pullup\(.*\), 1/s3c_gpio_cfgpull\1, S3C_GPIO_PULL_NONE/g'

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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