leds: Added driver for the NXP PCA9685 I2C chip
commitbb6febdc90efe7f664328075c204eed8e9af7ec9
authorMaximilian Güntner <maximilian.guentner@gmail.com>
Thu, 17 Oct 2013 01:09:17 +0000 (16 18:09 -0700)
committerBryan Wu <cooloney@gmail.com>
Tue, 22 Oct 2013 17:57:35 +0000 (22 10:57 -0700)
tree51ecf9e4ac1f0a3af243799d3b40078bc1f3eab3
parent1e08f72dd248645450b01c86ccc066c0a90767d8
leds: Added driver for the NXP PCA9685 I2C chip

The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095
levels of brightness)
This driver supports configuration using platform_data.

Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-pca9685.c [new file with mode: 0644]
include/linux/platform_data/leds-pca9685.h [new file with mode: 0644]