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
/
rgb
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2026-02-04
leds: Add basic support for TI/National Semiconductor LP5812 LED Driver
Nam Tran
-0
/
+828
2026-02-04
leds: qcom-lpg: Check the return value of regmap_bulk_write()
Haotian Zhang
-3
/
+5
2025-11-20
leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWM
Fenglin Wu
-3
/
+1
2025-11-20
leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTI
Konrad Dybcio
-3
/
+3
2025-10-21
leds: Use fwnode_for_each_child_node() instead
Sakari Ailus
-3
/
+3
2025-05-14
leds: rgb: leds-mt6370-rgb: Improve definition of some struct linear_range
Christophe JAILLET
-8
/
+8
2025-04-10
leds: ncp5623: Use fwnode_get_child_node_count()
Andy Shevchenko
-3
/
+2
2025-04-10
leds: pwm-multicolor: Use fwnode_get_child_node_count()
Andy Shevchenko
-4
/
+3
2025-03-21
leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMs
Abel Vesa
-3
/
+3
2025-03-21
leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
Abel Vesa
-1
/
+1
2025-03-21
leds: rgb: leds-qcom-lpg: Fix pwm resolution max for normal PWMs
Abel Vesa
-1
/
+1
2025-02-27
leds: pwm-multicolor: Add check for fwnode_property_read_u32
Yuanjun Gong
-1
/
+4
2025-02-27
leds: rgb: leds-qcom-lpg: Add support for 6-bit PWM resolution
Anjelique Melendez
-6
/
+7
2024-12-17
leds: pwm-multicolor: Disable PWM when going to suspend
Jakob Riepler
-1
/
+7
2024-11-22
Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-33
/
+16
2024-10-16
leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat...
Suraj Sonawane
-1
/
+1
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: 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-08-22
leds: qcom-lpg: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-10
/
+4
2024-06-26
leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggers
Anjelique Melendez
-1
/
+7
2024-06-26
leds: ncp5623: Use common error handling code in ncp5623_probe()
Markus Elfring
-8
/
+8
2024-05-31
leds: rgb: leds-ktd202x: Initialize mutex earlier
Hans de Goede
-4
/
+4
2024-05-31
leds: rgb: leds-ktd202x: I2C ID tables for KTD2026 and 2027
Kate Hsuan
-0
/
+8
2024-05-31
leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI
Kate Hsuan
-31
/
+34
2024-05-02
leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv'
Christophe JAILLET
-1
/
+0
2024-04-12
leds: qcom-lpg: Add support for PMI8950 PWM
Gianluca Boiano
-0
/
+8
2024-03-14
Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
-32
/
+626
2024-03-07
leds: ncp5623: Add MS suffix to time defines
Abdel Alkuor
-5
/
+5
2024-03-07
leds: Add NCP5623 multi-led driver
Abdel Alkuor
-0
/
+283
2024-03-07
leds: qcom-lpg: Add QCOM_PBS dependency
Arnd Bergmann
-0
/
+1
2024-03-07
leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspend
Aren Moynihan
-2
/
+6
2024-03-07
leds: qcom-lpg: Add PM660L configuration and compatible
Marijn Suijten
-0
/
+18
2024-03-07
leds: rgb: Update PM8350C lpg_data to support two-nvmem PPG Scheme
Anjelique Melendez
-3
/
+5
2024-03-07
leds: rgb: leds-qcom-lpg: Include support for PPG with dedicated LUT SDAM
Anjelique Melendez
-14
/
+78
2024-03-07
leds: rgb: leds-qcom-lpg: Update PMI632 lpg_data to support PPG
Anjelique Melendez
-3
/
+5
2024-03-07
leds: rgb: leds-qcom-lpg: Add support for PPG through single SDAM
Anjelique Melendez
-24
/
+244
2024-02-22
leds: qcom-lpg: Make use of devm_pwmchip_alloc() function
Uwe Kleine-König
-6
/
+10
2024-01-17
Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
-38
/
+27
2023-12-21
leds: rgb: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
-1
/
+1
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
-2
/
+2
2023-12-13
leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chip
Uwe Kleine-König
-3
/
+8
2023-12-13
leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error path
Uwe Kleine-König
-23
/
+17
2023-12-13
leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removal
Uwe Kleine-König
-11
/
+1
2023-11-09
Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+0
2023-11-01
leds: Add ktd202x driver
André Apitzsch
-0
/
+639
2023-11-01
leds: mt6370: Annotate struct mt6370_priv with __counted_by
Kees Cook
-1
/
+1
[next]