pwm: Move AB8500 PWM driver to PWM framework
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 31 Aug 2012 09:46:24 +0000 (11:46 +0200)
committerThierry Reding <thierry.reding@avionic-design.de>
Thu, 20 Sep 2012 10:52:03 +0000 (12:52 +0200)
commit6173f8f4ed9c2bd4184908e35f46755a0d14b0f2
treec86da04699fc6145ba5ac385fdff721efd1f4737
parent0bcf168b024871c64eb5df157739efd2ae9b0bdf
pwm: Move AB8500 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ab8500-pwm.c [deleted file]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-ab8500.c [new file with mode: 0644]