]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SAMSUNG: make s5p common gpio functions
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Mar 2010 06:31:06 +0000 (15:31 +0900)
committertrix <trix@windriver.com>
Sat, 17 Apr 2010 20:30:51 +0000 (15:30 -0500)
commiteff3b9a742b2f43f177bd23dc1d1d453d2316c4b
treea53deec0cc109adde257cffa790d6b285442b277
parent5aa02e4d6a0ef5995ded70dc37b7f06e35fa6e21
SAMSUNG: make s5p common gpio functions

Because of s5pc1xx gpio is same as s5p seires SoC,
move gpio functions to drvier/gpio/
and modify structure's name from s5pc1xx_ to s5p_.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/arm_cortexa8/s5pc1xx/Makefile
arch/arm/include/asm/arch-s5pc1xx/gpio.h
drivers/gpio/Makefile
drivers/gpio/s5p_gpio.c [moved from arch/arm/cpu/arm_cortexa8/s5pc1xx/gpio.c with 82% similarity]