aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-10-09leds: tca6507: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: sun50i-a100: Switch to device_for_each_child_node_scoped()Javier Carrasco1-18/+9
2024-10-09leds: pwm: Switch to device_for_each_child_node_scoped()Javier Carrasco1-11/+4
2024-10-09leds: pca963x: Switch to device_for_each_child_node_scoped()Javier Carrasco1-8/+3
2024-10-09leds: ns2: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: max77650: Switch to device_for_each_child_node_scoped()Javier Carrasco1-12/+6
2024-10-09leds: lp50xx: Switch to device_for_each_child_node_scoped()Javier Carrasco1-14/+7
2024-10-09leds: lm3697: Switch to device_for_each_child_node_scoped()Javier Carrasco1-12/+6
2024-10-09leds: lm3532: Switch to device_for_each_child_node_scoped()Javier Carrasco1-11/+7
2024-10-09leds: gpio: Switch to device_for_each_child_node_scoped()Javier Carrasco1-6/+3
2024-10-09leds: el15203000: Switch to device_for_each_child_node_scoped()Javier Carrasco1-10/+4
2024-10-09leds: cr0014114: Switch to device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-10-09leds: aw200xx: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-10-09leds: flash: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco1-8/+3
2024-10-09leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco1-2/+1
2024-10-09leds: rgb: leds-group-multicolor: Correct the typo 'acccess'WangYuli1-1/+1
2024-10-02move 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
2024-08-01leds: flash: leds-qcom-flash: Limit LED current based on thermal conditionFenglin Wu1-1/+162
2024-08-01leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodesJavier Carrasco1-23/+11
2024-08-01leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()Javier Carrasco1-13/+10
2024-08-01leds: leds-pca995x: Add support for NXP PCA9956BPieterjan Camerlynck1-20/+39