Re: [PATCH v2 03/12] OMAP2+: Serial: Add default mux for all uarts.

2011-05-04 Thread Govindraj
On Wed, May 4, 2011 at 3:30 PM, Tony Lindgren wrote: > * Govindraj.R [110429 05:39]: >> Add default mux data for all uarts if mux info is not passed from >> board file to avoid breaking any board support. > > This should only happen if omap_serial_init is called, > then boards can still use platf

Re: [PATCH v2 03/12] OMAP2+: Serial: Add default mux for all uarts.

2011-05-04 Thread Tony Lindgren
* Govindraj.R [110429 05:39]: > Add default mux data for all uarts if mux info is not passed from > board file to avoid breaking any board support. This should only happen if omap_serial_init is called, then boards can still use platform data with omap_serial_init_port. > --- a/arch/arm/mach-om

[PATCH v2 03/12] OMAP2+: Serial: Add default mux for all uarts.

2011-04-29 Thread Govindraj.R
Add default mux data for all uarts if mux info is not passed from board file to avoid breaking any board support. Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/serial.c | 127 +- 1 files changed, 126 insertions(+), 1 deletions(-) diff --git a/arch/a