summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2024-09-12leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko
2024-08-11leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh
2024-08-11leds: trigger: Call synchronize_rcu() before calling trig->activate()Hans de Goede
2024-08-11leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit
2024-08-11leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit
2024-08-03leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco
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: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede
2024-07-11leds: an30259a: Use devm_mutex_init() for mutex initializationGeorge Stark
2024-06-12leds: pwm: Disable PWM when going to suspendUwe Kleine-König
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2024-04-03leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi
2024-03-26leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman
2024-03-26leds: aw2013: Unlock mutex before destroying itGeorge Stark
2024-02-05leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit
2024-01-25leds: aw200xx: Fix write to DIM parameterMartin Kurbanov
2024-01-25leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh
2024-01-20leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert
2023-12-13leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit
2023-12-08leds: class: Don't expose color sysfs entryTakashi Iwai
2023-11-28leds: trigger: netdev: Move size check in set_device_nameChristian Marangi
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König
2023-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún
2023-09-19leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún
2023-09-04Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún
2023-08-18leds: aw2013: Enable pull-up supply for interrupt and I2CLin, Meng-Bo
2023-08-18leds: uleds: Use module_misc_device macro to simplify the codeLi Zetao
2023-08-18leds: trigger: netdev: Use module_led_trigger macro to simplify the codeLi Zetao
2023-08-18leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún
2023-08-18leds: turris-omnia: Use sysfs_emit() instead of sprintf()Marek Behún
2023-08-18leds: Make leds_class a static const structureIvan Orlov
2023-08-17leds: Remove redundant of_match_ptr()Zhu Wang
2023-08-17leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún
2023-08-17leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún
2023-08-17leds: multicolor: Use rounded division when calculating color componentsMarek Behún
2023-08-17leds: rgb: Add a multicolor LED driver to group monochromatic LEDsJean-Jacques Hiblot
2023-08-17leds: class: Store the color index in struct led_classdevJean-Jacques Hiblot
2023-08-17leds: Provide devm_of_led_get_optional()Jean-Jacques Hiblot
2023-08-15leds: pca995x: Fix MODULE_DEVICE_TABLE for OFMarek Vasut
2023-08-10leds: trig-netdev: Disable offload on deactivation of triggerAndrew Lunn
2023-08-10led: trig: netdev: Fix requesting offload deviceAndrew Lunn
2023-07-31leds: simatic-ipc-leds: default config switch to platform switchHenning Schild
2023-07-28leds: qcom-lpg: Drop assignment to struct pwmchip::baseUwe Kleine-König
2023-07-28leds: flash: leds-qcom-flash: Put child node if registration failedFenglin Wu