From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pramod Gurav Subject: Re: [PATCH] tty: serial: msm: Add runtime PM and system sleep support Date: Thu, 25 Aug 2016 10:10:51 +0530 Message-ID: References: <1466158618-6702-1-git-send-email-pramod.gurav@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Gross Cc: linux-arm-msm , "open list:SERIAL DRIVERS" , Greg Kroah-Hartman , Jiri Slaby , David Brown , Ulf Hansson , Linux Kernel list List-Id: linux-arm-msm@vger.kernel.org On 25 August 2016 at 10:05, Andy Gross wrote: > On 17 June 2016 at 05:16, Pramod Gurav wrote: > >> + if (msm_port->is_uartdm) { >> + ret = clk_enable(msm_port->pclk); > > Ditto here. Thanks Andy, will include these two changes in v2. > >> + if (ret)