summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
5 daysleds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDsChristian Hitz1-1/+1
5 daysleds: leds-lp50xx: Allow LED 0 to be added to module bankChristian Hitz1-6/+4
5 daysleds: netxbig: Fix GPIO descriptor leak in error pathsHaotian Zhang1-10/+26
5 daysleds: spi-byte: Use devm_led_classdev_register_ext()Stefan Kalscheuer1-5/+6
5 daysleds: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2025-08-28leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson1-1/+10
2025-07-10leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer1-1/+2
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: triggers: Flush pending brightness before activating triggerThomas Weißschuh2-5/+6
2024-08-19leds: trigger: Call synchronize_rcu() before calling trig->activate()Hans de Goede1-0/+7
2024-08-19leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit1-2/+4
2024-08-19leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit1-13/+0
2024-08-19leds: trigger: use RCU to protect the led_cdevs listJohannes Berg1-20/+21
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-27leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-27leds: 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-26leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh1-0/+1
2024-01-26leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert1-0/+4
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-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-11-20leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún1-10/+1
2023-09-19leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2023-09-19leds: multicolor: Use rounded division when calculating color componentsMarek Behún1-3/+5
2023-09-19leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter1-1/+1
2023-07-23leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi1-0/+3
2023-05-11leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller1-2/+3
2023-05-11leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-03-10leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin1-0/+1
2023-03-10leds: 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
2022-01-27leds: lp55xx: initialise output direction from dtsMerlijn Wajer1-1/+3
2021-08-20leds: pca955x: Switch to i2c probe_newEddie James1-4/+19
2021-08-20leds: pca955x: Let the core process the fwnodeEddie James1-28/+30
2021-08-20leds: pca955x: Implement the default-state propertyEddie James1-8/+46
2021-08-20leds: pca955x: Add brightness_get functionEddie James1-0/+52
2021-08-20leds: pca955x: Clean up code formattingEddie James1-33/+30
2021-08-20leds: leds-core: Implement the retain-state-shutdown propertyEddie James1-2/+8
2021-08-18leds: trigger: remove reference to obsolete CONFIG_IDE_GD_ATALukas Bulwahn1-1/+1
2021-08-18leds: lp50xx: Fix chip name in KConfigJan Kundrát1-1/+1
2021-08-18leds: pwm: add support for default-state device propertyDenis Osterland-Heim1-6/+43
2021-08-18leds: move default_state read from fwnode to coreDenis Osterland-Heim3-10/+18
2021-08-16leds: flash: Remove redundant initialization of variable retPavel Machek1-4/+2