Re: [PATCH] gpio-lpc32xx: Fix value handling of gpio_direction_output()

2012-09-24 Thread Roland Stigge
On 24/09/12 21:55, Linus Walleij wrote: For GPIOs of gpio-lpc32xx, gpio_direction_output() ignores the value argument (initial value of output). This patch fixes this by setting the level accordingly. Signed-off-by: Roland Stigge Applied with Alexandre's ACK, should go into stable right? So ta

Re: [PATCH] gpio-lpc32xx: Fix value handling of gpio_direction_output()

2012-09-24 Thread Linus Walleij
On Thu, Sep 20, 2012 at 10:48 AM, Roland Stigge wrote: > For GPIOs of gpio-lpc32xx, gpio_direction_output() ignores the value argument > (initial value of output). This patch fixes this by setting the level > accordingly. > > Signed-off-by: Roland Stigge Applied with Alexandre's ACK, should go

[PATCH] gpio-lpc32xx: Fix value handling of gpio_direction_output()

2012-09-20 Thread Roland Stigge
For GPIOs of gpio-lpc32xx, gpio_direction_output() ignores the value argument (initial value of output). This patch fixes this by setting the level accordingly. Signed-off-by: Roland Stigge --- Applies to v3.6-rc6 drivers/gpio/gpio-lpc32xx.c |5 + 1 file changed, 5 insertions(+) --- l