]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: SAMSUNG: Add clk enable/disable of pwm
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 4 Nov 2011 01:39:34 +0000 (10:39 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 6 Nov 2011 04:53:01 +0000 (13:53 +0900)
commit740a82212426f15f1b79b030430942dafe63fa07
tree39848e1f3c3b155e214e819faafe30ff4185149b
parent65fc29560fe805dd96fb3d2564249fb89f299871
ARM: SAMSUNG: Add clk enable/disable of pwm

PWM timers use pclk("timers" clk) as parent clk. If this pclk is the
disabled state when PWM driver is probed, then it causes wrong read and
write operation about registers of PWM.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/pwm.c