commit | 8d01e1ef6766babffb5965218beb207dde693fb5 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Oct 28 23:49:22 2013 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Sun Nov 10 18:48:38 2013 +1000 |
tree | 4279d76a1b6c3787ae4f2cb1948a4652f1d737af | |
parent | ab0169bb5cc4a5c86756dde662087f9d12302eb0 [diff] |
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>