summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2012-11-26leds: lp5521: Fix return valueSachin Kamat1-1/+1
2012-11-26leds: leds-lp5523: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-lp5521: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: add led_trigger_rename functionFabio Baltieri1-0/+13
2012-11-26leds: lm3642: Fix up world writable sysfs filesAxel Lin1-2/+2
2012-11-26leds: lm355x: Fix up world writable sysfs fileAxel Lin1-1/+1
2012-11-26leds: leds-88pm860x: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-7/+2
2012-11-26leds: leds-lp5523: fix build warningsJingoo Han1-3/+17
2012-11-26leds: leds-gpio: Defer probing in case of deferred gpio probingRoland Stigge1-6/+11
2012-11-26leds: ledtrig-gpio: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: ledtrig-backlight: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-ss4200: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-ns2: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-netxbig: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-11-26leds: leds-bd2802: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2012-11-26leds: renesas: use devm_ functionsJingoo Han1-11/+6
2012-11-26leds: leds-cobalt-qube: use devm_ioremapJingoo Han1-7/+4
2012-11-26leds: leds-cobalt-raq: use devm_ioremapJingoo Han1-7/+4
2012-11-26leds: leds-fsg: use devm_ioremapJingoo Han1-10/+5
2012-11-26leds: renesas: use gpio_request_oneJingoo Han1-4/+4
2012-11-26leds: leds-ns2: use gpio_request_oneJingoo Han1-14/+7
2012-11-26leds: leds-lt3593: use gpio_request_oneJingoo Han1-6/+3
2012-11-26leds: leds-gpio: use gpio_request_oneJingoo Han1-7/+5
2012-11-26leds: lm355x: Return proper error for lm3556_indicator_pattern_store error pathAxel Lin1-1/+1
2012-11-26leds: lm3642: Return proper error in lm3642_[torch|strobe]_pin_store error pathsAxel Lin1-4/+4
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/cool...Linus Torvalds15-605/+1188
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus 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/ar...Linus 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/k...Olof 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