aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds37-300/+1435
2013-09-06Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-350/+0
2013-08-30leds: wm831x-status: Request a REG resourceMark Brown1-2/+2
2013-08-26leds: trigger: ledtrig-backlight: Fix invalid memory access in fb_event notification callbackManfred Schlaegl1-14/+16
2013-08-26leds-pca963x: Fix device tree parsingRicardo Ribalda Delgado1-4/+4
2013-08-26leds-pca9633: Rename to leds-pca963xRicardo Ribalda Delgado3-146/+146
2013-08-26leds-pca9633: Add mutex to the ledout registerRicardo Ribalda Delgado1-31/+55
2013-08-26leds-pca9633: Unique naming of the LEDsRicardo Ribalda Delgado1-3/+5
2013-08-26leds-pca9633: Add support for PCA9634Ricardo Ribalda Delgado2-36/+79
2013-08-26leds: lp5562: use LP55xx common macros for device attributesMilo Kim1-2/+2
2013-08-26leds: lp5523: remove unnecessary writing commandsMilo Kim1-11/+3
2013-08-26leds: lp5523: restore legacy device attributesMilo Kim1-4/+223
2013-08-26leds: lp5523: LED MUX configuration on initializingMilo Kim1-1/+69
2013-08-26leds: lp5523: make separate API for loading engineMilo Kim1-4/+10
2013-08-26leds: lp5521: remove unnecessary writing commandsMilo Kim1-11/+3
2013-08-26leds: lp5521: restore legacy device attributesMilo Kim1-4/+100
2013-08-26leds: lp55xx: add common macros for device attributesMilo Kim1-0/+47
2013-08-26leds: lp55xx: add common data structure for programMilo Kim1-0/+19
2013-08-26leds: ss4200: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-26leds: clevo-mail: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-26leds: leds-netxbig: depends on ARCH_KIRKWOODSimon Guinot1-1/+1
2013-08-26leds: leds-ns2: depends on ARCH_KIRKWOODSimon Guinot1-4/+1
2013-08-26leds: leds-lp3944, fix "sparse" warning "mixing different enum types"Antonio Ospite1-1/+1
2013-08-26leds: leds-ss4200: Staticize nasgpio_led_get_attr()Jingoo Han1-1/+1
2013-08-26leds: use dev_get_platdata()Jingoo Han30-49/+52
2013-08-26leds: pca9633: Add hardware blink supportMark A. Greer1-4/+132
2013-08-26leds: support new LP8501 device - another LP55xx commonKim, Milo4-3/+429
2013-08-26leds: Add device tree binding for pca9633Tony Lindgren1-0/+71
2013-07-26leds: convert class code to use dev_groupsGreg Kroah-Hartman1-8/+30
2013-07-22leds: Remove leds-renesas-tpu driverLaurent Pinchart3-350/+0
2013-07-02leds: mc13783: Fix "uninitialized variable" warningAlexander Shiyan1-1/+1
2013-06-20leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-06-20leds: leds-mc13783: Add MC13892 LED supportAlexander Shiyan2-4/+62
2013-06-20leds: leds-mc13783: Prepare driver to support MC13892 LEDsAlexander Shiyan1-250/+156
2013-06-20leds: renesas-tpu: cleanup a small type issueDan Carpenter1-4/+4
2013-06-20leds: use platform_{get,set}_drvdata()Jingoo Han3-4/+4
2013-06-20leds: leds-gpio: Let device core handle pinctrlFabio Estevam1-6/+0
2013-06-20leds: lp5562: Properly setup of_device_id tableAxel Lin1-1/+10
2013-06-20leds: lp5523: Properly setup of_device_id tableAxel Lin1-1/+10
2013-06-20leds: lp5521: Properly setup of_device_id tableAxel Lin1-1/+9
2013-06-20leds: lp5562: support the device tree featureKim, Milo1-5/+14
2013-06-20leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo1-35/+26
2013-06-20leds: leds-ns2: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-20leds: leds-mc13783: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-20leds: leds-gpio: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-20leds: atmel-pwm: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-20leds: lp55xx: add support for Device Tree bindingsLinus Walleij4-10/+87
2013-05-24drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner1-7/+7
2013-05-21leds: leds-gpio: reserve gpio before using itTimo Teräs1-4/+5
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+3