summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-1/+1
|\
| * powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-291-1/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-17/+15
|\ \
| * | leds/trigger/cpu: Move from CPU_STARTING to ONLINE levelSebastian Andrzej Siewior2016-07-221-8/+8
| * | leds/trigger/cpu: Convert to hotplug state machineRichard Cochran2016-07-151-17/+15
* | | leds: is31fl32xx: define complete i2c_device_id tableH. Nikolaus Schaller2016-07-191-2/+8
* | | leds: is31fl32xx: fix typo in id and match table namesH. Nikolaus Schaller2016-07-191-7/+7
* | | leds: LED driver for TI LP3952 6-Channel Color LEDTony Makkiel2016-07-183-0/+316
* | | leds: leds-gpio: Set of_node for created LED devicesRafał Miłecki2016-07-111-2/+3
* | | leds: triggers: return error if invalid trigger name is provided via sysfsHeiner Kallweit2016-07-041-0/+2
* | | leds: convert IDE trigger to common disk triggerStephan Linz2016-06-204-13/+18
* | | leds: pca9532: Add device tree supportPhil Reid2016-06-201-4/+71
|/ /
* | leds: handle suspend/resume in heartbeat triggerLinus Walleij2016-06-081-0/+31
* | leds: core: Fix brightness setting upon hardware blinking enabledTony Makkiel2016-06-081-3/+6
|/
* Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-1/+10
|\
| * leds: pwm: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-1/+10
* | leds: gpio: Support the "panic-indicator" firmware propertyEzequiel Garcia2016-05-061-0/+4
* | leds: triggers: Allow to switch the trigger to "panic" on a kernel panicEzequiel Garcia2016-05-064-1/+52
* | leds: ss4200: add DMI data for FSC SCALEO Home ServerMartin Dummer2016-04-191-0/+13
* | leds: ss4200: Add depend on x86 archMartin Dummer2016-04-191-2/+3
* | leds: ledtrig-ide-disk: Move ide_blink_delay to ledtrig_ide_activity()Jacek Anaszewski2016-04-191-1/+2
* | leds: tca6507: silence an uninitialized variable warningDan Carpenter2016-04-141-0/+2
* | leds: trigger: Introduce a MTD (NAND/NOR) triggerEzequiel Garcia2016-04-133-0/+54
* | leds: trigger: Introduce a kernel panic LED triggerEzequiel Garcia2016-03-303-0/+38
|/
* Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-03-232-112/+15
|\
| * dell-led: use dell_smbios_send_request() for performing SMBIOS callsMichał Kępień2016-03-231-59/+6
| * dell-led: use dell_smbios_find_token() for finding mic DMI tokensMichał Kępień2016-03-232-54/+10
* | leds: triggers: simplify led_trigger_storeHeiner Kallweit2016-03-141-11/+2
* | leds: max8997: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-13/+1
* | leds: da903x: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-11/+1
* | leds: s3c24xx: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-18/+1
* | leds: wm831x-status: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-12/+1
* | leds: lp8788: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-13/+1
* | leds: 88pm860x: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-11/+1
* | leds: Add SN3218 and SN3216 support to the IS31FL32XX driverDavid Rivshin2016-03-142-4/+8
* | leds: Add driver for the ISSI IS31FL32xx family of LED controllersDavid Rivshin2016-03-143-0/+513
* | leds: lm3533: Use devm_led_classdev_registerAmitoj Kaur Chawla2016-03-141-9/+3
* | leds: gpio: Use GPIOF_OUT_INIT_LOW instead of hardcoded zeroGeert Uytterhoeven2016-03-141-1/+1
* | leds: core: add helpers for calling brightness_set(_blocking)Heiner Kallweit2016-03-141-14/+26
* | leds: leds-gpio: Fix return value check in create_gpio_led()Wei Yongjun2016-03-141-2/+2
* | leds: lp3944: improve wording and formatting in a commentAntonio Ospite2016-03-141-2/+5
* | leds: core: avoid error message when a USB LED device is unpluggedHeiner Kallweit2016-03-142-1/+6
|/
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-172-10/+10
|\
| * leds: pca9532: use gpiochip data pointerLinus Walleij2016-01-071-4/+4
| * leds: tca6507: use gpiochip data pointerLinus Walleij2016-01-071-2/+2
| * gpio: change member .dev to .parentLinus Walleij2015-11-192-4/+4
* | leds: add HAS_IOMEM dependency to LEDS_BCM6328/LEDS_BCM6358Vegard Nossum2016-01-041-0/+2
* | leds: core: add managed version of led_trigger_registerHeiner Kallweit2016-01-041-0/+28
* | leds: bcm6358: remove unneeded busy status checkÁlvaro Fernández Rojas2016-01-041-3/+0
* | leds: bcm6328: improve blink supportÁlvaro Fernández Rojas2016-01-041-5/+15
OpenPOWER on IntegriCloud