Re: [PATCH] gpio: ich: add GPO_BLINK support

2013-06-17 Thread Linus Walleij
On Fri, Jun 14, 2013 at 4:09 PM, Vincent Donnefort wrote: > This patch makes sure blink hardware is disabled for selected GPIO. Blink > hardware is controled by GPO_BLINK register and is available for GPIOs from 0 > to 31. > > Signed-off-by: Vincent Donnefort Patch looks OK but does not apply o

[PATCH] gpio: ich: add GPO_BLINK support

2013-06-14 Thread Vincent Donnefort
This patch makes sure blink hardware is disabled for selected GPIO. Blink hardware is controled by GPO_BLINK register and is available for GPIOs from 0 to 31. Signed-off-by: Vincent Donnefort diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c index de3c317..181828f 100644 --- a/drive