gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register setting
authorThomas Abraham <thomas.ab@samsung.com>
Tue, 7 Jun 2011 08:34:49 +0000 (14:04 +0530)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 7 Jun 2011 17:10:01 +0000 (11:10 -0600)
The S3C_GPIO_PULL_UP macro value incorrectly maps to a reserved setting of GPIO
pull up/down registers on Exynos4 platform. Fix this incorrect mapping by adding
wrappers to the s3c_gpio_setpull_updown and s3c_gpio_getpull_updown functions.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found