pwm: add ep93xx PWM support
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 16 Oct 2013 01:40:03 +0000 (18:40 -0700)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 17 Oct 2013 14:07:19 +0000 (16:07 +0200)
commita23086981723570c8952520d9ffaf6995d45f63e
tree954638f3a758cea41ea59affcdf213fa83c61af0
parent8f43e18e2769b3b28383903d501b4da29e388aad
pwm: add ep93xx PWM support

Remove the non-standard EP93xx PWM driver in drivers/misc and add
a new driver for the PWM controllers on the EP93xx platform based
on the PWM framework.

These PWM controllers each support 1 PWM channel with programmable
duty cycle, frequency, and polarity inversion.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ep93xx_pwm.c [deleted file]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-ep93xx.c [new file with mode: 0644]
This page took 0.039295 seconds and 5 git commands to generate.