summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2026-02-06leds: led-class: Only Add LED to leds_list when it is fully readyHans de Goede
2026-01-11leds: leds-lp50xx: Enable chip before any communicationChristian Hitz
2026-01-11leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDsChristian Hitz
2026-01-11leds: leds-lp50xx: Allow LED 0 to be added to module bankChristian Hitz
2026-01-11leds: netxbig: Fix GPIO descriptor leak in error pathsHaotian Zhang
2026-01-11leds: spi-byte: Use devm_led_classdev_register_ext()Stefan Kalscheuer
2026-01-11leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2025-08-28leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson
2025-07-06leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer
2025-06-04leds: pwm-multicolor: Add check for fwnode_property_read_u32Yuanjun Gong
2025-03-28leds: mlxreg: Use devm_mutex_init() for mutex initializationGeorge Stark
2025-02-21leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin
2025-02-21leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata()Joe Hattori
2024-12-14leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha
2024-12-14leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco
2024-12-14leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč
2024-09-12leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko
2024-08-11leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh
2024-08-11leds: trigger: Call synchronize_rcu() before calling trig->activate()Hans de Goede
2024-08-11leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit
2024-08-11leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit
2024-08-03leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco
2024-08-03leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-08-03Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli
2024-08-03leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede
2024-03-26leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman
2024-03-26leds: aw2013: Unlock mutex before destroying itGeorge Stark
2024-02-05leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit
2024-01-25leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh
2024-01-20leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König
2023-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún
2023-11-20leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún
2023-10-10leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún
2023-09-13leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún
2023-09-13leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún
2023-09-13leds: multicolor: Use rounded division when calculating color componentsMarek Behún
2023-09-13leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter
2023-08-23led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei
2023-07-19leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi
2023-05-11leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller
2023-05-11leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap
2023-04-13pwm: Make .get_state() callback return an error codeUwe Kleine-König
2023-03-10leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driverHenning Schild
2023-03-10leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()Andy Shevchenko
2023-03-10leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin
2023-03-10leds: led-class: Add missing put_device() to led_put()Hans de Goede
2022-12-31leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}Luca Weiss
2022-12-31led: qcom-lpg: Fix sleeping in atomicDmitry Baryshkov