ARM: SAMSUNG: Add s3c_gpio_cfgrange_nopull() helper
authorBen Dooks <ben-linux@fluff.org>
Fri, 1 Oct 2010 10:07:28 +0000 (19:07 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 23 Oct 2010 02:51:26 +0000 (11:51 +0900)
A number of the SDHCI code configure a GPIO to a special function
and remove any pull-up, so add s3c_gpio_cfgrange_nopull() as a
wrapper to the s3c_gpio_cfgall_range() to make the code that
calls it fit on one line.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found