summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2026-01-08leds: leds-lp50xx: Enable chip before any communicationChristian Hitz
2026-01-08leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDsChristian Hitz
2026-01-08leds: leds-lp50xx: Allow LED 0 to be added to module bankChristian Hitz
2026-01-08leds: leds-cros_ec: Skip LEDs without color componentsThomas Weißschuh
2025-12-18leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWMFenglin Wu
2025-12-18leds: netxbig: Fix GPIO descriptor leak in error pathsHaotian Zhang
2025-10-15leds: leds-lp55xx: Use correct address for memory programmingAndrei Lalaev
2025-10-15leds: flash: leds-qcom-flash: Update torch current clamp settingFenglin Wu
2025-08-20leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson
2025-08-20Revert "leds: trigger: netdev: Configure LED blink interval for HW offload"Daniel Golle
2025-08-20leds: flash: leds-qcom-flash: Fix registry access after re-bindKrzysztof Kozlowski
2025-07-06leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer
2025-05-29leds: trigger: netdev: Configure LED blink interval for HW offloadMarek Vasut
2025-05-29leds: pwm-multicolor: Add check for fwnode_property_read_u32Yuanjun Gong
2025-04-20leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMsAbel Vesa
2025-04-20leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMsAbel Vesa
2025-04-10leds: Fix LED_OFF brightness raceRemi Pommarel
2025-02-17leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin
2025-02-08leds: cht-wcove: Use devm_led_classdev_register() to avoid memory leakJoe Hattori
2025-02-08leds: 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-09leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco
2024-12-09leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč
2024-12-05leds: ktd2692: Set missing timing propertiesRaymond Hackley
2024-12-05leds: max5970: Fix unreleased fwnode_handle in probe functionJavier Carrasco
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-08-30leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()Liao Chen
2024-08-30leds: pca9532: Remove irrelevant blink configuration error messageBastien Curutchet
2024-08-23leds: gpio: Set num_leds after allocationKees Cook
2024-08-22leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang
2024-08-22leds: as3645a: Use device_* to iterate over device child nodesJavier Carrasco
2024-08-22leds: qcom-lpg: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: turris-omnia: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: sc27xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: pca9532: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: netxbig: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: mt6323: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: mc13783: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-08-22leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: is31fl32xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: bcm6358: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: bcm6328: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: aw2013: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: 88pm860x: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: max77693: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-22leds: max77693: Add missing of_node_get for probe durationKrzysztof Kozlowski
2024-08-22leds: ktd2692: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-08-22leds: aat1290: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-08-22leds: sun50i-a100: Replace msleep() with usleep_range()Abhishek Tamboli