summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-04-03leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi1-2/+2
2024-03-27leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-27leds: 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-26leds: aw200xx: Fix write to DIM parameterMartin Kurbanov1-1/+6
2024-01-26leds: 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-11leds: trig-netdev: Disable offload on deactivation of triggerAndrew Lunn1-0/+2
2023-08-11led: trig: netdev: Fix requesting offload deviceAndrew Lunn1-3/+5
2023-07-31leds: simatic-ipc-leds: default config switch to platform switchHenning Schild1-0/+1
2023-07-28leds: qcom-lpg: Drop assignment to struct pwmchip::baseUwe Kleine-König1-1/+0
2023-07-28leds: flash: leds-qcom-flash: Put child node if registration failedFenglin Wu1-0/+1
2023-07-28leds: flash: leds-qcom-flash: Turn off LED before setting flash currentFenglin Wu1-0/+4
2023-07-28leds: flash: leds-qcom-flash: Declare the driver as a moduleFenglin Wu1-0/+2
2023-07-28leds: ns2: Slightly simplify a memory allocationChristophe JAILLET1-1/+1
2023-07-28leds: Explicitly include correct DT includesRob Herring13-14/+7
2023-07-28leds: bcm63138: Rename dependency symbol ARCH_BCM4908 to ARCH_BCMBCARafał Miłecki1-2/+2
2023-07-28leds: simatic-ipc-leds-gpio: Add Elkhart Lake versionHenning Schild4-0/+75
2023-07-28leds: pca995x: Add support for PCA995X chipsIsai Gaspar3-0/+214
2023-07-28leds: simatic-ipc-leds-gpio: Fix comment style in SPDX headerHenning Schild1-1/+1
2023-07-28leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter1-1/+1
2023-07-28led: led-class: Read max-brightness from devicetreeAstrid Rost1-0/+4
2023-07-28leds: ip30: Convert to devm_platform_ioremap_resource()Yangtao Li1-7/+1
2023-07-28leds: aw200xx: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-07-28leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependencyArnd Bergmann1-0/+1