From: Rajendra Nayak Date: Wed, 27 Jun 2012 08:51:26 +0000 (+0530) Subject: OMAPDSS: add clk_prepare_enable and clk_disable_unprepare X-Git-Tag: v3.6-rc1~16^2~11^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11766d1c210aca50e772f55457fea113d8f511a;p=pandora-kernel.git OMAPDSS: add clk_prepare_enable and clk_disable_unprepare In preparation of OMAP moving to Common Clk Framework(CCF) change clk_enable() and clk_disable() calls to clk_prepare_enable() and clk_disable_unprepare() in omapdss. This can be safely done, as omapdss never enables or disables clocks in atomic context. Signed-off-by: Rajendra Nayak Cc: Tomi Valkeinen Cc: Cc: Paul Walmsley Cc: Mike Turquette [tomi.valkeinen@ti.com: updated patch description] Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed