summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: gpio: Set num_leds after allocationKees Cook2024-10-041-3/+6
* leds: pca995x: Fix device child node usage in pca995x_probe()Javier Carrasco2024-10-041-5/+5
* leds: pca995x: Use device_for_each_child_node() to access device child nodesJavier Carrasco2024-10-041-10/+5
* leds: leds-pca995x: Add support for NXP PCA9956BPieterjan Camerlynck2024-10-041-20/+39
* leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()Javier Carrasco2024-10-041-13/+10
* leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko2024-09-121-1/+5
* leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco2024-08-031-1/+4
* leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh2024-08-032-5/+6
* leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-08-031-2/+5
* leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter2024-08-031-3/+7
* Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli2024-08-031-1/+0
* leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggersAnjelique Melendez2024-08-031-1/+7
* leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede2024-08-031-1/+1
* leds: class: Revert: "If no default trigger is given, make hw_control trigger...Hans de Goede2024-06-161-6/+0
* leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv'Christophe JAILLET2024-05-021-1/+0
* leds: lp50xx: Remove unused field 'num_of_banked_leds' from 'struct lp50xx'Christophe JAILLET2024-05-021-4/+0
* leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led'Christophe JAILLET2024-05-021-1/+0
* leds: aat1290: Remove unused field 'torch_brightness' from 'struct aat1290_led'Christophe JAILLET2024-05-021-2/+0
* leds: sun50i-a100: Use match_string() helper to simplify the codeAndy Shevchenko2024-05-021-8/+6
* leds: pwm: Disable PWM when going to suspendUwe Kleine-König2024-05-021-1/+7
* leds: trigger: pattern: Add support for hrtimerMartin Kurbanov2024-05-021-23/+103
* leds: mt6360: Fix the second LED can not enable torch mode by V4L2ChiaEn Wu2024-04-121-1/+11
* leds: qcom-lpg: Add support for PMI8950 PWMGianluca Boiano2024-04-121-0/+8
* leds: apu: Remove duplicate DMI lookup dataArnd Bergmann2024-04-121-2/+1
* leds: trigger: netdev: Remove not needed call to led_set_brightness in deacti...Heiner Kallweit2024-04-121-2/+0
* leds: simatic-ipc-leds-gpio: Add support for module BX-59AXing Tong Wu2024-04-122-6/+47
* Merge branches 'ib-leds-mips-sound-6.10' and 'ib-leds-locking-6.10' into ibs-...Lee Jones2024-04-127-74/+84
|\
| * leds: an30259a: Use devm_mutex_init() for mutex initializationGeorge Stark2024-04-111-10/+4
| * leds: mlxreg: Use devm_mutex_init() for mutex initializationGeorge Stark2024-04-111-9/+5
| * leds: nic78bx: Use devm API to cleanup module's resourcesGeorge Stark2024-04-111-10/+13
| * leds: lm3532: Use devm API to cleanup module's resourcesGeorge Stark2024-04-111-12/+17
| * leds: lp3952: Use devm API to cleanup module's resourcesGeorge Stark2024-04-111-10/+11
| * leds: aw200xx: Use devm API to cleanup module's resourcesGeorge Stark2024-04-111-11/+21
| * leds: aw2013: Use devm API to cleanup module's resourcesGeorge Stark2024-04-111-12/+13
* | leds: trigger: audio: Remove this triggerHeiner Kallweit2024-03-281-67/+0
* | ALSA: control-led: Integrate mute led triggerHeiner Kallweit2024-03-282-8/+0
* | leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit2024-03-281-2/+4
|/
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-03-1422-85/+811
|\ \
| * | leds: ncp5623: Add MS suffix to time definesAbdel Alkuor2024-03-071-5/+5
| * | leds: Add NCP5623 multi-led driverAbdel Alkuor2024-03-073-0/+283
| * | leds: mlxreg: Drop an excess struct mlxreg_led_data memberRandy Dunlap2024-03-071-1/+0
| * | leds: leds-mlxcpld: Fix struct mlxcpld_led_priv member nameRandy Dunlap2024-03-071-1/+1
| * | leds: lm3601x: Fix struct lm3601_led kernel-doc warningsRandy Dunlap2024-03-071-2/+1
| * | leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman2024-03-071-0/+3
| * | leds: expresswire: Don't depend on NEW_LEDSDuje Mihanović2024-03-071-0/+6
| * | leds: aw2013: Unlock mutex before destroying itGeorge Stark2024-03-071-0/+1
| * | leds: qcom-lpg: Add QCOM_PBS dependencyArnd Bergmann2024-03-071-0/+1
| * | leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspendAren Moynihan2024-03-071-2/+6