summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2021-07-20leds: ktd2692: Fix an error handling pathChristophe JAILLET1-9/+18
2021-07-20leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei1-0/+1
2021-05-26leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter1-1/+3
2021-05-26Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman1-3/+1
2021-02-04leds: trigger: fix potential deadlock with libataAndrea Righi1-4/+6
2020-11-05leds: bcm6328, bcm6358: use devres LED registering functionMarek Behún2-2/+2
2020-08-21leds: core: Flush scheduled work for system suspendKai-Heng Feng1-0/+1
2020-08-21leds: lm355x: avoid enum conversion warningArnd Bergmann1-3/+4
2020-08-21leds: 88pm860x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-21leds: lm3533: fix use-after-free on unbindJohan Hovold1-3/+9
2020-08-21leds: da903x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-21leds: wm831x-status: fix use-after-free on unbindJohan Hovold1-1/+13
2020-02-28leds: pca963x: Fix open-drain initializationZahari Petkov1-3/+5
2019-10-05leds: leds-lp5562 allow firmware files up to the maximum lengthNick Stoughton1-1/+5
2019-05-16leds: pwm: silently error out on EPROBE_DEFERJerome Brunet1-2/+3
2019-05-04leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-04-05leds: lp55xx: fix null deref on firmware load failureMichal Kazior1-2/+2
2019-02-27leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu1-1/+3
2018-03-19leds: pm8058: Silence pointer to integer size warningBjorn Andersson1-1/+1
2018-03-03leds: core: Fix regression caused by commit 2b83ff96f51dJacek Anaszewski1-1/+2
2018-03-03led: core: Fix brightness setting when setting delay_off=0Matthieu CASTET1-1/+1
2017-12-25leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Andrew Jeffery1-5/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-23as3645a: Unregister indicator LED on device unbindSakari Ailus1-0/+1
2017-09-23as3645a: Use integer numbers for parsing LEDsSakari Ailus1-2/+24
2017-09-23as3645a: Use ams,input-max-microamp as documented in DT bindingsSakari Ailus1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2-2/+2
2017-09-08Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds12-94/+329
2017-09-05media: leds: as3645a: add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann1-0/+1
2017-08-30leds: pca955x: check for I2C errorsCédric Le Goater1-31/+83
2017-08-29leds: gpio: Allow LED to retain state at shutdownAndrew Jeffery1-1/+6
2017-08-29leds: powernv: Delete an error message for a failed memory allocation in powe...Markus Elfring1-5/+1
2017-08-29leds: lp8501: make several arrays static constColin Ian King1-3/+3
2017-08-29leds: lp5562: make several arrays static constColin Ian King1-5/+5
2017-08-29leds: lp5521: make several arrays static constColin Ian King1-4/+4
2017-08-29leds: aat1290: make array max_mm_current_percent static constColin Ian King1-2/+4
2017-08-29leds: pca955x: Prevent crippled LED device nameJacek Anaszewski1-4/+8
2017-08-29leds: lm3533: constify attribute_group structureAmitoj Kaur Chawla1-1/+1
2017-08-27media: leds: as3645a: Add LED flash class driverSakari Ailus3-0/+772
2017-08-27media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2-4/+4
2017-08-14leds: pca955x: add GPIO supportCédric Le Goater2-17/+131
2017-08-14leds: pca955x: use devm_led_classdev_registerCédric Le Goater1-22/+4
2017-08-14leds: pca955x: add device tree supportCédric Le Goater1-12/+89
2017-08-13leds: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-04leds: blinkm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-16leds: tlc591xx: add missing of_node_putJulia Lawall1-2/+6
2017-07-16leds: tlc591xx: merge conditional testsJulia Lawall1-3/+2
2017-07-06Merge tag 'leds_for_4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds7-237/+27
2017-07-01leds: lp55xx: make various arrays static constColin Ian King1-5/+5
2017-06-20Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab2-33/+2