Re: [U-Boot] [RESEND PATCH V2 6/6] gpio: exynos(s5p): 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 Exynos/S5P gpio driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > Acked-by: Simon Glass > Acked-by: Minkyu Kang > --- > V2 removes the include of > dr

[U-Boot] [RESEND PATCH V2 6/6] gpio: exynos(s5p): remove gpio_xlate routine

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