Re: [U-Boot] [PATCH] ARMV7: S5P: rename the member of gpio structure

2010-08-29 Thread Minkyu Kang
On 25 August 2010 14:05, Minkyu Kang wrote: > Typically we declare the name of gpio structure to "gpio", > so it was duplicated around the name. (e.g: gpio->gpio_a) > This patch modified the naming that is removing "gpio_". > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  a

[U-Boot] [PATCH] ARMV7: S5P: rename the member of gpio structure

2010-08-24 Thread Minkyu Kang
Typically we declare the name of gpio structure to "gpio", so it was duplicated around the name. (e.g: gpio->gpio_a) This patch modified the naming that is removing "gpio_". Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/gpio.h | 172 +