diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2013-10-15 18:40:03 -0700 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2013-10-17 16:07:19 +0200 |
commit | a23086981723570c8952520d9ffaf6995d45f63e (patch) | |
tree | 954638f3a758cea41ea59affcdf213fa83c61af0 /drivers/misc/Makefile | |
parent | 8f43e18e2769b3b28383903d501b4da29e388aad (diff) | |
download | op-kernel-dev-a23086981723570c8952520d9ffaf6995d45f63e.zip op-kernel-dev-a23086981723570c8952520d9ffaf6995d45f63e.tar.gz |
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>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index c235d5b..ecccd00 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -33,7 +33,6 @@ obj-$(CONFIG_APDS9802ALS) += apds9802als.o obj-$(CONFIG_ISL29003) += isl29003.o obj-$(CONFIG_ISL29020) += isl29020.o obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o -obj-$(CONFIG_EP93XX_PWM) += ep93xx_pwm.o obj-$(CONFIG_DS1682) += ds1682.o obj-$(CONFIG_TI_DAC7512) += ti_dac7512.o obj-$(CONFIG_C2PORT) += c2port/ |