drm: shmob_drm: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:22 +0000 (23:49 +0100)
committerDave Airlie <airlied@redhat.com>
Sun, 10 Nov 2013 08:48:38 +0000 (18:48 +1000)
commit8d01e1ef6766babffb5965218beb207dde693fb5
tree4279d76a1b6c3787ae4f2cb1948a4652f1d737af
parentab0169bb5cc4a5c86756dde662087f9d12302eb0
drm: shmob_drm: Convert to clk_prepare/unprepare

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 <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/shmobile/shmob_drm_crtc.c