summaryrefslogtreecommitdiffstats
path: root/drivers/leds/rgb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-04leds: Add basic support for TI/National Semiconductor LP5812 LED DriverNam Tran-0/+828
2026-02-04leds: qcom-lpg: Check the return value of regmap_bulk_write()Haotian Zhang-3/+5
2025-11-20leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWMFenglin Wu-3/+1
2025-11-20leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTIKonrad Dybcio-3/+3
2025-10-21leds: Use fwnode_for_each_child_node() insteadSakari Ailus-3/+3
2025-05-14leds: rgb: leds-mt6370-rgb: Improve definition of some struct linear_rangeChristophe JAILLET-8/+8
2025-04-10leds: ncp5623: Use fwnode_get_child_node_count()Andy Shevchenko-3/+2
2025-04-10leds: pwm-multicolor: Use fwnode_get_child_node_count()Andy Shevchenko-4/+3
2025-03-21leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMsAbel Vesa-3/+3
2025-03-21leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMsAbel Vesa-1/+1
2025-03-21leds: rgb: leds-qcom-lpg: Fix pwm resolution max for normal PWMsAbel Vesa-1/+1
2025-02-27leds: pwm-multicolor: Add check for fwnode_property_read_u32Yuanjun Gong-1/+4
2025-02-27leds: rgb: leds-qcom-lpg: Add support for 6-bit PWM resolutionAnjelique Melendez-6/+7
2024-12-17leds: pwm-multicolor: Disable PWM when going to suspendJakob Riepler-1/+7
2024-11-22Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-33/+16
2024-10-16leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat...Suraj Sonawane-1/+1
2024-10-09leds: rgb: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco-26/+11
2024-10-09leds: rgb: ktd202x: Switch to device_for_each_child_node_scoped()Javier Carrasco-5/+3
2024-10-09leds: rgb: leds-group-multicolor: Correct the typo 'acccess'WangYuli-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-22leds: qcom-lpg: Simplify with scoped for each OF child loopKrzysztof Kozlowski-10/+4
2024-06-26leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggersAnjelique Melendez-1/+7
2024-06-26leds: ncp5623: Use common error handling code in ncp5623_probe()Markus Elfring-8/+8
2024-05-31leds: rgb: leds-ktd202x: Initialize mutex earlierHans de Goede-4/+4
2024-05-31leds: rgb: leds-ktd202x: I2C ID tables for KTD2026 and 2027Kate Hsuan-0/+8
2024-05-31leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPIKate Hsuan-31/+34
2024-05-02leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv'Christophe JAILLET-1/+0
2024-04-12leds: qcom-lpg: Add support for PMI8950 PWMGianluca Boiano-0/+8
2024-03-14Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-32/+626
2024-03-07leds: ncp5623: Add MS suffix to time definesAbdel Alkuor-5/+5
2024-03-07leds: Add NCP5623 multi-led driverAbdel Alkuor-0/+283
2024-03-07leds: qcom-lpg: Add QCOM_PBS dependencyArnd Bergmann-0/+1
2024-03-07leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspendAren Moynihan-2/+6
2024-03-07leds: qcom-lpg: Add PM660L configuration and compatibleMarijn Suijten-0/+18
2024-03-07leds: rgb: Update PM8350C lpg_data to support two-nvmem PPG SchemeAnjelique Melendez-3/+5
2024-03-07leds: rgb: leds-qcom-lpg: Include support for PPG with dedicated LUT SDAMAnjelique Melendez-14/+78
2024-03-07leds: rgb: leds-qcom-lpg: Update PMI632 lpg_data to support PPGAnjelique Melendez-3/+5
2024-03-07leds: rgb: leds-qcom-lpg: Add support for PPG through single SDAMAnjelique Melendez-24/+244
2024-02-22leds: qcom-lpg: Make use of devm_pwmchip_alloc() functionUwe Kleine-König-6/+10
2024-01-17Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-38/+27
2023-12-21leds: rgb: Drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-2/+2
2023-12-13leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chipUwe Kleine-König-3/+8
2023-12-13leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error pathUwe Kleine-König-23/+17
2023-12-13leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removalUwe Kleine-König-11/+1
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-11-01leds: Add ktd202x driverAndré Apitzsch-0/+639
2023-11-01leds: mt6370: Annotate struct mt6370_priv with __counted_byKees Cook-1/+1