mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
b014a30c59
clk_enable/clk_disable maintain an enable_count, clk_prepare and clk_unprepare also maintain a prepare_count. These APIs will do prepare/enable when the first user calling these APIs, and do disable/unprepare when the corresponding counter reach 0. Thus We don't need to maintain a clk_enabled counter here. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> |
||
---|---|---|
.. | ||
core.c | ||
Kconfig | ||
Makefile | ||
pwm-ab8500.c | ||
pwm-atmel-tcb.c | ||
pwm-bfin.c | ||
pwm-imx.c | ||
pwm-jz4740.c | ||
pwm-lpc32xx.c | ||
pwm-mxs.c | ||
pwm-puv3.c | ||
pwm-pxa.c | ||
pwm-samsung.c | ||
pwm-spear.c | ||
pwm-tegra.c | ||
pwm-tiecap.c | ||
pwm-tiehrpwm.c | ||
pwm-tipwmss.c | ||
pwm-tipwmss.h | ||
pwm-twl-led.c | ||
pwm-twl.c | ||
pwm-vt8500.c |