Age | Commit message (Expand) | Author |
2024-12-17 | leds: pwm-multicolor: Disable PWM when going to suspend | Jakob Riepler |
2024-11-22 | Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2024-10-16 | leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat... | Suraj Sonawane |
2024-10-09 | leds: rgb: mt6370: Switch to device_for_each_child_node_scoped() | Javier Carrasco |
2024-10-09 | leds: rgb: ktd202x: Switch to device_for_each_child_node_scoped() | 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-08-22 | leds: qcom-lpg: Simplify with scoped for each OF child loop | Krzysztof Kozlowski |
2024-06-26 | leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggers | Anjelique Melendez |
2024-06-26 | leds: ncp5623: Use common error handling code in ncp5623_probe() | Markus Elfring |
2024-05-31 | leds: rgb: leds-ktd202x: Initialize mutex earlier | Hans de Goede |
2024-05-31 | leds: rgb: leds-ktd202x: I2C ID tables for KTD2026 and 2027 | Kate Hsuan |
2024-05-31 | leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI | Kate Hsuan |
2024-05-02 | leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv' | Christophe JAILLET |
2024-04-12 | leds: qcom-lpg: Add support for PMI8950 PWM | Gianluca Boiano |
2024-03-14 | Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2024-03-07 | leds: ncp5623: Add MS suffix to time defines | Abdel Alkuor |
2024-03-07 | leds: Add NCP5623 multi-led driver | Abdel Alkuor |
2024-03-07 | leds: qcom-lpg: Add QCOM_PBS dependency | Arnd Bergmann |
2024-03-07 | leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspend | Aren Moynihan |
2024-03-07 | leds: qcom-lpg: Add PM660L configuration and compatible | Marijn Suijten |
2024-03-07 | leds: rgb: Update PM8350C lpg_data to support two-nvmem PPG Scheme | Anjelique Melendez |
2024-03-07 | leds: rgb: leds-qcom-lpg: Include support for PPG with dedicated LUT SDAM | Anjelique Melendez |
2024-03-07 | leds: rgb: leds-qcom-lpg: Update PMI632 lpg_data to support PPG | Anjelique Melendez |
2024-03-07 | leds: rgb: leds-qcom-lpg: Add support for PPG through single SDAM | Anjelique Melendez |
2024-02-22 | leds: qcom-lpg: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König |
2024-01-17 | Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2023-12-21 | leds: rgb: Drop obsolete dependency on COMPILE_TEST | Jean Delvare |
2023-12-20 | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() | Sean Young |
2023-12-13 | leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chip | Uwe Kleine-König |
2023-12-13 | leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error path | Uwe Kleine-König |
2023-12-13 | leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removal | Uwe Kleine-König |
2023-11-09 | Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-11-01 | leds: Add ktd202x driver | André Apitzsch |
2023-11-01 | leds: mt6370: Annotate struct mt6370_priv with __counted_by | Kees Cook |
2023-11-01 | leds: Convert all platform drivers to return void | Uwe Kleine-König |
2023-11-01 | leds: qcom-lpg: Annotate struct lpg_led with __counted_by | Kees Cook |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König |
2023-08-17 | leds: rgb: Add a multicolor LED driver to group monochromatic LEDs | Jean-Jacques Hiblot |
2023-07-28 | leds: qcom-lpg: Drop assignment to struct pwmchip::base | Uwe Kleine-König |
2023-07-28 | leds: Explicitly include correct DT includes | Rob Herring |
2023-07-03 | Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2023-06-03 | leds: qcom-lpg: Fix PWM period limits | Bjorn Andersson |
2023-05-25 | led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loops | Lu Hongfei |
2023-05-25 | leds: qcom-lpg: Add support for PMI632 LPG | Luca Weiss |
2023-04-20 | leds: pwm-multicolor: Simplify an error message | Christophe JAILLET |
2023-04-20 | leds: rgb: leds-qcom-lpg: Add support for PMK8550 PWM | Anjelique Melendez |
2023-04-20 | leds: rgb: leds-qcom-lpg: Add support for high resolution PWM | Anjelique Melendez |
2023-03-30 | leds: rgb: mt6370: Correct config name to select in LEDS_MT6370_RGB | Lukas Bulwahn |
2023-03-23 | leds: rgb: mt6370: Fix implicit declaration for FIELD_GET | ChiYuan Huang |