Re: [PATCH] gpio: viperboard: Remove duplicate code to set gpio->gpiob_val

2013-03-27 Thread Linus Walleij
On Tue, Mar 5, 2013 at 1:21 PM, Axel Lin wrote: > Set it once is enough, and it's done in vprbrd_gpiob_set() which is called by > vprbrd_gpiob_direction_output(). > > Signed-off-by: Axel Lin Applied with Lars' Tested/Acked-by. Thanks! Linus Walleij -- To unsubscribe from this list: send the

Re: [PATCH] gpio: viperboard: Remove duplicate code to set gpio-gpiob_val

2013-03-27 Thread Linus Walleij
On Tue, Mar 5, 2013 at 1:21 PM, Axel Lin axel@ingics.com wrote: Set it once is enough, and it's done in vprbrd_gpiob_set() which is called by vprbrd_gpiob_direction_output(). Signed-off-by: Axel Lin axel@ingics.com Applied with Lars' Tested/Acked-by. Thanks! Linus Walleij -- To

Re: [PATCH] gpio: viperboard: Remove duplicate code to set gpio->gpiob_val

2013-03-06 Thread Lars Poeschel
On Tuesday 05 March 2013 at 13:21:56, Axel Lin wrote: > Set it once is enough, and it's done in vprbrd_gpiob_set() which is called > by vprbrd_gpiob_direction_output(). > > Signed-off-by: Axel Lin Thank you! Tested-and-Acked-by: Lars Poeschel > --- > drivers/gpio/gpio-viperboard.c |4

Re: [PATCH] gpio: viperboard: Remove duplicate code to set gpio-gpiob_val

2013-03-06 Thread Lars Poeschel
On Tuesday 05 March 2013 at 13:21:56, Axel Lin wrote: Set it once is enough, and it's done in vprbrd_gpiob_set() which is called by vprbrd_gpiob_direction_output(). Signed-off-by: Axel Lin axel@ingics.com Thank you! Tested-and-Acked-by: Lars Poeschel poesc...@lemonage.de ---

[PATCH] gpio: viperboard: Remove duplicate code to set gpio->gpiob_val

2013-03-05 Thread Axel Lin
Set it once is enough, and it's done in vprbrd_gpiob_set() which is called by vprbrd_gpiob_direction_output(). Signed-off-by: Axel Lin --- drivers/gpio/gpio-viperboard.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/gpio/gpio-viperboard.c b/drivers/gpio/gpio-viperboard.c

[PATCH] gpio: viperboard: Remove duplicate code to set gpio-gpiob_val

2013-03-05 Thread Axel Lin
Set it once is enough, and it's done in vprbrd_gpiob_set() which is called by vprbrd_gpiob_direction_output(). Signed-off-by: Axel Lin axel@ingics.com --- drivers/gpio/gpio-viperboard.c |4 1 file changed, 4 deletions(-) diff --git a/drivers/gpio/gpio-viperboard.c