| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: mc13783: Fix "uninitialized variable" warning | Alexander Shiyan | 2013-07-02 | 1 | -1/+1 |
* | leds: Convert led class driver from legacy pm ops to dev_pm_ops | Shuah Khan | 2013-06-20 | 1 | -3/+7 |
* | leds: leds-mc13783: Add MC13892 LED support | Alexander Shiyan | 2013-06-20 | 2 | -4/+62 |
* | leds: leds-mc13783: Prepare driver to support MC13892 LEDs | Alexander Shiyan | 2013-06-20 | 1 | -250/+156 |
* | leds: renesas-tpu: cleanup a small type issue | Dan Carpenter | 2013-06-20 | 1 | -4/+4 |
* | leds: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-20 | 3 | -4/+4 |
* | leds: leds-gpio: Let device core handle pinctrl | Fabio Estevam | 2013-06-20 | 1 | -6/+0 |
* | leds: lp5562: Properly setup of_device_id table | Axel Lin | 2013-06-20 | 1 | -1/+10 |
* | leds: lp5523: Properly setup of_device_id table | Axel Lin | 2013-06-20 | 1 | -1/+10 |
* | leds: lp5521: Properly setup of_device_id table | Axel Lin | 2013-06-20 | 1 | -1/+9 |
* | leds: lp5562: support the device tree feature | Kim, Milo | 2013-06-20 | 1 | -5/+14 |
* | leds: lp55xx: support dynamic channel settings in the device tree structure | Kim, Milo | 2013-06-20 | 1 | -35/+26 |
* | leds: leds-ns2: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-06-20 | 1 | -2/+0 |
* | leds: leds-mc13783: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-06-20 | 1 | -1/+0 |
* | leds: leds-gpio: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-06-20 | 1 | -2/+0 |
* | leds: atmel-pwm: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-06-20 | 1 | -1/+0 |
* | leds: lp55xx: add support for Device Tree bindings | Linus Walleij | 2013-06-20 | 4 | -10/+87 |
* | drivers/leds/leds-ot200.c: fix error caused by shifted mask | Christian Gmeiner | 2013-05-24 | 1 | -7/+7 |
* | leds: leds-gpio: reserve gpio before using it | Timo Teräs | 2013-05-21 | 1 | -4/+5 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-05-09 | 1 | -3/+3 |
|\ |
|
| * | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot | 2013-04-16 | 1 | -3/+3 |
* | | leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han | 2013-04-01 | 1 | -4/+3 |
* | | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2013-04-01 | 1 | -7/+3 |
* | | leds: lp55xx: configure the clock detection | Kim, Milo | 2013-04-01 | 2 | -6/+27 |
* | | leds: lp55xx: use common clock framework when external clock is used | Kim, Milo | 2013-04-01 | 2 | -0/+40 |
* | | leds: leds-ns2: fix oops at module removal | Simon Guinot | 2013-04-01 | 1 | -13/+25 |
* | | leds: leds-pwm: Defer led_pwm_set() if PWM can sleep | Florian Vaussard | 2013-04-01 | 1 | -8/+42 |
* | | leds: lp55xx: fix the sysfs read operation | Kim, Milo | 2013-04-01 | 2 | -3/+4 |
* | | leds: lm355x, lm3642: support camera LED triggers for flash and torch | Kim, Milo | 2013-04-01 | 2 | -0/+4 |
* | | leds: add camera LED triggers | Kim, Milo | 2013-04-01 | 3 | -0/+66 |
* | | leds: tca6507: Use of_match_ptr() macro | Sachin Kamat | 2013-04-01 | 1 | -2/+2 |
* | | leds: wm8350: Complain if we fail to reenable DCDC | Mark Brown | 2013-04-01 | 1 | -1/+4 |
* | | leds: renesas: set gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -1/+2 |
* | | leds: leds-ns2: set devm_gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -2/+4 |
* | | leds: leds-lt3593: set devm_gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -2/+3 |
* | | leds: leds-bd2802: remove erroneous __exit annotation | Jingoo Han | 2013-04-01 | 1 | -2/+2 |
* | | leds: atmel-pwm: remove erroneous __exit annotation | Jingoo Han | 2013-04-01 | 1 | -2/+2 |
* | | leds: move LED trigger drivers into new subdirectory | Kim, Milo | 2013-04-01 | 13 | -117/+121 |
* | | leds: add new LP5562 LED driver | Kim, Milo | 2013-04-01 | 4 | -3/+607 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2013-02-26 | 18 | -1569/+1439 |
|\ |
|
| * | leds: leds-sunfire: use dev_err()/pr_err() instead of printk() | Jingoo Han | 2013-02-06 | 1 | -10/+9 |
| * | leds: 88pm860x: Add missing of_node_put() | Axel Lin | 2013-02-06 | 1 | -1/+4 |
| * | leds: tca6507: Use of_get_child_count() | Axel Lin | 2013-02-06 | 1 | -7/+3 |
| * | leds: leds-pwm: make it depend on PWM and not HAVE_PWM | Peter Ujfalusi | 2013-02-06 | 1 | -1/+1 |
| * | leds-lp55xx: fix problem on removing LED attributes | Milo(Woogyom) Kim | 2013-02-06 | 1 | -3/+0 |
| * | leds-lp5521/5523: add author and copyright description | Milo(Woogyom) Kim | 2013-02-06 | 2 | -0/+6 |
| * | leds-lp55xx: clean up headers | Milo(Woogyom) Kim | 2013-02-06 | 2 | -26/+12 |
| * | leds-lp55xx: clean up definitions | Milo(Woogyom) Kim | 2013-02-06 | 2 | -70/+12 |
| * | leds-lp55xx: clean up unused data and functions | Milo(Woogyom) Kim | 2013-02-06 | 2 | -51/+0 |
| * | leds-lp55xx: clean up _remove() | Milo(Woogyom) Kim | 2013-02-06 | 2 | -94/+4 |