From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured Date: Mon, 29 Jul 2013 14:20:51 +0530 Message-ID: <51F62CEB.2090502@ti.com> References: <1374487277-26099-1-git-send-email-rnayak@ti.com> <1374487277-26099-3-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-serial-owner@vger.kernel.org To: Paul Walmsley Cc: tony@atomide.com, linux-omap@vger.kernel.org, balbi@ti.com, mpfj-list@newflow.co.uk, vaibhav.bedia@ti.com, khilman@linaro.org, sourav.poddar@ti.com, linux-arm-kernel@lists.infradead.org, gregkh@linuxfoundation.org, linux-serial@vger.kernel.org, grygorii.strashko@ti.com List-Id: linux-omap@vger.kernel.org On Monday 29 July 2013 02:14 PM, Paul Walmsley wrote: > Rajendra, > > On Mon, 22 Jul 2013, Rajendra Nayak wrote: > >> From: Grygorii Strashko >> >> 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 way: > > ... > >> CC: Tony Lindgren >> CC: Rajendra Nayak >> CC: Felipe Balbi >> CC: Kevin Hilman >> >> Signed-off-by: Grygorii Strashko > > Did you intend to add your Signed-off-by: to this patch? Since you're > formally submitting it, it needs to have your Signed-off-by: for me to > take it. Let me know and I'll add it if needed - Sorry about that Paul. I indeed missed adding my SoB for this one. Signed-off-by: Rajendra Nayak > > - Paul > From mboxrd@z Thu Jan 1 00:00:00 1970 From: rnayak@ti.com (Rajendra Nayak) Date: Mon, 29 Jul 2013 14:20:51 +0530 Subject: [PATCH 2/4] serial: omap: enable PM runtime only when its fully configured In-Reply-To: References: <1374487277-26099-1-git-send-email-rnayak@ti.com> <1374487277-26099-3-git-send-email-rnayak@ti.com> Message-ID: <51F62CEB.2090502@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 29 July 2013 02:14 PM, Paul Walmsley wrote: > Rajendra, > > On Mon, 22 Jul 2013, Rajendra Nayak wrote: > >> From: Grygorii Strashko >> >> 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 way: > > ... > >> CC: Tony Lindgren >> CC: Rajendra Nayak >> CC: Felipe Balbi >> CC: Kevin Hilman >> >> Signed-off-by: Grygorii Strashko > > Did you intend to add your Signed-off-by: to this patch? Since you're > formally submitting it, it needs to have your Signed-off-by: for me to > take it. Let me know and I'll add it if needed - Sorry about that Paul. I indeed missed adding my SoB for this one. Signed-off-by: Rajendra Nayak > > - Paul >