From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Date: Wed, 30 Oct 2013 23:27:23 +0000 Subject: Re: [PATCH 07/12] mmc: sh_mmcif: Convert to clk_prepare/unprepare Message-Id: List-Id: References: <1383000569-8916-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <2522233.ixtrcdiJKv@avalon> In-Reply-To: <2522233.ixtrcdiJKv@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 31 October 2013 00:13, Laurent Pinchart wrote: > Hi Guennadi, > > On Wednesday 30 October 2013 23:23:37 Guennadi Liakhovetski wrote: >> On Tue, 29 Oct 2013, Guennadi Liakhovetski wrote: >> > On Mon, 28 Oct 2013, Laurent Pinchart wrote: >> > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and >> > > clk_disable_unprepare() to get ready for the migration to the common >> > > clock framework. >> > > >> > > Cc: Chris Ball >> > > Cc: Guennadi Liakhovetski >> > > Cc: linux-mmc@vger.kernel.org >> > > Signed-off-by: Laurent Pinchart >> > > >> > >> > Acked-by: Guennadi Liakhovetski >> >> Sorry, I just realised, that an identical patch >> >> http://patches.linaro.org/21212/ >> >> has been submitted prior to this one, so, we should really take the other >> one. > > I'm fine with that, as long as one of the two patches hit mainline as soon as > possible. I can put together a new pull request for Chris asap, but in the end it will be his call to take it now or later. Kind regards Ulf Hansson > > -- > Regards, > > Laurent Pinchart > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH 07/12] mmc: sh_mmcif: Convert to clk_prepare/unprepare Date: Thu, 31 Oct 2013 00:27:23 +0100 Message-ID: References: <1383000569-8916-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <2522233.ixtrcdiJKv@avalon> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <2522233.ixtrcdiJKv@avalon> Sender: linux-sh-owner@vger.kernel.org To: Laurent Pinchart Cc: Guennadi Liakhovetski , Laurent Pinchart , "linux-arm-kernel@lists.infradead.org" , linux-sh@vger.kernel.org, Mike Turquette , Chris Ball , Guennadi Liakhovetski , linux-mmc List-Id: linux-mmc@vger.kernel.org On 31 October 2013 00:13, Laurent Pinchart wrote: > Hi Guennadi, > > On Wednesday 30 October 2013 23:23:37 Guennadi Liakhovetski wrote: >> On Tue, 29 Oct 2013, Guennadi Liakhovetski wrote: >> > On Mon, 28 Oct 2013, Laurent Pinchart wrote: >> > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and >> > > clk_disable_unprepare() to get ready for the migration to the common >> > > clock framework. >> > > >> > > Cc: Chris Ball >> > > Cc: Guennadi Liakhovetski >> > > Cc: linux-mmc@vger.kernel.org >> > > Signed-off-by: Laurent Pinchart >> > > >> > >> > Acked-by: Guennadi Liakhovetski >> >> Sorry, I just realised, that an identical patch >> >> http://patches.linaro.org/21212/ >> >> has been submitted prior to this one, so, we should really take the other >> one. > > I'm fine with that, as long as one of the two patches hit mainline as soon as > possible. I can put together a new pull request for Chris asap, but in the end it will be his call to take it now or later. Kind regards Ulf Hansson > > -- > Regards, > > Laurent Pinchart > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Thu, 31 Oct 2013 00:27:23 +0100 Subject: [PATCH 07/12] mmc: sh_mmcif: Convert to clk_prepare/unprepare In-Reply-To: <2522233.ixtrcdiJKv@avalon> References: <1383000569-8916-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <2522233.ixtrcdiJKv@avalon> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 31 October 2013 00:13, Laurent Pinchart wrote: > Hi Guennadi, > > On Wednesday 30 October 2013 23:23:37 Guennadi Liakhovetski wrote: >> On Tue, 29 Oct 2013, Guennadi Liakhovetski wrote: >> > On Mon, 28 Oct 2013, Laurent Pinchart wrote: >> > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and >> > > clk_disable_unprepare() to get ready for the migration to the common >> > > clock framework. >> > > >> > > Cc: Chris Ball >> > > Cc: Guennadi Liakhovetski >> > > Cc: linux-mmc at vger.kernel.org >> > > Signed-off-by: Laurent Pinchart >> > > >> > >> > Acked-by: Guennadi Liakhovetski >> >> Sorry, I just realised, that an identical patch >> >> http://patches.linaro.org/21212/ >> >> has been submitted prior to this one, so, we should really take the other >> one. > > I'm fine with that, as long as one of the two patches hit mainline as soon as > possible. I can put together a new pull request for Chris asap, but in the end it will be his call to take it now or later. Kind regards Ulf Hansson > > -- > Regards, > > Laurent Pinchart > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html