Re: [U-Boot] [RESEND PATCH V2 3/6] gpio: omap: remove gpio_xlate routine

2016-05-07 Thread Simon Glass
On 20 April 2016 at 09:37, Eric Nelson wrote: > With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, > the omap gpio driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > Acked-by: Simon Glass > --- > V2

[U-Boot] [RESEND PATCH V2 3/6] gpio: omap: remove gpio_xlate routine

2016-04-21 Thread Eric Nelson
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the omap gpio driver doesn't need a custom xlate routine. Signed-off-by: Eric Nelson Acked-by: Simon Glass --- V2 removes the include of drivers/gpio/omap_gpio.c | 11 --- 1 file changed,