pwm: Move PXA PWM driver to PWM framework
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 2 Jan 2012 20:22:38 +0000 (21:22 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 2 Jul 2012 19:39:00 +0000 (21:39 +0200)
commit17b2b4780f879a559b8dc96c170dd6df98fe9ab3
treea7e7915adf0a94828811a72b8ab35e83fcdbabfd
parenta4315e3c11f97ea0fa602184fa310161309657df
pwm: Move PXA PWM driver to PWM framework

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

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
arch/arm/plat-pxa/Makefile
arch/arm/plat-pxa/pwm.c [deleted file]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-pxa.c [new file with mode: 0644]