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: Tue, 30 Jul 2013 10:46:01 +0530 Message-ID: <51F74C11.2000306@ti.com> References: <1374487277-26099-1-git-send-email-rnayak@ti.com> <1374487277-26099-3-git-send-email-rnayak@ti.com> <51F62CEB.2090502@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:49588 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754216Ab3G3FQe (ORCPT ); Tue, 30 Jul 2013 01:16:34 -0400 In-Reply-To: <51F62CEB.2090502@ti.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@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 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 >>> >>> 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, Looks like this one is already been queued by Greg. regards, Rajendra > >> >> - Paul >> >