Re: [U-Boot] [PATCH] s5pc1xx: gpio: bug fix at gpio_set_pull function

2010-05-30 Thread Minkyu Kang
On 28 May 2010 12:52, Minkyu Kang wrote: > When set to PULL_NONE, gpio_set_pull function is returned without write the > register. > This patch fixed it. > > Signed-off-by: Minkyu Kang > --- >  drivers/gpio/s5p_gpio.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > Applied to u-b

[U-Boot] [PATCH] s5pc1xx: gpio: bug fix at gpio_set_pull function

2010-05-27 Thread Minkyu Kang
When set to PULL_NONE, gpio_set_pull function is returned without write the register. This patch fixed it. Signed-off-by: Minkyu Kang --- drivers/gpio/s5p_gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/s5p_gpio.c b/drivers/gpio/s5p_gpio.c index 0439