]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
pwm: Move PUV3 PWM driver to PWM framework
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 31 Aug 2012 06:29:24 +0000 (08:29 +0200)
committerThierry Reding <thierry.reding@avionic-design.de>
Fri, 5 Oct 2012 18:56:41 +0000 (20:56 +0200)
commit79c11b6fa0b225ac165e79e821d50e70f563645f
tree05a7b6a2a87f05780b2a12a2e821c44336d73e75
parent5384e27317016bd30aa7a7a7513f76ce7caa3b09
pwm: Move PUV3 PWM driver to PWM framework

This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Qin Rui <qinrui@mprc.pku.edu.cn>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
arch/unicore32/Kconfig
arch/unicore32/kernel/Makefile
arch/unicore32/kernel/pwm.c [deleted file]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-puv3.c [new file with mode: 0644]