Re: [U-Boot] [PATCH] tegra20: rework UART GPIO handling

2012-08-21 Thread Simon Glass
On Mon, Aug 20, 2012 at 8:48 AM, Stephen Warren wrote: > On 08/19/2012 12:15 PM, Lucas Stach wrote: >> Rename board provided gpio_config_uart() to >> gpio_early_init_uart() as it does the same thing as the equally >> called function provided by the uart-switch code. This allows >> to simply call t

Re: [U-Boot] [PATCH] tegra20: rework UART GPIO handling

2012-08-20 Thread Stephen Warren
On 08/19/2012 12:15 PM, Lucas Stach wrote: > Rename board provided gpio_config_uart() to > gpio_early_init_uart() as it does the same thing as the equally > called function provided by the uart-switch code. This allows > to simply call this function in early board init whether or not > we are build

[U-Boot] [PATCH] tegra20: rework UART GPIO handling

2012-08-19 Thread Lucas Stach
Rename board provided gpio_config_uart() to gpio_early_init_uart() as it does the same thing as the equally called function provided by the uart-switch code. This allows to simply call this function in early board init whether or not we are building with CONFIG_UART_SWITCH defined. Also provide a