index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
2024-10-09
leds: sun50i-a100: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: pwm: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: pca963x: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: ns2: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: max77650: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: lp50xx: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: lm3697: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: lm3532: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: gpio: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: el15203000: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: cr0014114: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: aw200xx: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: flash: mt6370: Switch to device_for_each_child_node_scoped()
Javier Carrasco
2024-10-09
leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error paths
Javier Carrasco
2024-10-09
leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
WangYuli
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-08-30
leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()
Liao Chen
2024-08-30
leds: pca9532: Remove irrelevant blink configuration error message
Bastien Curutchet
2024-08-23
leds: gpio: Set num_leds after allocation
Kees Cook
2024-08-22
leds: lp55xx: Use devm_clk_get_enabled() helpers
Huan Yang
2024-08-22
leds: as3645a: Use device_* to iterate over device child nodes
Javier Carrasco
2024-08-22
leds: qcom-lpg: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: turris-omnia: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: sc27xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: pca9532: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: netxbig: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: mt6323: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: mc13783: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
2024-08-22
leds: lp55xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: is31fl32xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: bcm6358: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: bcm6328: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: aw2013: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: 88pm860x: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: max77693: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-22
leds: max77693: Add missing of_node_get for probe duration
Krzysztof Kozlowski
2024-08-22
leds: ktd2692: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
2024-08-22
leds: aat1290: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
2024-08-22
leds: sun50i-a100: Replace msleep() with usleep_range()
Abhishek Tamboli
2024-08-16
leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependency
Arnd Bergmann
2024-08-16
leds: pca995x: Fix device child node usage in pca995x_probe()
Javier Carrasco
2024-08-05
leds: pca995x: Use device_for_each_child_node() to access device child nodes
Javier Carrasco
2024-08-05
leds: lm3601x: Reset LED controller during probe
Jack Chen
2024-08-01
leds: flash: leds-qcom-flash: Limit LED current based on thermal condition
Fenglin Wu
2024-08-01
leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodes
Javier Carrasco
2024-08-01
leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
Javier Carrasco
2024-08-01
leds: leds-pca995x: Add support for NXP PCA9956B
Pieterjan Camerlynck
2024-08-01
leds: Add multicolor support to BlinkM LED driver
Joseph Strauss
[prev]
[next]