aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02leds: mc13783: Fix "uninitialized variable" warningAlexander Shiyan1-1/+1
2013-06-20leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-06-20leds: leds-mc13783: Add MC13892 LED supportAlexander Shiyan2-4/+62
2013-06-20leds: leds-mc13783: Prepare driver to support MC13892 LEDsAlexander Shiyan1-250/+156
2013-06-20leds: renesas-tpu: cleanup a small type issueDan Carpenter1-4/+4
2013-06-20leds: use platform_{get,set}_drvdata()Jingoo Han3-4/+4
2013-06-20leds: leds-gpio: Let device core handle pinctrlFabio Estevam1-6/+0
2013-06-20leds: lp5562: Properly setup of_device_id tableAxel Lin1-1/+10
2013-06-20leds: lp5523: Properly setup of_device_id tableAxel Lin1-1/+10
2013-06-20leds: lp5521: Properly setup of_device_id tableAxel Lin1-1/+9
2013-06-20leds: lp5562: support the device tree featureKim, Milo1-5/+14
2013-06-20leds: lp55xx: support dynamic channel settings in the device tree structureKim, Milo1-35/+26
2013-06-20leds: leds-ns2: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-20leds: leds-mc13783: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-20leds: leds-gpio: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-20leds: atmel-pwm: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-06-20leds: lp55xx: add support for Device Tree bindingsLinus Walleij4-10/+87
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/cooloney/linux-ledsLinus 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