summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2025-03-13leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin1-1/+1
2024-12-14leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-3/+11
2024-08-19leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+5
2024-08-19leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede1-1/+1
2024-02-23leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit1-1/+4
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-20ledtrig-cpu: Limit to 8 CPUsPavel Machek1-3/+10
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-20leds: pwm: convert to atomic PWM APIUwe Kleine-König1-32/+9
2023-11-20leds: pwm: simplify if conditionUwe Kleine-König1-1/+1
2023-08-30leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi1-0/+3
2023-05-17leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2021-09-15leds: trigger: audio: Add an activate callback to ensure the initial brightne...Hans de Goede1-8/+29
2021-09-15leds: lt3593: Put fwnode in any case during ->probe()Andy Shevchenko1-3/+2
2021-07-14leds: ktd2692: Fix an error handling pathChristophe JAILLET1-9/+18
2021-07-14leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei1-0/+1
2021-07-14leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+4
2021-07-14leds: lm36274: cosmetic: rename lm36274_data to chipMarek Behún1-42/+40
2021-07-14leds: lm3532: select regmap I2C APIAndy Shevchenko1-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-10-01leds: mlxreg: Fix possible buffer overflowOleh Kravchenko1-2/+2
2020-08-19leds: core: Flush scheduled work for system suspendKai-Heng Feng1-0/+1
2020-08-19leds: lm355x: avoid enum conversion warningArnd Bergmann1-3/+4
2020-08-11leds: 88pm860x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-11leds: lm3533: fix use-after-free on unbindJohan Hovold1-3/+9
2020-08-11leds: da903x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-11leds: lm36274: fix use-after-free on unbindJohan Hovold1-3/+12
2020-08-11leds: wm831x-status: fix use-after-free on unbindJohan Hovold1-1/+13
2020-04-23leds: core: Fix warning message when init_dataRicardo Ribalda Delgado1-1/+1
2020-02-24leds: pca963x: Fix open-drain initializationZahari Petkov1-3/+5
2020-02-06led: max77650: add of_match tableBartosz Golaszewski1-0/+7
2020-01-29leds: gpio: Fix uninitialized gpio label for fwnode based probeJacek Anaszewski1-1/+9
2020-01-26leds: tlc591xx: update the maximum brightnessJean-Jacques Hiblot1-3/+4
2020-01-04leds: trigger: netdev: fix handling on interface renameMartin Schiller1-1/+4
2020-01-04leds: an30259a: add a check for devm_regmap_init_i2cChuhong Yuan1-0/+7
2020-01-04leds: lm3692x: Handle failure to probe the regulatorGuido Günther1-2/+11
2019-09-12leds: lm3532: Fix optional led-max-microamp prop error handlingDan Murphy1-5/+8
2019-09-05led: triggers: Fix dereferencing of null pointerOleh Kravchenko1-2/+2
2019-09-03leds: ti-lmu-common: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-03leds: lm3532: Move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-09-01leds: trigger: gpio: GPIO 0 is validAndy Shevchenko1-5/+7
2019-09-01leds: pwm: Use struct_size() helperGustavo A. R. Silva1-7/+1
2019-09-01leds: is31fl32xx: Use struct_size() helperGustavo A. R. Silva1-7/+1
2019-09-01leds: ti-lmu-common: Fix coccinelle issue in TI LMUDan Murphy1-9/+6
2019-09-01leds: lm3532: Avoid potentially unpaired regulator callsTony Lindgren1-2/+24
2019-09-01leds: syscon: Use resource managed variant of device registerAlexander Dahl1-1/+1
2019-08-26leds: Allow to call led_classdev_unregister() unconditionallyAndy Shevchenko1-0/+4