diff options
author | Jan-Simon Möller <jansimon.moeller@gmx.de> | 2012-07-20 04:49:06 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-24 04:00:51 -0400 |
commit | b54cf35a7f656c61dd695509e8cf8cc7e1dc3e53 (patch) | |
tree | 1a05f14876c2b783b762f448f48b4b3586861354 /MAINTAINERS | |
parent | eb18618b8018bffad6e62f1bc40e4e0c7ee2fa19 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe643e7b9df6..4d8811af9edd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1518,6 +1518,11 @@ W: http://blackfin.uclinux.org/ | |||
1518 | S: Supported | 1518 | S: Supported |
1519 | F: drivers/i2c/busses/i2c-bfin-twi.c | 1519 | F: drivers/i2c/busses/i2c-bfin-twi.c |
1520 | 1520 | ||
1521 | BLINKM RGB LED DRIVER | ||
1522 | M: Jan-Simon Moeller <jansimon.moeller@gmx.de> | ||
1523 | S: Maintained | ||
1524 | F: drivers/leds/leds-blinkm.c | ||
1525 | |||
1521 | BLOCK LAYER | 1526 | BLOCK LAYER |
1522 | M: Jens Axboe <axboe@kernel.dk> | 1527 | M: Jens Axboe <axboe@kernel.dk> |
1523 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git | 1528 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |