]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: add driver for TCA6507 LED controller
authorNeilBrown <neilb@suse.de>
Fri, 16 Dec 2011 04:50:14 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Dec 2011 06:01:18 +0000 (17:01 +1100)
commit730a5e1cb4976551000d1662e3c35bd637ba5f0e
tree9d35c9875945d1275209b12e7a49a067aec8129f
parentbf5c742430c165853a2fffbca0836d4a097c5737
leds: add driver for TCA6507 LED controller

TI's TCA6507 is the LED driver in the GTA04 Openmoko motherboard.  The
driver provides full support for brightness levels and hardware blinking.

This driver can drive each of 7 outputs as an LED or a GPIO output,
and provides hardware-assist blinking.

Signed-off-by: NeilBrown <neilb@suse.de>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-tca6507.c [new file with mode: 0644]
include/linux/leds-tca6507.h [new file with mode: 0644]