pwm: add pca9685 driver
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Thu, 30 May 2013 07:50:12 +0000 (09:50 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 12 Jun 2013 11:13:18 +0000 (13:13 +0200)
commit88b613e6234def882b0b601bf831bf89af2e27f0
treef864f8df0292c43ef902ac893fcb0fb66b7d8256
parent8796f9c5656dedd186eda88c07db6a58d1985938
pwm: add pca9685 driver

Add pwm driver for the NXP pca9685 16 channel pwm-led controller.

The driver is really barebones at this stage. E.g. the OE' pin and
therefore the corresponding registers are not supported.
The driver was tested on a HW where this pin is tied to GND.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
[thierry.reding@gmail.com: style and whitespace cleanups]
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Documentation/devicetree/bindings/pwm/nxp,pca9685-pwm.txt [new file with mode: 0644]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-pca9685.c [new file with mode: 0644]