Re: [PATCH v7 19/21] OMAP2+: UART: Use custom activate func for console uart.

2011-11-07 Thread Govindraj
On Sat, Nov 5, 2011 at 4:30 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> Omap-uart can be used as console uart to print early boot >> messages using earlyprintk so for console uart prevent >> hwmod reset or idling during bootup. >> >> Identify the console_uart set the id and use the custo

Re: [PATCH v7 19/21] OMAP2+: UART: Use custom activate func for console uart.

2011-11-04 Thread Kevin Hilman
"Govindraj.R" writes: > Omap-uart can be used as console uart to print early boot > messages using earlyprintk so for console uart prevent > hwmod reset or idling during bootup. > > Identify the console_uart set the id and use the custom > pm_latency ops for console uart for the first time > to i

[PATCH v7 19/21] OMAP2+: UART: Use custom activate func for console uart.

2011-10-18 Thread Govindraj.R
Omap-uart can be used as console uart to print early boot messages using earlyprintk so for console uart prevent hwmod reset or idling during bootup. Identify the console_uart set the id and use the custom pm_latency ops for console uart for the first time to idle console uart left enabled from bo