summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: lp55xx: handle enable pin in driverSebastian Reichel2013-10-251-12/+13
* leds-gpio: of: led should not be created if its status is disabledJosh Wu2013-10-251-3/+3
* leds: Added driver for the NXP PCA9685 I2C chipMaximilian Güntner2013-10-223-0/+224
* leds: pwm: Remove redundant of_match_ptrSachin Kamat2013-10-221-1/+1
* leds: Include linux/of.h headerSachin Kamat2013-10-225-0/+5
* leds: dac124s085: Remove redundant spi_set_drvdataSachin Kamat2013-10-221-3/+0Star
* leds: lp55xx: enable setting default triggerLinus Walleij2013-10-221-0/+3
* leds: blinkm: Remove redundant breakSachin Kamat2013-10-221-3/+0Star
* 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-271-14/+16
| * leds-pca963x: Fix device tree parsingRicardo Ribalda Delgado2013-08-271-4/+4
| * leds-pca9633: Rename to leds-pca963xRicardo Ribalda Delgado2013-08-273-146/+146
| * leds-pca9633: Add mutex to the ledout registerRicardo Ribalda Delgado2013-08-271-31/+55
| * leds-pca9633: Unique naming of the LEDsRicardo Ribalda Delgado2013-08-271-3/+5
| * leds-pca9633: Add support for PCA9634Ricardo Ribalda Delgado2013-08-272-36/+79
| * leds: lp5562: use LP55xx common macros for device attributesMilo Kim2013-08-271-2/+2
| * leds: lp5523: remove unnecessary writing commandsMilo Kim2013-08-271-11/+3Star
| * leds: lp5523: restore legacy device attributesMilo Kim2013-08-271-4/+223
| * leds: lp5523: LED MUX configuration on initializingMilo Kim2013-08-271-1/+69
| * leds: lp5523: make separate API for loading engineMilo Kim2013-08-271-4/+10
| * leds: lp5521: remove unnecessary writing commandsMilo Kim2013-08-271-11/+3Star
| * leds: lp5521: restore legacy device attributesMilo Kim2013-08-271-4/+100
| * leds: lp55xx: add common macros for device attributesMilo Kim2013-08-271-0/+47
| * leds: lp55xx: add common data structure for programMilo Kim2013-08-271-0/+19
| * leds: ss4200: Fix incorrect placement of __initdataSachin Kamat2013-08-271-1/+1
| * leds: clevo-mail: Fix incorrect placement of __initdataSachin Kamat2013-08-271-1/+1
| * leds: leds-netxbig: depends on ARCH_KIRKWOODSimon Guinot2013-08-271-1/+1
| * leds: leds-ns2: depends on ARCH_KIRKWOODSimon Guinot2013-08-271-4/+1Star
| * leds: leds-lp3944, fix "sparse" warning "mixing different enum types"Antonio Ospite2013-08-271-1/+1
| * leds: leds-ss4200: Staticize nasgpio_led_get_attr()Jingoo Han2013-08-271-1/+1
| * leds: use dev_get_platdata()Jingoo Han2013-08-2730-49/+52
| * leds: pca9633: Add hardware blink supportMark A. Greer2013-08-271-4/+132
| * leds: support new LP8501 device - another LP55xx commonKim, Milo2013-08-274-3/+429
| * leds: Add device tree binding for pca9633Tony Lindgren2013-08-271-0/+71
* | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-063-350/+0Star
|\ \
| * | leds: Remove leds-renesas-tpu driverLaurent Pinchart2013-07-223-350/+0Star
| |/
* / leds: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-271-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-211-3/+7
* leds: leds-mc13783: Add MC13892 LED supportAlexander Shiyan2013-06-212-4/+62
* leds: leds-mc13783: Prepare driver to support MC13892 LEDsAlexander Shiyan2013-06-211-250/+156Star
* leds: renesas-tpu: cleanup a small type issueDan Carpenter2013-06-211-4/+4
* leds: use platform_{get,set}_drvdata()Jingoo Han2013-06-213-4/+4
* leds: leds-gpio: Let device core handle pinctrlFabio Estevam2013-06-211-6/+0Star
* leds: lp5562: Properly setup of_device_id tableAxel Lin2013-06-211-1/+10
* leds: lp5523: Properly setup of_device_id tableAxel Lin2013-06-211-1/+10
* leds: lp5521: Properly setup of_device_id tableAxel Lin2013-06-211-1/+9
* leds: lp5562: support the device tree featureKim, Milo2013-06-211-5/+14
* leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo2013-06-211-35/+26Star