From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH/RESEND 01/12] msm_serial: Convert to clk_prepare/unprepare Date: Mon, 17 Jun 2013 11:27:49 -0700 Message-ID: <20130617182749.GA15627@kroah.com> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> <20130617175510.GA15370@kroah.com> <20130617180728.GA21158@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:39982 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090Ab3FQS1u (ORCPT ); Mon, 17 Jun 2013 14:27:50 -0400 Content-Disposition: inline In-Reply-To: <20130617180728.GA21158@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Brown Cc: Stephen Boyd , Daniel Walker , Bryan Huntsman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Mon, Jun 17, 2013 at 11:07:28AM -0700, David Brown wrote: > On Mon, Jun 17, 2013 at 10:55:10AM -0700, Greg Kroah-Hartman wrote: > >On Mon, Jun 17, 2013 at 10:43:08AM -0700, Stephen Boyd wrote: > >>Add calls to clk_prepare and unprepare so that MSM can migrate to > >>the common clock framework. > >> > >>Cc: Greg Kroah-Hartman > >>Signed-off-by: Stephen Boyd > > > >Acked-by: Greg Kroah-Hartman > > > >Or do you want me to take the serial ones through my tree? It's your > >choice, either is fine for me. > > I can go ahead and pull them through the MSM tree. Please do, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 17 Jun 2013 11:27:49 -0700 Subject: [PATCH/RESEND 01/12] msm_serial: Convert to clk_prepare/unprepare In-Reply-To: <20130617180728.GA21158@codeaurora.org> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> <20130617175510.GA15370@kroah.com> <20130617180728.GA21158@codeaurora.org> Message-ID: <20130617182749.GA15627@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 17, 2013 at 11:07:28AM -0700, David Brown wrote: > On Mon, Jun 17, 2013 at 10:55:10AM -0700, Greg Kroah-Hartman wrote: > >On Mon, Jun 17, 2013 at 10:43:08AM -0700, Stephen Boyd wrote: > >>Add calls to clk_prepare and unprepare so that MSM can migrate to > >>the common clock framework. > >> > >>Cc: Greg Kroah-Hartman > >>Signed-off-by: Stephen Boyd > > > >Acked-by: Greg Kroah-Hartman > > > >Or do you want me to take the serial ones through my tree? It's your > >choice, either is fine for me. > > I can go ahead and pull them through the MSM tree. Please do, thanks. greg k-h