pwm: pwm-tiehrpwm: Update the clock handling of pwm-tiehrpwm driver
authorPhilip, Avinash <avinashphilip@ti.com>
Thu, 10 Jan 2013 13:05:26 +0000 (18:35 +0530)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 14 Jan 2013 07:12:27 +0000 (08:12 +0100)
commit0074b49b3fa0886047413dbca0508594b1d80c61
tree036431ce26e24aaf66c44a075024685dc1ba3871
parent3ccb1c1702ed4bb07006d20c8173899a69dae242
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>
drivers/pwm/pwm-tiehrpwm.c
This page took 0.024593 seconds and 5 git commands to generate.