[PATCH 05/12] drm: shmob_drm: Convert to clk_prepare/unprepare

2013-11-11 Thread Laurent Pinchart
Hi Thierry, On Monday 11 November 2013 09:55:24 Thierry Reding wrote: > On Sat, Nov 09, 2013 at 01:51:04PM +0100, Laurent Pinchart wrote: > > Hi Dave, > > > > Could you please pick this patch up ? > > > > On Monday 28 October 2013 23:49:22 Laurent Pinchart wrote: > > > Turn clk_enable() and

[PATCH 05/12] drm: shmob_drm: Convert to clk_prepare/unprepare

2013-11-11 Thread Thierry Reding
On Sat, Nov 09, 2013 at 01:51:04PM +0100, Laurent Pinchart wrote: > Hi Dave, > > Could you please pick this patch up ? > > On Monday 28 October 2013 23:49:22 Laurent Pinchart wrote: > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > > clk_disable_unprepare() to get

[PATCH 05/12] drm: shmob_drm: Convert to clk_prepare/unprepare

2013-11-09 Thread Laurent Pinchart
Hi Dave, Could you please pick this patch up ? On Monday 28 October 2013 23:49:22 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: David Airlie >

[PATCH 05/12] drm: shmob_drm: Convert to clk_prepare/unprepare

2013-10-29 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: David Airlie Cc: dri-devel at lists.freedesktop.org Signed-off-by: Laurent Pinchart ---