diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 07:14:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-10 07:14:07 -0400 |
commit | c7a6ced9d8e8411bdafe83998474d185a79badc3 (patch) | |
tree | bf9a230bfc99165b9d8fa9ed9fc453619bd4a9fb /drivers/leds/Makefile | |
parent | a188e7e93a36627fb3f0013f41857ab54f076d04 (diff) | |
parent | 2f73c3927318abe3d7fcaecadfbad89e2d12f881 (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds
Pull LED subsystem update from Bryan Wu.
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds: (24 commits)
leds: add output driver configuration for pca9633 led driver
leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()
leds: Add new LED driver for lm3642 chips
leds-lp5523: Fix riskiness of the page fault
leds-lp5523: turn off the LED engines on unloading the driver
leds-lm3530: Fix smatch warnings
leds-lm3530: Use devm_regulator_get function
leds: leds-gpio: adopt pinctrl support
leds: Add new LED driver for lm355x chips
leds-lp5523: use the i2c device id rather than fixed name
leds-lp5523: add new device id for LP55231
leds-lp5523: support new LP55231 device
leds: triggers: send uevent when changing triggers
leds-lp5523: minor code style fixes
leds-lp5523: change the return type of lp5523_set_mode()
leds-lp5523: set the brightness to 0 forcely on removing the driver
leds-lp5523: add channel name in the platform data
leds: leds-gpio: Use of_get_child_count() helper
leds: leds-gpio: Use platform_{get,set}_drvdata
leds: leds-gpio: use of_match_ptr()
...
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index a9b627c4f8ba..3fb9641b6194 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_LEDS_BD2802) += leds-bd2802.o | |||
11 | obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o | 11 | obj-$(CONFIG_LEDS_LOCOMO) += leds-locomo.o |
12 | obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o | 12 | obj-$(CONFIG_LEDS_LM3530) += leds-lm3530.o |
13 | obj-$(CONFIG_LEDS_LM3533) += leds-lm3533.o | 13 | obj-$(CONFIG_LEDS_LM3533) += leds-lm3533.o |
14 | obj-$(CONFIG_LEDS_LM3642) += leds-lm3642.o | ||
14 | obj-$(CONFIG_LEDS_MIKROTIK_RB532) += leds-rb532.o | 15 | obj-$(CONFIG_LEDS_MIKROTIK_RB532) += leds-rb532.o |
15 | obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o | 16 | obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o |
16 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o | 17 | obj-$(CONFIG_LEDS_NET48XX) += leds-net48xx.o |
@@ -48,7 +49,7 @@ obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o | |||
48 | obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o | 49 | obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o |
49 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o | 50 | obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o |
50 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o | 51 | obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o |
51 | obj-$(CONFIG_LEDS_LM3556) += leds-lm3556.o | 52 | obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o |
52 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o | 53 | obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o |
53 | 54 | ||
54 | # LED SPI Drivers | 55 | # LED SPI Drivers |