Re: [U-Boot] [PATCH 12/60] gpio: tegra: remove duplicate define

2016-04-20 Thread Simon Glass
On 19 April 2016 at 14:58, Stephen Warren wrote: > From: Stephen Warren > > TEGRA_PORTS_PER_BANK and TEGRA_GPIO_PORTS represent the same thing. > TEGRA_GPIO_PORTS is more widely used, so replace all usage with that, > and remove the redundant definition. > > Signed-off-by: Stephen Warren > --- >

[U-Boot] [PATCH 12/60] gpio: tegra: remove duplicate define

2016-04-19 Thread Stephen Warren
From: Stephen Warren TEGRA_PORTS_PER_BANK and TEGRA_GPIO_PORTS represent the same thing. TEGRA_GPIO_PORTS is more widely used, so replace all usage with that, and remove the redundant definition. Signed-off-by: Stephen Warren --- arch/arm/include/asm/arch-tegra/gpio.h | 1 - drivers/gpio/tegra