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 10:55:10 -0700 Message-ID: <20130617175510.GA15370@kroah.com> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:39851 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753992Ab3FQRzL (ORCPT ); Mon, 17 Jun 2013 13:55:11 -0400 Content-Disposition: inline In-Reply-To: <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , 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 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. 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 10:55:10 -0700 Subject: [PATCH/RESEND 01/12] msm_serial: Convert to clk_prepare/unprepare In-Reply-To: <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-2-git-send-email-sboyd@codeaurora.org> Message-ID: <20130617175510.GA15370@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. thanks, greg k-h