Re: [U-Boot] [PATCH v2 4/7] tegra: Add a function mux feature

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: > funcmux permits selection of config options for particular peripherals, > such as the pins that are used for that peripheral, if there are several > options. > > Add UART selection to start with. > > Signed-off-by: Simon Glass Acked-by:

[U-Boot] [PATCH v2 4/7] tegra: Add a function mux feature

2011-11-28 Thread Simon Glass
funcmux permits selection of config options for particular peripherals, such as the pins that are used for that peripheral, if there are several options. Add UART selection to start with. Signed-off-by: Simon Glass --- Changes in v2: - funcmux functions can fail and now return an error code - Mo