index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-06
leds: multicolor: Fix intensity setting while SW blinking
Sven Schwermer
1
-1
/
+2
2025-06-04
leds: trigger: netdev: Configure LED blink interval for HW offload
Marek Vasut
1
-3
/
+13
2025-06-04
leds: pwm-multicolor: Add check for fwnode_property_read_u32
Yuanjun Gong
1
-1
/
+4
2025-04-25
leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMs
Abel Vesa
1
-3
/
+3
2025-04-25
leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
Abel Vesa
1
-1
/
+1
2025-04-10
leds: Fix LED_OFF brightness race
Remi Pommarel
1
-4
/
+18
2025-02-17
leds: lp8860: Write full EEPROM, not only half of it
Alexander Sverdlin
1
-1
/
+1
2025-02-08
leds: cht-wcove: Use devm_led_classdev_register() to avoid memory leak
Joe Hattori
1
-5
/
+1
2025-02-08
leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata()
Joe Hattori
1
-0
/
+1
2024-12-14
leds: class: Protect brightness_show() with led_cdev->led_access mutex
Mukesh Ojha
1
-3
/
+11
2024-12-09
leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error paths
Javier Carrasco
1
-2
/
+1
2024-12-09
leds: lp55xx: Remove redundant test for invalid channel number
Michal Vokáč
1
-3
/
+0
2024-11-22
leds: mlxreg: Use devm_mutex_init() for mutex initialization
George Stark
1
-11
/
+5
2024-10-04
leds: pca995x: Fix device child node usage in pca995x_probe()
Javier Carrasco
1
-5
/
+5
2024-10-04
leds: pca995x: Use device_for_each_child_node() to access device child nodes
Javier Carrasco
1
-10
/
+5
2024-10-04
leds: leds-pca995x: Add support for NXP PCA9956B
Pieterjan Camerlynck
1
-20
/
+39
2024-10-04
leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
Javier Carrasco
1
-13
/
+10
2024-09-12
leds: spi-byte: Call of_node_put() on error path
Andy Shevchenko
1
-1
/
+5
2024-08-11
leds: triggers: Flush pending brightness before activating trigger
Thomas Weißschuh
2
-5
/
+6
2024-08-11
leds: trigger: Call synchronize_rcu() before calling trig->activate()
Hans de Goede
1
-0
/
+7
2024-08-11
leds: trigger: Store brightness set by led_trigger_event()
Heiner Kallweit
1
-2
/
+4
2024-08-11
leds: trigger: Remove unused function led_trigger_rename_static()
Heiner Kallweit
1
-13
/
+0
2024-08-03
leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
Javier Carrasco
1
-1
/
+4
2024-08-03
leds: ss4200: Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
1
-2
/
+5
2024-08-03
leds: flash: leds-qcom-flash: Test the correct variable in init
Dan Carpenter
1
-3
/
+7
2024-08-03
Revert "leds: led-core: Fix refcount leak in of_led_get()"
Luca Ceresoli
1
-1
/
+0
2024-08-03
leds: trigger: Unregister sysfs attributes before calling deactivate()
Hans de Goede
1
-1
/
+1
2024-07-11
leds: an30259a: Use devm_mutex_init() for mutex initialization
George Stark
1
-10
/
+4
2024-06-12
leds: pwm: Disable PWM when going to suspend
Uwe Kleine-König
1
-1
/
+7
2024-06-12
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
2
-3
/
+3
2024-04-03
leds: trigger: netdev: Fix kernel panic on interface rename trig notify
Christian Marangi
1
-2
/
+2
2024-03-27
leds: sgm3140: Add missing timer cleanup and flash gpio control
Ondrej Jirman
1
-0
/
+3
2024-03-27
leds: aw2013: Unlock mutex before destroying it
George Stark
1
-0
/
+1
2024-02-05
leds: trigger: panic: Don't register panic notifier if creating the trigger f...
Heiner Kallweit
1
-1
/
+4
2024-01-26
leds: aw200xx: Fix write to DIM parameter
Martin Kurbanov
1
-1
/
+6
2024-01-26
leds: aw2013: Select missing dependency REGMAP_I2C
Dang Huynh
1
-0
/
+1
2024-01-20
leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
Florian Eckert
1
-0
/
+4
2023-12-13
leds: trigger: netdev: fix RTNL handling to prevent potential deadlock
Heiner Kallweit
1
-4
/
+7
2023-12-08
leds: class: Don't expose color sysfs entry
Takashi Iwai
1
-14
/
+0
2023-11-28
leds: trigger: netdev: Move size check in set_device_name
Christian Marangi
1
-3
/
+3
2023-11-20
leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'
Christophe JAILLET
1
-2
/
+2
2023-11-20
leds: pwm: Don't disable the PWM when the LED should be off
Uwe Kleine-König
1
-1
/
+1
2023-11-20
leds: turris-omnia: Do not use SMBUS calls
Marek Behún
1
-12
/
+42
2023-09-19
leds: Drop BUG_ON check for LED_COLOR_ID_MULTI
Marek Behún
1
-4
/
+0
2023-09-04
Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
43
-115
/
+607
2023-09-01
Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-08-22
leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'
Marek Behún
1
-4
/
+4
2023-08-18
leds: aw2013: Enable pull-up supply for interrupt and I2C
Lin, Meng-Bo
1
-14
/
+22
2023-08-18
leds: uleds: Use module_misc_device macro to simplify the code
Li Zetao
1
-11
/
+1
[next]