summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-09-1237-300/+1435
|\
| * leds: wm831x-status: Request a REG resourceMark Brown2013-08-301-2/+2
| * leds: trigger: ledtrig-backlight: Fix invalid memory access in fb_event notif...Manfred Schlaegl2013-08-261-14/+16
| * leds-pca963x: Fix device tree parsingRicardo Ribalda Delgado2013-08-261-4/+4
| * leds-pca9633: Rename to leds-pca963xRicardo Ribalda Delgado2013-08-263-146/+146
| * leds-pca9633: Add mutex to the ledout registerRicardo Ribalda Delgado2013-08-261-31/+55
| * leds-pca9633: Unique naming of the LEDsRicardo Ribalda Delgado2013-08-261-3/+5
| * leds-pca9633: Add support for PCA9634Ricardo Ribalda Delgado2013-08-262-36/+79
| * leds: lp5562: use LP55xx common macros for device attributesMilo Kim2013-08-261-2/+2
| * leds: lp5523: remove unnecessary writing commandsMilo Kim2013-08-261-11/+3
| * leds: lp5523: restore legacy device attributesMilo Kim2013-08-261-4/+223
| * leds: lp5523: LED MUX configuration on initializingMilo Kim2013-08-261-1/+69
| * leds: lp5523: make separate API for loading engineMilo Kim2013-08-261-4/+10
| * leds: lp5521: remove unnecessary writing commandsMilo Kim2013-08-261-11/+3
| * leds: lp5521: restore legacy device attributesMilo Kim2013-08-261-4/+100
| * leds: lp55xx: add common macros for device attributesMilo Kim2013-08-261-0/+47
| * leds: lp55xx: add common data structure for programMilo Kim2013-08-261-0/+19
| * leds: ss4200: Fix incorrect placement of __initdataSachin Kamat2013-08-261-1/+1
| * leds: clevo-mail: Fix incorrect placement of __initdataSachin Kamat2013-08-261-1/+1
| * leds: leds-netxbig: depends on ARCH_KIRKWOODSimon Guinot2013-08-261-1/+1
| * leds: leds-ns2: depends on ARCH_KIRKWOODSimon Guinot2013-08-261-4/+1
| * leds: leds-lp3944, fix "sparse" warning "mixing different enum types"Antonio Ospite2013-08-261-1/+1
| * leds: leds-ss4200: Staticize nasgpio_led_get_attr()Jingoo Han2013-08-261-1/+1
| * leds: use dev_get_platdata()Jingoo Han2013-08-2630-49/+52
| * leds: pca9633: Add hardware blink supportMark A. Greer2013-08-261-4/+132
| * leds: support new LP8501 device - another LP55xx commonKim, Milo2013-08-264-3/+429
| * leds: Add device tree binding for pca9633Tony Lindgren2013-08-261-0/+71
* | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-063-350/+0
|\ \
| * | leds: Remove leds-renesas-tpu driverLaurent Pinchart2013-07-223-350/+0
| |/
* / leds: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-8/+30
|/
* leds: mc13783: Fix "uninitialized variable" warningAlexander Shiyan2013-07-021-1/+1
* leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan2013-06-201-3/+7
* leds: leds-mc13783: Add MC13892 LED supportAlexander Shiyan2013-06-202-4/+62
* leds: leds-mc13783: Prepare driver to support MC13892 LEDsAlexander Shiyan2013-06-201-250/+156
* leds: renesas-tpu: cleanup a small type issueDan Carpenter2013-06-201-4/+4
* leds: use platform_{get,set}_drvdata()Jingoo Han2013-06-203-4/+4
* leds: leds-gpio: Let device core handle pinctrlFabio Estevam2013-06-201-6/+0
* leds: lp5562: Properly setup of_device_id tableAxel Lin2013-06-201-1/+10
* leds: lp5523: Properly setup of_device_id tableAxel Lin2013-06-201-1/+10
* leds: lp5521: Properly setup of_device_id tableAxel Lin2013-06-201-1/+9
* leds: lp5562: support the device tree featureKim, Milo2013-06-201-5/+14
* leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo2013-06-201-35/+26
* leds: leds-ns2: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-201-2/+0
* leds: leds-mc13783: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-201-1/+0
* leds: leds-gpio: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-201-2/+0
* leds: atmel-pwm: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-201-1/+0
* leds: lp55xx: add support for Device Tree bindingsLinus Walleij2013-06-204-10/+87
* drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner2013-05-241-7/+7
* leds: leds-gpio: reserve gpio before using itTimo Teräs2013-05-211-4/+5
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+3
|\