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 /drivers/leds/Makefile | |
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 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 5eebd7bce4be..d94d18f8a4be 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -48,6 +48,7 @@ obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o | |||
48 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o | 48 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o |
49 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o | 49 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o |
50 | obj-$(CONFIG_LEDS_LM3556) += leds-lm3556.o | 50 | obj-$(CONFIG_LEDS_LM3556) += leds-lm3556.o |
51 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | ||
51 | 52 | ||
52 | # LED SPI Drivers | 53 | # LED SPI Drivers |
53 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 54 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |