index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-08-30
leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()
Liao Chen
1
-0
/
+1
2024-08-30
leds: pca9532: Remove irrelevant blink configuration error message
Bastien Curutchet
1
-3
/
+2
2024-08-23
leds: gpio: Set num_leds after allocation
Kees Cook
1
-3
/
+6
2024-08-22
leds: lp55xx: Use devm_clk_get_enabled() helpers
Huan Yang
2
-14
/
+2
2024-08-22
leds: as3645a: Use device_* to iterate over device child nodes
Javier Carrasco
1
-5
/
+3
2024-08-22
leds: qcom-lpg: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-10
/
+4
2024-08-22
leds: turris-omnia: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+3
2024-08-22
leds: sc27xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+4
2024-08-22
leds: pca9532: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-22
leds: netxbig: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-11
/
+8
2024-08-22
leds: mt6323: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-15
/
+7
2024-08-22
leds: mc13783: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-13
/
+11
2024-08-22
leds: lp55xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-22
leds: is31fl32xx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-10
/
+4
2024-08-22
leds: bcm6358: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-22
leds: bcm6328: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-22
leds: aw2013: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+3
2024-08-22
leds: 88pm860x: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-3
/
+2
2024-08-22
leds: max77693: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-8
/
+3
2024-08-22
leds: max77693: Add missing of_node_get for probe duration
Krzysztof Kozlowski
1
-2
/
+7
2024-08-22
leds: ktd2692: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-8
/
+7
2024-08-22
leds: aat1290: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
1
-8
/
+6
2024-08-22
leds: sun50i-a100: Replace msleep() with usleep_range()
Abhishek Tamboli
1
-1
/
+1
2024-08-16
leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependency
Arnd Bergmann
1
-1
/
+1
2024-08-16
leds: pca995x: Fix device child node usage in pca995x_probe()
Javier Carrasco
1
-5
/
+5
2024-08-05
leds: pca995x: Use device_for_each_child_node() to access device child nodes
Javier Carrasco
1
-10
/
+5
2024-08-05
leds: lm3601x: Reset LED controller during probe
Jack Chen
1
-0
/
+4
2024-08-01
leds: flash: leds-qcom-flash: Limit LED current based on thermal condition
Fenglin Wu
1
-1
/
+162
2024-08-01
leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodes
Javier Carrasco
1
-23
/
+11
2024-08-01
leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
Javier Carrasco
1
-13
/
+10
2024-08-01
leds: leds-pca995x: Add support for NXP PCA9956B
Pieterjan Camerlynck
1
-20
/
+39
2024-08-01
leds: Add multicolor support to BlinkM LED driver
Joseph Strauss
2
-66
/
+162
2024-08-01
leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDs
Lukasz Majewski
1
-3
/
+21
2024-08-01
leds: lm3601x: Calculate max_brightness and brightness properly
Jack Chen
1
-3
/
+12
2024-07-17
Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
51
-1862
/
+2564
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
7
-8
/
+309
2024-07-12
leds: leds-lp5569: Enable chip after chip configuration
Christian Marangi
1
-8
/
+11
2024-07-12
leds: leds-lp5569: Better handle enabling clock internal setting
Christian Marangi
1
-5
/
+10
2024-07-12
leds: leds-lp5569: Fix typo in driver name
Christian Marangi
1
-1
/
+1
2024-07-11
leds: flash: leds-qcom-flash: Test the correct variable in init
Dan Carpenter
1
-3
/
+7
2024-07-11
leds: leds-lp55xx: Convert mutex lock/unlock to guard API
Christian Marangi
5
-92
/
+64
2024-07-04
Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-merged
Lee Jones
1
-4
/
+5
2024-07-04
leds: leds-lp5523: Convert to sysfs_emit API
Christian Marangi
1
-4
/
+4
2024-07-04
leds: leds-lp5569: Convert to sysfs_emit API
Christian Marangi
1
-7
/
+7
2024-06-27
Revert "leds: led-core: Fix refcount leak in of_led_get()"
Luca Ceresoli
1
-1
/
+0
2024-06-26
leds: leds-lp5569: Add support for Texas Instruments LP5569
Christian Marangi
3
-3
/
+558
2024-06-26
leds: leds-lp55xx: Drop deprecated defines
Christian Marangi
4
-116
/
+0
2024-06-26
leds: leds-lp55xx: Support ENGINE program up to 128 bytes
Christian Marangi
4
-19
/
+49
[next]