Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-13 Thread Simon Horman
On Wed, Dec 11, 2013 at 09:25:09PM -0500, Chris Ball wrote: > Hi Laurent, > > On Wed, Dec 11 2013, Laurent Pinchart wrote: > >> I'm sorry about the delay -- it's in mmc-next for 3.14 now. > > > > Thanks a lot and sorry about shouting. Don't worry about the delay, I only > > wanted to make sure th

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-11 Thread Chris Ball
Hi Laurent, On Wed, Dec 11 2013, Laurent Pinchart wrote: >> I'm sorry about the delay -- it's in mmc-next for 3.14 now. > > Thanks a lot and sorry about shouting. Don't worry about the delay, I only > wanted to make sure the patch would get in v3.14. No worries, it was deserved yelling. :-) >

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-11 Thread Laurent Pinchart
Hi Chris, On Wednesday 11 December 2013 20:29:56 Chris Ball wrote: > Hi Laurent, > > On Wed, Dec 11 2013, Laurent Pinchart wrote: > > PING ? > > I'm sorry about the delay -- it's in mmc-next for 3.14 now. Thanks a lot and sorry about shouting. Don't worry about the delay, I only wanted to make

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-11 Thread Chris Ball
Hi Laurent, On Wed, Dec 11 2013, Laurent Pinchart wrote: > PING ? I'm sorry about the delay -- it's in mmc-next for 3.14 now. - Chris. -- Chris Ball -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kerne

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-11 Thread Laurent Pinchart
Hi Chris, On Tuesday 26 November 2013 03:02:48 Laurent Pinchart wrote: > On Saturday 09 November 2013 13:56:40 Laurent Pinchart wrote: > > Hi Chris, > > > > Could you please pick this patch up ? > > Ping ? PING ? > As this patch is a dependency for other series that will go through > different

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-11-25 Thread Laurent Pinchart
Hi Chris, On Saturday 09 November 2013 13:56:40 Laurent Pinchart wrote: > Hi Chris, > > Could you please pick this patch up ? Ping ? As this patch is a dependency for other series that will go through different trees, could you please provide a stable branch in your tree with this patch inclu

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-11-09 Thread Laurent Pinchart
Hi Chris, Could you please pick this patch up ? On Tuesday 29 October 2013 09:09:37 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

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-10-29 Thread Guennadi Liakhovetski
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 > Signe

[PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-10-28 Thread Laurent Pinchart
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 --- drivers/mmc/host/sh_mobile_sd