Re: [U-Boot] [RESEND PATCH V2 5/6] gpio: rk: 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 Rockchip 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/rk_gpio.c | 11 -

[U-Boot] [RESEND PATCH V2 5/6] gpio: rk: remove gpio_xlate routine

2016-04-20 Thread Eric Nelson
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the Rockchip 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/rk_gpio.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/driv