summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2025-03-13leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin1-1/+1
2025-03-13leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata()Joe Hattori1-0/+1
2024-12-14leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-3/+11
2024-12-14leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč1-3/+0
2024-09-12leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko1-1/+5
2024-08-19leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+5
2024-08-19Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli1-1/+0
2024-08-19leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede1-1/+1
2024-03-26leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-26leds: aw2013: Unlock mutex before destroying itGeorge Stark1-0/+1
2024-02-23leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit1-1/+4
2024-01-25leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh1-0/+1
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-07-27leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi1-0/+3
2023-05-17leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller1-2/+3
2023-05-17leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-03-11leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin1-0/+1
2023-03-11leds: led-class: Add missing put_device() to led_put()Hans de Goede1-1/+4
2022-10-26leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König1-2/+0
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-09-15leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Jiapeng Chong1-0/+1
2021-07-20leds: turris-omnia: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-20leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang1-2/+6
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: lp50xx: Put fwnode in error case during ->probe()Andy Shevchenko1-1/+1
2021-07-14leds: lm3697: Don't spam logs when probe is deferredAndy Shevchenko1-5/+3
2021-07-14leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+4
2021-07-14leds: lm36274: Put fwnode in error case during ->probe()Andy Shevchenko1-0/+1
2021-07-14leds: lm3532: select regmap I2C APIAndy Shevchenko1-0/+1
2021-07-14leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko1-4/+0
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-03leds: trigger: fix potential deadlock with libataAndrea Righi1-4/+6
2020-12-30leds: turris-omnia: check for LED_COLOR_ID_RGB instead LED_COLOR_ID_MULTIMarek Behún1-2/+2
2020-12-30leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'Christophe JAILLET1-2/+4
2020-12-30leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()Yu Kuai1-11/+24
2020-10-07leds: pwm: Remove platform_data supportAlexander Dahl1-25/+5
2020-10-05leds: lm3697: Fix out-of-bound accessGabriel David1-3/+5
2020-09-30leds: ns2: do not guard OF match pointer with of_match_ptrMarek Behún1-7/+7
2020-09-30leds: ns2: convert to fwnode APIMarek Behún1-29/+26
2020-09-30leds: tlc591xx: fix leak of device node iteratorTobias Jordan1-1/+3
2020-09-30leds: pca963x: use struct led_init_data when registeringMarek Behún1-13/+12
2020-09-30leds: pca963x: register LEDs immediately after parsing, get rid of platdataMarek Behún1-117/+71
2020-09-30leds: tca6507: remove binding commentMarek Behún1-17/+0
2020-09-30leds: tca6507: cosmetic change: use helper variableMarek Behún1-17/+16
2020-09-30leds: tca6507: do not set GPIO namesMarek Behún1-3/+0
2020-09-30ledtrig-cpu: Limit to 8 CPUsPavel Machek1-3/+10