]> git.baikalelectronics.ru Git - kernel.git/commit
LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERS
authorJan-Simon Möller <jansimon.moeller@gmx.de>
Fri, 20 Jul 2012 08:49:06 +0000 (16:49 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Tue, 24 Jul 2012 08:00:51 +0000 (16:00 +0800)
commitf07332da830bc431d5eb32ba722b6aceceb6f4d2
tree1a05f14876c2b783b762f448f48b4b3586861354
parentcb5e3918c4a990ae4d0f738717ffe87ed0c9b6e0
LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERS

Add driver for BlinkM device to drivers/leds/.
Add entry to MAINTAINERS file.
Add documentation in Documentation/leds/.

A BlinkM is a RGB LED controlled through I2C.

This driver implements an interface to the LED framework
and another sysfs group to access the internal options
of the BlinkM.

rev6: Use module_i2c_driver().
rev5: Removed own workqueue in favor of events wq.
rev4: Fixed comments by Bryan Wu.
rev3: Fixed issues found by Jonathan Neuschäfer.

(bryan.wu@canonical.com: remove 2 trailing whitespace)

Signed-off-by: Jan-Simon Möller <jansimon.moeller@gmx.de>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Documentation/leds/leds-blinkm.txt [new file with mode: 0644]
MAINTAINERS
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/leds-blinkm.c [new file with mode: 0644]