commit | 0074b49b3fa0886047413dbca0508594b1d80c61 | [log] [tgz] |
---|---|---|
author | Philip, Avinash <avinashphilip@ti.com> | Thu Jan 10 18:35:26 2013 +0530 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Mon Jan 14 08:12:27 2013 +0100 |
tree | 036431ce26e24aaf66c44a075024685dc1ba3871 | |
parent | 3ccb1c1702ed4bb07006d20c8173899a69dae242 [diff] |
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 <avinashphilip@ti.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>