Re: [U-Boot] [PATCH] SAMSUNG: make s5p common gpio functions

2010-03-25 Thread Minkyu Kang
On 24 March 2010 17:41, Minkyu Kang wrote: > 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 > --- >  cpu/arm_cortexa8/s5pc1xx/Makefile   |    1 - >  cpu/arm_cortexa8/s5pc1

[U-Boot] [PATCH] SAMSUNG: make s5p common gpio functions

2010-03-24 Thread Minkyu Kang
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 --- cpu/arm_cortexa8/s5pc1xx/Makefile |1 - cpu/arm_cortexa8/s5pc1xx/gpio.c | 143 -- drivers/gp