index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
Lines
2024-10-11
leds: bcm63138: Handle shift register config
Linus Walleij
-0
/
+8
2024-10-11
leds: bcm63138: Use scopes and guards
Linus Walleij
-10
/
+4
2024-10-10
leds: leds-gpio-register: Reorganize kerneldoc parameter names
Julia Lawall
-1
/
+1
2024-10-09
leds: turris-omnia: Remove unused local leds.h
Javier Carrasco
-1
/
+0
2024-10-09
leds: pwm: Remove unused local leds.h
Javier Carrasco
-1
/
+0
2024-10-09
leds: lp50xx: Remove unused local leds.h
Javier Carrasco
-2
/
+0
2024-10-09
leds: gpio: Remove unused local leds.h
Javier Carrasco
-2
/
+0
2024-10-09
leds: multicolor: Remove unused local leds.h
Javier Carrasco
-2
/
+0
2024-10-09
leds: flash: Remove unused local leds.h
Javier Carrasco
-1
/
+0
2024-10-09
leds: rgb: mt6370: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-26
/
+11
2024-10-09
leds: rgb: ktd202x: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+3
2024-10-09
leds: tca6507: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+2
2024-10-09
leds: sun50i-a100: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-18
/
+9
2024-10-09
leds: pwm: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-11
/
+4
2024-10-09
leds: pca963x: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-8
/
+3
2024-10-09
leds: ns2: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+2
2024-10-09
leds: max77650: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-12
/
+6
2024-10-09
leds: lp50xx: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-14
/
+7
2024-10-09
leds: lm3697: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-12
/
+6
2024-10-09
leds: lm3532: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-11
/
+7
2024-10-09
leds: gpio: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-6
/
+3
2024-10-09
leds: el15203000: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-10
/
+4
2024-10-09
leds: cr0014114: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-3
/
+1
2024-10-09
leds: aw200xx: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-5
/
+2
2024-10-09
leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-3
/
+1
2024-10-09
leds: flash: mt6370: Switch to device_for_each_child_node_scoped()
Javier Carrasco
-8
/
+3
2024-10-09
leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error paths
Javier Carrasco
-2
/
+1
2024-10-09
leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
WangYuli
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
-1
/
+0
2024-08-30
leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()
Liao Chen
-0
/
+1
2024-08-30
leds: pca9532: Remove irrelevant blink configuration error message
Bastien Curutchet
-3
/
+2
2024-08-23
leds: gpio: Set num_leds after allocation
Kees Cook
-3
/
+6
2024-08-22
leds: lp55xx: Use devm_clk_get_enabled() helpers
Huan Yang
-14
/
+2
2024-08-22
leds: as3645a: Use device_* to iterate over device child nodes
Javier Carrasco
-5
/
+3
2024-08-22
leds: qcom-lpg: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-10
/
+4
2024-08-22
leds: turris-omnia: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+3
2024-08-22
leds: sc27xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-8
/
+4
2024-08-22
leds: pca9532: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-22
leds: netxbig: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-11
/
+8
2024-08-22
leds: mt6323: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-15
/
+7
2024-08-22
leds: mc13783: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
-13
/
+11
2024-08-22
leds: lp55xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-22
leds: is31fl32xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-10
/
+4
2024-08-22
leds: bcm6358: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-22
leds: bcm6328: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-22
leds: aw2013: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+3
2024-08-22
leds: 88pm860x: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+2
2024-08-22
leds: max77693: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-8
/
+3
2024-08-22
leds: max77693: Add missing of_node_get for probe duration
Krzysztof Kozlowski
-2
/
+7
[prev]
[next]