]> 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>
Mon, 19 Dec 2011 07:19:38 +0000 (18:19 +1100)
commit1ab175357ef50d2868e4a60a8a27d11b9f37af47
tree711a0024eeafb4db744571265f75c1b996b69dff
parenta472b5dc69231912b13f81821ec2a1d68dc77e6e
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]