]> 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>
Fri, 30 Apr 2010 10:23:23 +0000 (05:23 -0500)
commit3bb6b037e8557fd3c0f3b3d9840c8b5996651dcb
tree7b756ba621d53014216b11f62c14ab7c71b03155
parent46a3b5c8df939f5547bcd3684030072c94d06bd8
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]