From: Philip, Avinash Date: Thu, 10 Jan 2013 13:05:26 +0000 (+0530) Subject: pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver X-Git-Tag: v3.9-rc1~77^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0074b49b3fa0886047413dbca0508594b1d80c61;p=pandora-kernel.git pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver The clock framework has changed and it's now better to invoke clock_prepare_enable() and clk_disable_unprepare() rather than the legacy clk_enable() and clk_disable() calls. This patch converts the pwm-tiehrpwm driver to the new framework. Signed-off-by: Philip Avinash Signed-off-by: Thierry Reding --- Reading git-diff-tree failed