aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-11ledtrig-cpu: kill useless mutex to fix sleep in atomic contextNathan Lynch1-21/+0
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds15-605/+1188
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-107/+98
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-5/+5
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-2/+31
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-3/+3
2012-09-24leds: add output driver configuration for pca9633 led driverPeter Meerwald1-7/+12
2012-09-24leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()Axel Lin1-12/+3
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/driversOlof Johansson3-3/+3
2012-09-13leds: Add new LED driver for lm3642 chipsG.Shark Jeong3-0/+483
2012-09-13leds-lp5523: Fix riskiness of the page faultKim, Milo1-0/+1
2012-09-13leds-lp5523: turn off the LED engines on unloading the driverKim, Milo1-0/+3
2012-09-12leds-lm3530: Fix smatch warningsSachin Kamat1-4/+4
2012-09-12leds-lm3530: Use devm_regulator_get functionSachin Kamat1-9/+3
2012-09-11leds: leds-gpio: adopt pinctrl supportAnilKumar Ch1-0/+7
2012-09-11leds: Add new LED driver for lm355x chipsG.Shark Jeong4-517/+577
2012-09-11leds-lp5523: use the i2c device id rather than fixed nameKim, Milo1-4/+6
2012-09-11leds-lp5523: add new device id for LP55231Kim, Milo1-2/+8
2012-09-11leds-lp5523: support new LP55231 deviceKim, Milo1-3/+4
2012-09-11leds: triggers: send uevent when changing triggersColin Cross1-0/+13
2012-09-11leds-lp5523: minor code style fixesKim, Milo1-8/+7
2012-09-11leds-lp5523: change the return type of lp5523_set_mode()Kim, Milo1-11/+13
2012-09-11leds-lp5523: set the brightness to 0 forcely on removing the driverKim, Milo1-2/+2
2012-09-11leds-lp5523: add channel name in the platform dataKim, Milo1-3/+7
2012-09-11leds: leds-gpio: Use of_get_child_count() helperTobias Klauser1-3/+2
2012-09-11leds: leds-gpio: Use platform_{get,set}_drvdataTobias Klauser1-2/+2
2012-09-11leds: leds-gpio: use of_match_ptr()Tobias Klauser1-2/+1
2012-09-11leds: delay led_set_brightness if stopping soft-blinkFabio Baltieri4-4/+33
2012-09-11leds: wm8350: Convert to devm_regulator_get()Axel Lin1-22/+7
2012-09-11leds-clevo-mail: Fix Clevo M5x0V DMI stringsOndrej Zary1-2/+1
2012-09-11leds-clevo-mail: add MODULE_DEVICE_TABLEOndrej Zary1-3/+4
2012-09-11mfd: 88pm860x: Use REG in leds resourceHaojian Zhuang1-107/+69
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo3-5/+5
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/driversArnd Bergmann3-0/+174
2012-08-13leds: renesas: fix error handlingArnd Bergmann1-1/+1
2012-08-13Revert "leds: use led_set_brightness in led_trigger_event"Fabio Baltieri1-1/+1
2012-08-08leds: lp8788: Fix updating scale configuration bitsAxel Lin1-1/+1
2012-07-31led-triggers: create a trigger for CPU activityBryan Wu3-0/+174
2012-07-27leds-lp8788: forgotten unlock at lp8788_led_workDevendra Naga1-0/+1
2012-07-27LEDS: propagate error codes in blinkm_detect()Dan Carpenter1-2/+2
2012-07-27LEDS: memory leak in blinkm_led_common_set()Dan Carpenter1-2/+5
2012-07-26leds: add new lp8788 led driverKim, Milo3-0/+200
2012-07-24LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERSJan-Simon Möller3-0/+821
2012-07-24leds: max8997: Simplify max8997_led_set_mode implementationAxel Lin1-47/+13
2012-07-24leds/leds-s3c24xx: use devm_gpio_requestDevendra Naga1-2/+1
2012-07-24leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-13/+6
2012-07-24leds: convert DAC124S085 LED driver to devm_kzalloc()Bryan Wu1-3/+1