| Age | Commit message (Expand) | Author | Lines |
| 2013-08-26 | leds: clevo-mail: Fix incorrect placement of __initdata | Sachin Kamat | -1/+1 |
| 2013-08-26 | leds: leds-netxbig: depends on ARCH_KIRKWOOD | Simon Guinot | -1/+1 |
| 2013-08-26 | leds: leds-ns2: depends on ARCH_KIRKWOOD | Simon Guinot | -4/+1 |
| 2013-08-26 | leds: leds-lp3944, fix "sparse" warning "mixing different enum types" | Antonio Ospite | -1/+1 |
| 2013-08-26 | leds: leds-ss4200: Staticize nasgpio_led_get_attr() | Jingoo Han | -1/+1 |
| 2013-08-26 | leds: use dev_get_platdata() | Jingoo Han | -49/+52 |
| 2013-08-26 | leds: pca9633: Add hardware blink support | Mark A. Greer | -4/+132 |
| 2013-08-26 | leds: support new LP8501 device - another LP55xx common | Kim, Milo | -3/+429 |
| 2013-08-26 | leds: Add device tree binding for pca9633 | Tony Lindgren | -0/+71 |
| 2013-07-26 | leds: convert class code to use dev_groups | Greg Kroah-Hartman | -8/+30 |
| 2013-07-22 | leds: Remove leds-renesas-tpu driver | Laurent Pinchart | -350/+0 |
| 2013-07-02 | leds: mc13783: Fix "uninitialized variable" warning | Alexander Shiyan | -1/+1 |
| 2013-06-20 | leds: Convert led class driver from legacy pm ops to dev_pm_ops | Shuah Khan | -3/+7 |
| 2013-06-20 | leds: leds-mc13783: Add MC13892 LED support | Alexander Shiyan | -4/+62 |
| 2013-06-20 | leds: leds-mc13783: Prepare driver to support MC13892 LEDs | Alexander Shiyan | -250/+156 |
| 2013-06-20 | leds: renesas-tpu: cleanup a small type issue | Dan Carpenter | -4/+4 |
| 2013-06-20 | leds: use platform_{get,set}_drvdata() | Jingoo Han | -4/+4 |
| 2013-06-20 | leds: leds-gpio: Let device core handle pinctrl | Fabio Estevam | -6/+0 |
| 2013-06-20 | leds: lp5562: Properly setup of_device_id table | Axel Lin | -1/+10 |
| 2013-06-20 | leds: lp5523: Properly setup of_device_id table | Axel Lin | -1/+10 |
| 2013-06-20 | leds: lp5521: Properly setup of_device_id table | Axel Lin | -1/+9 |
| 2013-06-20 | leds: lp5562: support the device tree feature | Kim, Milo | -5/+14 |
| 2013-06-20 | leds: lp55xx: support dynamic channel settings in the device tree structure | Kim, Milo | -35/+26 |
| 2013-06-20 | leds: leds-ns2: remove unnecessary platform_set_drvdata() | Jingoo Han | -2/+0 |
| 2013-06-20 | leds: leds-mc13783: remove unnecessary platform_set_drvdata() | Jingoo Han | -1/+0 |
| 2013-06-20 | leds: leds-gpio: remove unnecessary platform_set_drvdata() | Jingoo Han | -2/+0 |
| 2013-06-20 | leds: atmel-pwm: remove unnecessary platform_set_drvdata() | Jingoo Han | -1/+0 |
| 2013-06-20 | leds: lp55xx: add support for Device Tree bindings | Linus Walleij | -10/+87 |
| 2013-05-24 | drivers/leds/leds-ot200.c: fix error caused by shifted mask | Christian Gmeiner | -7/+7 |
| 2013-05-21 | leds: leds-gpio: reserve gpio before using it | Timo Teräs | -4/+5 |
| 2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | -3/+3 |
| 2013-04-16 | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot | -3/+3 |
| 2013-04-01 | leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han | -4/+3 |
| 2013-04-01 | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | -7/+3 |
| 2013-04-01 | leds: lp55xx: configure the clock detection | Kim, Milo | -6/+27 |
| 2013-04-01 | leds: lp55xx: use common clock framework when external clock is used | Kim, Milo | -0/+40 |
| 2013-04-01 | leds: leds-ns2: fix oops at module removal | Simon Guinot | -13/+25 |
| 2013-04-01 | leds: leds-pwm: Defer led_pwm_set() if PWM can sleep | Florian Vaussard | -8/+42 |
| 2013-04-01 | leds: lp55xx: fix the sysfs read operation | Kim, Milo | -3/+4 |
| 2013-04-01 | leds: lm355x, lm3642: support camera LED triggers for flash and torch | Kim, Milo | -0/+4 |
| 2013-04-01 | leds: add camera LED triggers | Kim, Milo | -0/+66 |
| 2013-04-01 | leds: tca6507: Use of_match_ptr() macro | Sachin Kamat | -2/+2 |
| 2013-04-01 | leds: wm8350: Complain if we fail to reenable DCDC | Mark Brown | -1/+4 |
| 2013-04-01 | leds: renesas: set gpio_request_one() flags param correctly | Jingoo Han | -1/+2 |
| 2013-04-01 | leds: leds-ns2: set devm_gpio_request_one() flags param correctly | Jingoo Han | -2/+4 |
| 2013-04-01 | leds: leds-lt3593: set devm_gpio_request_one() flags param correctly | Jingoo Han | -2/+3 |
| 2013-04-01 | leds: leds-bd2802: remove erroneous __exit annotation | Jingoo Han | -2/+2 |
| 2013-04-01 | leds: atmel-pwm: remove erroneous __exit annotation | Jingoo Han | -2/+2 |
| 2013-04-01 | leds: move LED trigger drivers into new subdirectory | Kim, Milo | -117/+121 |
| 2013-04-01 | leds: add new LP5562 LED driver | Kim, Milo | -3/+607 |