RE: [PATCH] ARM: S5PV210: Use gpio_request_one

2011-12-20 Thread Kukjin Kim
Jingoo Han wrote: By using gpio_request_one it is possible to set the direction and initial value in one shot. Thus, using gpio_request_one can make the code simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-s5pv210/mach-aquila.c |3 +--

[PATCH] ARM: S5PV210: Use gpio_request_one

2011-12-11 Thread Jingoo Han
By using gpio_request_one it is possible to set the direction and initial value in one shot. Thus, using gpio_request_one can make the code simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-s5pv210/mach-aquila.c |3 +-- arch/arm/mach-s5pv210/mach-goni.c |6