Re: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured

2013-07-30 Thread Paul Walmsley
On Tue, 30 Jul 2013, Rajendra Nayak wrote: Looks like this one is already been queued by Greg. OK, thanks for letting me know; I've dropped it. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured

2013-07-29 Thread Paul Walmsley
Rajendra, On Mon, 22 Jul 2013, Rajendra Nayak wrote: From: Grygorii Strashko grygorii.stras...@ti.com If earlyprintk is enabled and current UART is console port the platform code can mark it as RPM_ACTIVE to sync real IP state with PM Runtime and avoid resuming of already active device,

Re: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured

2013-07-29 Thread Rajendra Nayak
On Monday 29 July 2013 02:14 PM, Paul Walmsley wrote: Rajendra, On Mon, 22 Jul 2013, Rajendra Nayak wrote: From: Grygorii Strashko grygorii.stras...@ti.com If earlyprintk is enabled and current UART is console port the platform code can mark it as RPM_ACTIVE to sync real IP state with PM

Re: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured

2013-07-29 Thread Rajendra Nayak
On Monday 29 July 2013 02:20 PM, Rajendra Nayak wrote: On Monday 29 July 2013 02:14 PM, Paul Walmsley wrote: Rajendra, On Mon, 22 Jul 2013, Rajendra Nayak wrote: From: Grygorii Strashko grygorii.stras...@ti.com If earlyprintk is enabled and current UART is console port the platform code

[PATCH 2/4] serial: omap: enable PM runtime only when its fully configured

2013-07-22 Thread Rajendra Nayak
From: Grygorii Strashko grygorii.stras...@ti.com If earlyprintk is enabled and current UART is console port the platform code can mark it as RPM_ACTIVE to sync real IP state with PM Runtime and avoid resuming of already active device, but now, driver initialization will be performed in the wrong