summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner2013-05-241-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/+3
* | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-011-7/+3
* | 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/+1439
|\
| * leds: leds-sunfire: use dev_err()/pr_err() instead of printk()Jingoo Han2013-02-061-10/+9
| * leds: 88pm860x: Add missing of_node_put()Axel Lin2013-02-061-1/+4
| * leds: tca6507: Use of_get_child_count()Axel Lin2013-02-061-7/+3
| * leds: leds-pwm: make it depend on PWM and not HAVE_PWMPeter Ujfalusi2013-02-061-1/+1
| * leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim2013-02-061-3/+0
| * leds-lp5521/5523: add author and copyright descriptionMilo(Woogyom) Kim2013-02-062-0/+6
| * leds-lp55xx: clean up headersMilo(Woogyom) Kim2013-02-062-26/+12
| * leds-lp55xx: clean up definitionsMilo(Woogyom) Kim2013-02-062-70/+12
| * leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim2013-02-062-51/+0
| * leds-lp55xx: clean up _remove()Milo(Woogyom) Kim2013-02-062-94/+4
| * leds-lp55xx: add new function for removing device attribtuesMilo(Woogyom) Kim2013-02-062-0/+13
| * leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim2013-02-062-52/+31
| * leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim2013-02-062-26/+14
| * leds-lp55xx: support device specific attributesMilo(Woogyom) Kim2013-02-062-1/+16
| * leds-lp5523: use generic firmware interfaceMilo(Woogyom) Kim2013-02-061-346/+157
| * leds-lp5521: use generic firmware interfaceMilo(Woogyom) Kim2013-02-061-251/+163
| * leds-lp55xx: support firmware interfaceMilo(Woogyom) Kim2013-02-063-0/+137
| * leds-lp55xx: add new lp55xx_register_sysfs() for the firmware interfaceMilo(Woogyom) Kim2013-02-062-0/+20
| * leds-lp55xx: fix error condition in lp55xx_register_leds()Milo(Woogyom) Kim2013-02-061-5/+1
| * leds-lp55xx: use lp55xx_unregister_leds()Milo(Woogyom) Kim2013-02-064-45/+22
| * leds-lp55xx: provide common LED current settingMilo(Woogyom) Kim2013-02-063-127/+69
| * leds-lp55xx: use lp55xx_set_brightness()Milo(Woogyom) Kim2013-02-063-34/+17
| * leds-lp55xx: use lp55xx_init_led() common functionMilo(Woogyom) Kim2013-02-064-104/+76
| * leds-lp55xx: use lp55xx common led registration functionMilo(Woogyom) Kim2013-02-064-82/+72
| * leds-lp55xx: use lp55xx common deinit functionMilo(Woogyom) Kim2013-02-064-28/+22
| * leds-lp55xx: clean up init functionMilo(Woogyom) Kim2013-02-063-65/+12
| * leds-lp55xx: use lp55xx common init function - post intMilo(Woogyom) Kim2013-02-064-22/+42