commit | 0bf8fa04e80a562641f687547053f98670f25cf9 | [log] [tgz] |
---|---|---|
author | Thomas Abraham <thomas.ab@samsung.com> | Tue Jun 07 14:04:49 2011 +0530 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Jun 07 11:10:01 2011 -0600 |
tree | 9bb78234e96f89c9ba8b7577d5e7c9ef87862835 | |
parent | 27721a52d6c8e33327ec3cae9f730204be99d251 [diff] |
gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register setting 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>