summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
7 daysleds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWMFenglin Wu1-3/+1
7 daysleds: netxbig: Fix GPIO descriptor leak in error pathsHaotian Zhang1-10/+26
2025-10-15leds: leds-lp55xx: Use correct address for memory programmingAndrei Lalaev1-1/+1
2025-10-15leds: flash: leds-qcom-flash: Update torch current clamp settingFenglin Wu1-26/+36
2025-08-20leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson1-1/+10
2025-08-20Revert "leds: trigger: netdev: Configure LED blink interval for HW offload"Daniel Golle1-13/+3
2025-08-20leds: flash: leds-qcom-flash: Fix registry access after re-bindKrzysztof Kozlowski1-4/+11
2025-07-06leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer1-1/+2
2025-05-29leds: trigger: netdev: Configure LED blink interval for HW offloadMarek Vasut1-3/+13
2025-05-29leds: pwm-multicolor: Add check for fwnode_property_read_u32Yuanjun Gong1-1/+4
2025-04-20leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMsAbel Vesa1-3/+3
2025-04-20leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMsAbel Vesa1-1/+1
2025-04-10leds: Fix LED_OFF brightness raceRemi Pommarel1-4/+18
2025-02-17leds: lp8860: Write full EEPROM, not only half of itAlexander Sverdlin1-1/+1
2025-02-08leds: cht-wcove: Use devm_led_classdev_register() to avoid memory leakJoe Hattori1-5/+1
2025-02-08leds: 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-09leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco1-2/+1
2024-12-09leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč1-3/+0
2024-12-05leds: ktd2692: Set missing timing propertiesRaymond Hackley1-0/+1
2024-12-05leds: max5970: Fix unreleased fwnode_handle in probe functionJavier Carrasco1-2/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-08-30leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()Liao Chen1-0/+1
2024-08-30leds: pca9532: Remove irrelevant blink configuration error messageBastien Curutchet1-3/+2
2024-08-23leds: gpio: Set num_leds after allocationKees Cook1-3/+6
2024-08-22leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang2-14/+2
2024-08-22leds: as3645a: Use device_* to iterate over device child nodesJavier Carrasco1-5/+3
2024-08-22leds: qcom-lpg: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-10/+4
2024-08-22leds: turris-omnia: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2024-08-22leds: sc27xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+4
2024-08-22leds: pca9532: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-22leds: netxbig: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-11/+8
2024-08-22leds: mt6323: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-15/+7
2024-08-22leds: mc13783: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-13/+11
2024-08-22leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-22leds: is31fl32xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-10/+4
2024-08-22leds: bcm6358: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-22leds: bcm6328: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-22leds: aw2013: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2024-08-22leds: 88pm860x: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+2
2024-08-22leds: max77693: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+3
2024-08-22leds: max77693: Add missing of_node_get for probe durationKrzysztof Kozlowski1-2/+7
2024-08-22leds: ktd2692: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-8/+7
2024-08-22leds: aat1290: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-8/+6
2024-08-22leds: sun50i-a100: Replace msleep() with usleep_range()Abhishek Tamboli1-1/+1
2024-08-16leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependencyArnd Bergmann1-1/+1
2024-08-16leds: pca995x: Fix device child node usage in pca995x_probe()Javier Carrasco1-5/+5
2024-08-05leds: pca995x: Use device_for_each_child_node() to access device child nodesJavier Carrasco1-10/+5
2024-08-05leds: lm3601x: Reset LED controller during probeJack Chen1-0/+4