summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-plat-samsung.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: reorganize driversGrant Likely2011-06-061-2/+1Star
| | | | | | | | | | 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 to Samsung common GPIO library to drivers/gpioKyungmin Park2011-05-271-0/+206
It's common gpiolib for recent Samsung SoCs. Move to drivers/gpio Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>