summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-exynos4.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely2011-06-151-4/+25
|\ | | | | | | | | | | Conflicts: drivers/gpio/Kconfig drivers/gpio/Makefile
| * gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register settingThomas Abraham2011-06-071-4/+25
| | | | | | | | | | | | | | | | | | | | 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>
* | gpio: reorganize driversGrant Likely2011-06-061-3/+2Star
|/ | | | | | | | | | Sort the gpio makefile and enforce the naming convention gpio-*.c for gpio drivers. v2: cleaned up filenames in Kconfig and comment blocks v3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* gpio: Move the exynos4 GPIO to drivers/gpioKyungmin Park2011-05-271-0/+365
Move the Samsung Exynos4 series SoCs GPIO driver to drivers/gpio Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>