Re: [U-Boot] [PATCH 2/7] gpio: intel_broadwell: remove gpio_xlate routine

2016-04-09 Thread Simon Glass
On 1 April 2016 at 09:47, Eric Nelson wrote: > With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, > the intel_broadwell driver doesn't need a custom xlate routine. > > Signed-off-by: Eric Nelson > --- > drivers/gpio/intel_broadwell_gpio.c | 10 -- > 1 file changed, 10 deletions

[U-Boot] [PATCH 2/7] gpio: intel_broadwell: remove gpio_xlate routine

2016-04-01 Thread Eric Nelson
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the intel_broadwell driver doesn't need a custom xlate routine. Signed-off-by: Eric Nelson --- drivers/gpio/intel_broadwell_gpio.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/gpio/intel_broadwell_gpio.c b/dr