Re: [U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine

2016-04-10 Thread Eric Nelson
On 04/10/2016 07:45 AM, Eric Nelson wrote: > On 04/09/2016 11:34 AM, Simon Glass wrote: >> On 5 April 2016 at 16:09, Stephen Warren wrote: >>> On 04/01/2016 09:47 AM, Eric Nelson wrote: With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, it is no longer necessary for the te

Re: [U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine

2016-04-10 Thread Eric Nelson
Thanks for the feedback Simon. On 04/09/2016 11:34 AM, Simon Glass wrote: > On 5 April 2016 at 16:09, Stephen Warren wrote: >> On 04/01/2016 09:47 AM, Eric Nelson wrote: >>> >>> With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, it is >>> no longer necessary for the tegra-specific xlate

Re: [U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine

2016-04-09 Thread Simon Glass
Hi Stephen, On 5 April 2016 at 16:09, Stephen Warren wrote: > On 04/01/2016 09:47 AM, Eric Nelson wrote: >> >> With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, it is >> no longer necessary for the tegra-specific xlate function to do this. > > >> diff --git a/drivers/gpio/tegra_gpio.c

Re: [U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine

2016-04-05 Thread Stephen Warren
On 04/01/2016 09:47 AM, Eric Nelson wrote: With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, it is no longer necessary for the tegra-specific xlate function to do this. diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c @@ -246,7 +246,6 @@ static int tegra_gpio_xl

[U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine

2016-04-01 Thread Eric Nelson
With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, it is no longer necessary for the tegra-specific xlate function to do this. Signed-off-by: Eric Nelson --- drivers/gpio/tegra_gpio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio