summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2024-09-12leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko
2024-08-03leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco
2024-08-03leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh
2024-08-03leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-08-03leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter
2024-08-03Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli
2024-08-03leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggersAnjelique Melendez
2024-08-03leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede
2024-06-16leds: class: Revert: "If no default trigger is given, make hw_control trigger...Hans de Goede
2024-05-02leds: mt6370: Remove unused field 'reg_cfgs' from 'struct mt6370_priv'Christophe JAILLET
2024-05-02leds: lp50xx: Remove unused field 'num_of_banked_leds' from 'struct lp50xx'Christophe JAILLET
2024-05-02leds: lp50xx: Remove unused field 'bank_modules' from 'struct lp50xx_led'Christophe JAILLET
2024-05-02leds: aat1290: Remove unused field 'torch_brightness' from 'struct aat1290_led'Christophe JAILLET
2024-05-02leds: sun50i-a100: Use match_string() helper to simplify the codeAndy Shevchenko
2024-05-02leds: pwm: Disable PWM when going to suspendUwe Kleine-König
2024-05-02leds: trigger: pattern: Add support for hrtimerMartin Kurbanov
2024-04-12leds: mt6360: Fix the second LED can not enable torch mode by V4L2ChiaEn Wu
2024-04-12leds: qcom-lpg: Add support for PMI8950 PWMGianluca Boiano
2024-04-12leds: apu: Remove duplicate DMI lookup dataArnd Bergmann
2024-04-12leds: trigger: netdev: Remove not needed call to led_set_brightness in deacti...Heiner Kallweit
2024-04-12leds: simatic-ipc-leds-gpio: Add support for module BX-59AXing Tong Wu
2024-04-12Merge branches 'ib-leds-mips-sound-6.10' and 'ib-leds-locking-6.10' into ibs-...Lee Jones
2024-04-11leds: an30259a: Use devm_mutex_init() for mutex initializationGeorge Stark
2024-04-11leds: mlxreg: Use devm_mutex_init() for mutex initializationGeorge Stark
2024-04-11leds: nic78bx: Use devm API to cleanup module's resourcesGeorge Stark
2024-04-11leds: lm3532: Use devm API to cleanup module's resourcesGeorge Stark
2024-04-11leds: lp3952: Use devm API to cleanup module's resourcesGeorge Stark
2024-04-11leds: aw200xx: Use devm API to cleanup module's resourcesGeorge Stark
2024-04-11leds: aw2013: Use devm API to cleanup module's resourcesGeorge Stark
2024-03-28leds: trigger: audio: Remove this triggerHeiner Kallweit
2024-03-28ALSA: control-led: Integrate mute led triggerHeiner Kallweit
2024-03-28leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-07leds: ncp5623: Add MS suffix to time definesAbdel Alkuor
2024-03-07leds: Add NCP5623 multi-led driverAbdel Alkuor
2024-03-07leds: mlxreg: Drop an excess struct mlxreg_led_data memberRandy Dunlap
2024-03-07leds: leds-mlxcpld: Fix struct mlxcpld_led_priv member nameRandy Dunlap
2024-03-07leds: lm3601x: Fix struct lm3601_led kernel-doc warningsRandy Dunlap
2024-03-07leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman
2024-03-07leds: expresswire: Don't depend on NEW_LEDSDuje Mihanović
2024-03-07leds: aw2013: Unlock mutex before destroying itGeorge Stark
2024-03-07leds: qcom-lpg: Add QCOM_PBS dependencyArnd Bergmann
2024-03-07leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspendAren Moynihan
2024-03-07leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi
2024-03-07leds: qcom-lpg: Add PM660L configuration and compatibleMarijn Suijten
2024-03-07leds: spi-byte: Use devm_led_classdev_register_ext()Stefan Kalscheuer
2024-03-07leds: pca963x: Add support for suspend and resumeAmitesh Singh
2024-03-07leds: triggers: Add helper led_match_default_triggerHeiner Kallweit