summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-10-04leds: pca995x: Fix device child node usage in pca995x_probe()Javier Carrasco1-5/+5
2024-10-04leds: pca995x: Use device_for_each_child_node() to access device child nodesJavier Carrasco1-10/+5
2024-10-04leds: leds-pca995x: Add support for NXP PCA9956BPieterjan Camerlynck1-20/+39
2024-10-04leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()Javier Carrasco1-13/+10
2024-09-12leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko1-1/+5
2024-08-11leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh2-5/+6
2024-08-11leds: trigger: Call synchronize_rcu() before calling trig->activate()Hans de Goede1-0/+7
2024-08-11leds: trigger: Store brightness set by led_trigger_event()Heiner Kallweit1-2/+4
2024-08-11leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit1-13/+0
2024-08-03leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco1-1/+4
2024-08-03leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+5
2024-08-03leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter1-3/+7
2024-08-03Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli1-1/+0
2024-08-03leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede1-1/+1
2024-07-11leds: an30259a: Use devm_mutex_init() for mutex initializationGeorge Stark1-10/+4
2024-06-12leds: pwm: Disable PWM when going to suspendUwe Kleine-König1-1/+7
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2-3/+3
2024-04-03leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi1-2/+2
2024-03-26leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-26leds: aw2013: Unlock mutex before destroying itGeorge Stark1-0/+1
2024-02-05leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit1-1/+4
2024-01-25leds: aw200xx: Fix write to DIM parameterMartin Kurbanov1-1/+6
2024-01-25leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh1-0/+1
2024-01-20leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert1-0/+4
2023-12-13leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit1-4/+7
2023-12-08leds: class: Don't expose color sysfs entryTakashi Iwai1-14/+0
2023-11-28leds: trigger: netdev: Move size check in set_device_nameChristian Marangi1-3/+3
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-09-19leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún1-4/+0
2023-09-04Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds43-115/+607
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún1-4/+4
2023-08-18leds: aw2013: Enable pull-up supply for interrupt and I2CLin, Meng-Bo1-14/+22
2023-08-18leds: uleds: Use module_misc_device macro to simplify the codeLi Zetao1-11/+1
2023-08-18leds: trigger: netdev: Use module_led_trigger macro to simplify the codeLi Zetao1-12/+1
2023-08-18leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún1-10/+1
2023-08-18leds: turris-omnia: Use sysfs_emit() instead of sprintf()Marek Behún1-1/+1
2023-08-18leds: Make leds_class a static const structureIvan Orlov1-13/+13
2023-08-17leds: Remove redundant of_match_ptr()Zhu Wang6-14/+7
2023-08-17leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2023-08-17leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún1-4/+4
2023-08-17leds: multicolor: Use rounded division when calculating color componentsMarek Behún1-3/+5
2023-08-17leds: rgb: Add a multicolor LED driver to group monochromatic LEDsJean-Jacques Hiblot3-0/+182
2023-08-17leds: class: Store the color index in struct led_classdevJean-Jacques Hiblot1-0/+21
2023-08-17leds: Provide devm_of_led_get_optional()Jean-Jacques Hiblot1-0/+25
2023-08-15leds: pca995x: Fix MODULE_DEVICE_TABLE for OFMarek Vasut1-1/+1
2023-08-10leds: trig-netdev: Disable offload on deactivation of triggerAndrew Lunn1-0/+2