summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* leds: leds-ns2: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-211-2/+0Star
* leds: leds-mc13783: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-211-1/+0Star
* leds: leds-gpio: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-211-2/+0Star
* leds: atmel-pwm: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-211-1/+0Star
* leds: lp55xx: add support for Device Tree bindingsLinus Walleij2013-06-214-10/+87
* drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner2013-05-251-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
|\
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-3/+3
* | leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-011-4/+3Star
* | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-011-7/+3Star
* | leds: lp55xx: configure the clock detectionKim, Milo2013-04-012-6/+27
* | leds: lp55xx: use common clock framework when external clock is usedKim, Milo2013-04-012-0/+40
* | leds: leds-ns2: fix oops at module removalSimon Guinot2013-04-011-13/+25
* | leds: leds-pwm: Defer led_pwm_set() if PWM can sleepFlorian Vaussard2013-04-011-8/+42
* | leds: lp55xx: fix the sysfs read operationKim, Milo2013-04-012-3/+4
* | leds: lm355x, lm3642: support camera LED triggers for flash and torchKim, Milo2013-04-012-0/+4
* | leds: add camera LED triggersKim, Milo2013-04-013-0/+66
* | leds: tca6507: Use of_match_ptr() macroSachin Kamat2013-04-011-2/+2
* | leds: wm8350: Complain if we fail to reenable DCDCMark Brown2013-04-011-1/+4
* | leds: renesas: set gpio_request_one() flags param correctlyJingoo Han2013-04-011-1/+2
* | leds: leds-ns2: set devm_gpio_request_one() flags param correctlyJingoo Han2013-04-011-2/+4
* | leds: leds-lt3593: set devm_gpio_request_one() flags param correctlyJingoo Han2013-04-011-2/+3
* | leds: leds-bd2802: remove erroneous __exit annotationJingoo Han2013-04-011-2/+2
* | leds: atmel-pwm: remove erroneous __exit annotationJingoo Han2013-04-011-2/+2
* | leds: move LED trigger drivers into new subdirectoryKim, Milo2013-04-0113-117/+121
* | leds: add new LP5562 LED driverKim, Milo2013-04-014-3/+607
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-02-2618-1569/+1439Star
|\
| * leds: leds-sunfire: use dev_err()/pr_err() instead of printk()Jingoo Han2013-02-071-10/+9Star
| * leds: 88pm860x: Add missing of_node_put()Axel Lin2013-02-071-1/+4
| * leds: tca6507: Use of_get_child_count()Axel Lin2013-02-071-7/+3Star
| * leds: leds-pwm: make it depend on PWM and not HAVE_PWMPeter Ujfalusi2013-02-071-1/+1
| * leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim2013-02-071-3/+0Star
| * leds-lp5521/5523: add author and copyright descriptionMilo(Woogyom) Kim2013-02-072-0/+6
| * leds-lp55xx: clean up headersMilo(Woogyom) Kim2013-02-072-26/+12Star
| * leds-lp55xx: clean up definitionsMilo(Woogyom) Kim2013-02-072-70/+12Star
| * leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim2013-02-072-51/+0Star
| * leds-lp55xx: clean up _remove()Milo(Woogyom) Kim2013-02-072-94/+4Star
| * leds-lp55xx: add new function for removing device attribtuesMilo(Woogyom) Kim2013-02-072-0/+13
| * leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim2013-02-072-52/+31Star
| * leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim2013-02-072-26/+14Star
| * leds-lp55xx: support device specific attributesMilo(Woogyom) Kim2013-02-072-1/+16
| * leds-lp5523: use generic firmware interfaceMilo(Woogyom) Kim2013-02-071-346/+157Star
| * leds-lp5521: use generic firmware interfaceMilo(Woogyom) Kim2013-02-071-251/+163Star