summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2025-02-27leds: Fix LED_OFF brightness raceRemi Pommarel-4/+18
2025-02-26leds: aw200xx: don't use return with gpiod_set_value() variantsBartosz Golaszewski-1/+1
2025-02-21Revert "leds-pca955x: Remove the unused function pca95xx_num_led_regs()"Eddie James-0/+6
2025-02-20leds: max77705: Add LEDs supportDzmitry Sankouski-0/+284
2025-02-20leds: st1202: Refactor st1202_led_set() to use !! operator for boolean conver...Pei Xiao-2/+1
2025-02-20leds: pca955x: Add HW blink supportEddie James-52/+172
2025-02-20leds: pca955x: Optimize probe LED selectionEddie James-10/+28
2025-02-20leds: pca955x: Use pointers to driver data rather than I2C clientEddie James-34/+27
2025-02-20leds: pca955x: Refactor with helper functions and renamingEddie James-27/+25
2025-02-18leds: trigger: pattern: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-11leds: st1202: Check for error code from devm_mutex_init() callThomas Weißschuh-1/+3
2025-02-10leds: lp8860: Drop unneeded assignment for cache_typeAndy Shevchenko-2/+0
2025-02-10leds: trigger: netdev: Configure LED blink interval for HW offloadMarek Vasut-3/+13
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-22Merge tag 'leds-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-183/+636
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+665
2025-01-09leds: triggers: Constify 'struct bin_attribute'Thomas Weißschuh-7/+7
2025-01-09leds: cht-wcove: Use devm_led_classdev_register() to avoid memory leakJoe Hattori-5/+1
2025-01-09leds: lp8864: Add support for Texas Instruments LP8864, LP8864S, LP8866 LED-b...Alexander Sverdlin-0/+309
2025-01-09leds: Add LED1202 I2C driverVicentiu Galanopulo-0/+427
2024-12-23leds: Add LED1202 I2C driverVicentiu Galanopulo-0/+426
2024-12-17leds: pwm-multicolor: Disable PWM when going to suspendJakob Riepler-1/+7
2024-12-17leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata()Joe Hattori-0/+1
2024-12-17leds: Add AAEON UP board LED driverThomas Richard-0/+136
2024-12-17leds: Add driver for LEDs from qnap-mcu devicesHeiko Stuebner-0/+239
2024-12-17leds: trigger: netdev: Check offload ability on interface upMarek Vasut-0/+2
2024-12-12leds: turris-omnia: Use uppercase first letter in all commentsMarek Behún-4/+4
2024-12-12leds: turris-omnia: Use dev_err_probe() where appropriateMarek Behún-34/+16
2024-12-12leds: turris-omnia: Inform about missing LED gamma correction feature in the ...Marek Behún-6/+0
2024-12-12leds: turris-omnia: Notify sysfs on MCU global LEDs brightness changeMarek Behún-0/+63
2024-12-12leds: turris-omnia: Document driver private structuresMarek Behún-0/+16
2024-12-12leds: turris-omnia: Use global header for MCU command definitionsMarek Behún-48/+23
2024-12-12leds: turris-omnia: Use command execution functions from the MCU driverMarek Behún-83/+55
2024-12-12leds: ledtrig-activity: Fix the wrong format specifierZhu Jun-1/+1
2024-12-11leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-7/+7
2024-11-22Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-234/+198
2024-11-12leds: ss4200: Fix the wrong format specifier for 'blinking'Zhu Jun-1/+1
2024-11-12leds: pwm: Add optional DT property default-brightnessGeorge Stark-1/+16
2024-11-09leds: gpio: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko-5/+4
2024-11-06leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha-3/+11
2024-11-06leds: ktd2692: Set missing timing propertiesRaymond Hackley-0/+1
2024-11-06leds: max5970: Fix unreleased fwnode_handle in probe functionJavier Carrasco-2/+3
2024-11-06leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov-4/+14
2024-10-31leds: bcm6328: Replace divide condition with comparison for shift valueDipendra Khadka-2/+2
2024-10-31leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč-3/+0
2024-10-16leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat...Suraj Sonawane-1/+1
2024-10-15leds: lp5562: Add multicolor brightness controlMichal Vokáč-0/+25
2024-10-15leds: Switch back to struct platform_driver::remove()Uwe Kleine-König-30/+30
2024-10-11leds: bcm63138: Add some register definesLinus Walleij-2/+5