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-08-22
leds: ktd2692: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
-8
/
+7
2024-08-22
leds: aat1290: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
-8
/
+6
2024-08-22
leds: sun50i-a100: Replace msleep() with usleep_range()
Abhishek Tamboli
-1
/
+1
2024-08-16
leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependency
Arnd Bergmann
-1
/
+1
2024-08-16
leds: pca995x: Fix device child node usage in pca995x_probe()
Javier Carrasco
-5
/
+5
2024-08-05
leds: pca995x: Use device_for_each_child_node() to access device child nodes
Javier Carrasco
-10
/
+5
2024-08-05
leds: lm3601x: Reset LED controller during probe
Jack Chen
-0
/
+4
2024-08-01
leds: flash: leds-qcom-flash: Limit LED current based on thermal condition
Fenglin Wu
-1
/
+162
2024-08-01
leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodes
Javier Carrasco
-23
/
+11
2024-08-01
leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
Javier Carrasco
-13
/
+10
2024-08-01
leds: leds-pca995x: Add support for NXP PCA9956B
Pieterjan Camerlynck
-20
/
+39
2024-08-01
leds: Add multicolor support to BlinkM LED driver
Joseph Strauss
-66
/
+162
2024-08-01
leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDs
Lukasz Majewski
-3
/
+21
2024-08-01
leds: lm3601x: Calculate max_brightness and brightness properly
Jack Chen
-3
/
+12
2024-07-17
Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-1862
/
+2564
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
-8
/
+309
2024-07-12
leds: leds-lp5569: Enable chip after chip configuration
Christian Marangi
-8
/
+11
2024-07-12
leds: leds-lp5569: Better handle enabling clock internal setting
Christian Marangi
-5
/
+10
2024-07-12
leds: leds-lp5569: Fix typo in driver name
Christian Marangi
-1
/
+1
2024-07-11
leds: flash: leds-qcom-flash: Test the correct variable in init
Dan Carpenter
-3
/
+7
2024-07-11
leds: leds-lp55xx: Convert mutex lock/unlock to guard API
Christian Marangi
-92
/
+64
2024-07-04
Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-merged
Lee Jones
-4
/
+5
2024-07-04
leds: leds-lp5523: Convert to sysfs_emit API
Christian Marangi
-4
/
+4
2024-07-04
leds: leds-lp5569: Convert to sysfs_emit API
Christian Marangi
-7
/
+7
2024-06-27
Revert "leds: led-core: Fix refcount leak in of_led_get()"
Luca Ceresoli
-1
/
+0
2024-06-26
leds: leds-lp5569: Add support for Texas Instruments LP5569
Christian Marangi
-3
/
+558
2024-06-26
leds: leds-lp55xx: Drop deprecated defines
Christian Marangi
-116
/
+0
2024-06-26
leds: leds-lp55xx: Support ENGINE program up to 128 bytes
Christian Marangi
-19
/
+49
2024-06-26
leds: leds-lp55xx: Generalize sysfs master_fader
Christian Marangi
-139
/
+156
2024-06-26
leds: leds-lp55xx: Generalize sysfs engine_leds
Christian Marangi
-129
/
+131
2024-06-26
leds: leds-lp55xx: Generalize sysfs engine_load and engine_mode
Christian Marangi
-186
/
+117
2024-06-26
leds: leds-lp55xx: Generalize stop_engine function
Christian Marangi
-34
/
+20
2024-06-26
leds: leds-lp55xx: Generalize turn_off_channels function
Christian Marangi
-18
/
+13
2024-06-26
leds: leds-lp55xx: Generalize set_led_current function
Christian Marangi
-24
/
+26
2024-06-26
leds: leds-lp55xx: Generalize multicolor_brightness function
Christian Marangi
-40
/
+24
2024-06-26
leds: leds-lp55xx: Generalize led_brightness function
Christian Marangi
-41
/
+29
2024-06-26
leds: leds-lp55xx: Generalize firmware_loaded function
Christian Marangi
-88
/
+30
2024-06-26
leds: leds-lp55xx: Generalize update_program_memory function
Christian Marangi
-198
/
+79
2024-06-26
leds: leds-lp55xx: Generalize run_engine function
Christian Marangi
-146
/
+65
2024-06-26
leds: leds-lp55xx: Generalize load_engine_and_select_page function
Christian Marangi
-33
/
+21
2024-06-26
leds: leds-lp55xx: Generalize load_engine function
Christian Marangi
-84
/
+43
2024-06-26
leds: leds-lp55xx: Generalize probe/remove functions
Christian Marangi
-362
/
+127
2024-06-26
leds: leds-lp55xx: Generalize stop_all_engine OP
Christian Marangi
-34
/
+84
2024-06-26
leds: sy7802: Add support for Silergy SY7802 flash LED controller
André Apitzsch
-0
/
+551
2024-06-26
leds: pca9532: Change default blinking frequency to 1Hz
Bastien Curutchet
-2
/
+2
2024-06-26
leds: pca9532: Explicitly disable hardware blink when PWM1 is unavailable
Bastien Curutchet
-0
/
+9
2024-06-26
leds: pca9532: Use PWM1 for hardware blinking
Bastien Curutchet
-10
/
+43
2024-06-26
leds: pca9532: Use defines to select PWM instance
Bastien Curutchet
-9
/
+12
2024-06-26
leds: trigger: input-events: Rewrite to fix a serious locking issue
Hans de Goede
-102
/
+34
2024-06-26
leds: powernv: Replace of_node_put to __free
MarileneGarcia
-19
/
+9
[prev]
[next]