]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: SAMSUNG: Move GPIO common functions to plat-samsung
authorKukjin Kim <kgene.kim@samsung.com>
Tue, 19 Jan 2010 06:30:54 +0000 (15:30 +0900)
committerBen Dooks <ben-linux@fluff.org>
Tue, 19 Jan 2010 09:37:18 +0000 (18:37 +0900)
commit1f323cfda5feee4e9c1fc09ededaee849f906468
tree89c288fd8a5fe2c0cad1c39c5b752f162ff69e46
parent9717453c40ba9ffbd8c40968df45498059bfec0e
ARM: SAMSUNG: Move GPIO common functions to plat-samsung

This patch moves GPIO common functions (from plat-s3c64xx) into plat-samsung.
and adds the config option to build the plat-samsung/gpiolib for Samsung SoCs.

Signed-off-by: Adityapratap Sharma <aditya.ps@samsung.com>
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c/include/plat/gpio-core.h
arch/arm/plat-s3c64xx/Kconfig
arch/arm/plat-s3c64xx/gpiolib.c
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/gpiolib.c [new file with mode: 0644]