summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2014-06-07leds: leds-pwm: properly clean up after probe failureRussell King1-10/+13
2013-09-26leds: wm831x-status: Request a REG resourceMark Brown1-2/+2
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
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-3/+3
2013-04-01leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-4/+3
2013-04-01leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-7/+3
2013-04-01leds: lp55xx: configure the clock detectionKim, Milo2-6/+27
2013-04-01leds: lp55xx: use common clock framework when external clock is usedKim, Milo2-0/+40
2013-04-01leds: leds-ns2: fix oops at module removalSimon Guinot1-13/+25
2013-04-01leds: leds-pwm: Defer led_pwm_set() if PWM can sleepFlorian Vaussard1-8/+42
2013-04-01leds: lp55xx: fix the sysfs read operationKim, Milo2-3/+4
2013-04-01leds: lm355x, lm3642: support camera LED triggers for flash and torchKim, Milo2-0/+4
2013-04-01leds: add camera LED triggersKim, Milo3-0/+66
2013-04-01leds: tca6507: Use of_match_ptr() macroSachin Kamat1-2/+2
2013-04-01leds: wm8350: Complain if we fail to reenable DCDCMark Brown1-1/+4
2013-04-01leds: renesas: set gpio_request_one() flags param correctlyJingoo Han1-1/+2
2013-04-01leds: leds-ns2: set devm_gpio_request_one() flags param correctlyJingoo Han1-2/+4
2013-04-01leds: leds-lt3593: set devm_gpio_request_one() flags param correctlyJingoo Han1-2/+3
2013-04-01leds: leds-bd2802: remove erroneous __exit annotationJingoo Han1-2/+2
2013-04-01leds: atmel-pwm: remove erroneous __exit annotationJingoo Han1-2/+2
2013-04-01leds: move LED trigger drivers into new subdirectoryKim, Milo13-117/+121
2013-04-01leds: add new LP5562 LED driverKim, Milo4-3/+607
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds18-1569/+1439
2013-02-06leds: leds-sunfire: use dev_err()/pr_err() instead of printk()Jingoo Han1-10/+9
2013-02-06leds: 88pm860x: Add missing of_node_put()Axel Lin1-1/+4
2013-02-06leds: tca6507: Use of_get_child_count()Axel Lin1-7/+3
2013-02-06leds: leds-pwm: make it depend on PWM and not HAVE_PWMPeter Ujfalusi1-1/+1
2013-02-06leds-lp55xx: fix problem on removing LED attributesMilo(Woogyom) Kim1-3/+0
2013-02-06leds-lp5521/5523: add author and copyright descriptionMilo(Woogyom) Kim2-0/+6
2013-02-06leds-lp55xx: clean up headersMilo(Woogyom) Kim2-26/+12
2013-02-06leds-lp55xx: clean up definitionsMilo(Woogyom) Kim2-70/+12
2013-02-06leds-lp55xx: clean up unused data and functionsMilo(Woogyom) Kim2-51/+0
2013-02-06leds-lp55xx: clean up _remove()Milo(Woogyom) Kim2-94/+4
2013-02-06leds-lp55xx: add new function for removing device attribtuesMilo(Woogyom) Kim2-0/+13
2013-02-06leds-lp55xx: code refactoring on selftest functionMilo(Woogyom) Kim2-52/+31
2013-02-06leds-lp55xx: use common device attribute driver functionMilo(Woogyom) Kim2-26/+14
2013-02-06leds-lp55xx: support device specific attributesMilo(Woogyom) Kim2-1/+16
2013-02-06leds-lp5523: use generic firmware interfaceMilo(Woogyom) Kim1-346/+157
2013-02-06leds-lp5521: use generic firmware interfaceMilo(Woogyom) Kim1-251/+163
2013-02-06leds-lp55xx: support firmware interfaceMilo(Woogyom) Kim3-0/+137
2013-02-06leds-lp55xx: add new lp55xx_register_sysfs() for the firmware interfaceMilo(Woogyom) Kim2-0/+20
2013-02-06leds-lp55xx: fix error condition in lp55xx_register_leds()Milo(Woogyom) Kim1-5/+1
2013-02-06leds-lp55xx: use lp55xx_unregister_leds()Milo(Woogyom) Kim4-45/+22
2013-02-06leds-lp55xx: provide common LED current settingMilo(Woogyom) Kim3-127/+69
2013-02-06leds-lp55xx: use lp55xx_set_brightness()Milo(Woogyom) Kim3-34/+17
2013-02-06leds-lp55xx: use lp55xx_init_led() common functionMilo(Woogyom) Kim4-104/+76
2013-02-06leds-lp55xx: use lp55xx common led registration functionMilo(Woogyom) Kim4-82/+72
2013-02-06leds-lp55xx: use lp55xx common deinit functionMilo(Woogyom) Kim4-28/+22