aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'leds-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds13-145/+944
2026-08-12leds: is31fl319x: Modernize registrationAndreas Kemnade1-30/+31
2026-08-06leds: pca963x: Add multicolor LED class supportLoic Poulain2-42/+148
2026-08-06leds: gpio: Clear error pointers for skipped LEDsSteve Dunnagan1-0/+1
2026-07-23leds: pca9532: Fix phantom device registration on missing hardwareCosmo Chou1-4/+8
2026-07-23leds: gpio: Make legacy gpiolib interface optionalArnd Bergmann1-17/+35
2026-07-23leds: bcm63138: Use %pe to print pinctrl error instead of %ldNinad Naik1-2/+2
2026-07-23leds: ltc3220: Add Support for LTC3220 18 channel LED DriverEdelweise Escala3-0/+600
2026-07-09leds: st1202: Validate LED reg property against channel countManuel Fombuena1-1/+7
2026-07-09leds: st1202: Disable channel when brightness is set to zeroManuel Fombuena1-29/+39
2026-07-09leds: st1202: Fix brightness having no effect while pattern mode is activeManuel Fombuena1-0/+2
2026-07-09leds: st1202: Fix spurious pattern sequence start in setupManuel Fombuena1-5/+0
2026-07-09leds: st1202: Set all pattern PWM slots to full after clearing patternManuel Fombuena1-1/+2
2026-07-09leds: st1202: Fix pattern duration prescaler and pattern_clear skip markerManuel Fombuena1-3/+3
2026-07-09leds: st1202: Validate pattern input before stopping the sequenceManuel Fombuena1-4/+6
2026-07-09leds: st1202: Stop pattern sequence before reprogrammingManuel Fombuena1-0/+8
2026-07-09leds: pca9532: Fix inverted GPIO output polarityCosmo Chou1-3/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)24-24/+0
2026-07-02leds: lp5860-spi: Fix an error handling pathChristophe JAILLET1-5/+5
2026-07-02leds: lp5860: Fix a potential double-unlockChristophe JAILLET1-2/+1
2026-07-01leds: trigger: netdev: Extend speeds up to 100GMike Marciniszyn (Meta)1-1/+45
2026-07-01leds: pwm-multicolor: Introduce default-intensity propertyJonas Rebmann1-0/+2
2026-06-18Merge tag 'leds-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/ledsLinus Torvalds55-201/+1697
2026-06-17leds: tps6131x: Increase overvoltage protection threshold to 6VMatthias Fend1-1/+1
2026-06-17leds: Fix CONFIG_OF dependency for LEDS_LP5860_COREArnd Bergmann1-0/+1
2026-06-17leds: uleds: Fix potential buffer overreadArmin Wolf1-1/+2
2026-06-17leds: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)34-91/+91
2026-06-17leds: uleds: Return -EFAULT on copy_to_user() failureYousef Alhouseen1-4/+7
2026-06-17leds: core: Report ENODATA for brightness of hardware controlled LEDThomas Weißschuh1-0/+13
2026-06-17leds: class: Use firmware nodes for device lookupAlban Bedel1-14/+16
2026-06-17leds: rgb: Add support for Samsung S2M series PMIC RGB LED deviceKaustabh Chakraborty3-0/+437
2026-06-17leds: flash: Add support for Samsung S2M series PMIC flash LED deviceKaustabh Chakraborty3-0/+362
2026-06-17leds: core: Fix race condition for software blinkCraig McQueen1-13/+20
2026-06-17leds: dac124s085: Declare SPI command word as __le16Stepan Ionichev1-1/+1
2026-06-17leds: Introduce the multi_max_intensity sysfs attributeArmin Wolf3-4/+48
2026-06-17leds: bcm63138/cros_ec: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski2-2/+2
2026-06-17leds: Add support for TI LP5860 LED driver chipSteffen Trumtrar5-0/+627
2026-06-17leds: blinkm: Fix spelling and comment style above lock acquireStepan Ionichev1-1/+2
2026-06-17leds: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-1/+1
2026-06-17leds: as3668: Fix Kconfig symbol name mismatch in MakefileSasha Levin1-1/+1
2026-06-17leds: qcom-lpg: Allocate channels with main structRosen Penev1-62/+58
2026-06-17leds: trigger: gpio: Use GPIOD_FLAGS_BIT_NONEXCLUSIVEPiotr Kubik1-1/+2
2026-06-17leds: pca9532: Don't stop blinking for non-zero brightnessTobias Deiminger1-3/+5
2026-06-17leds: st1202: Drop unused includeLinus Walleij1-1/+0
2026-06-04leds: trigger: netdev: don't recurse on the netdev ops lockJakub Kicinski1-16/+21
2026-04-09leds: class: Make led_remove_lookup() NULL-awareAndy Shevchenko1-0/+3
2026-03-31leds: led-class: Switch to using class_find_device_by_fwnode()Dmitry Torokhov1-1/+1
2026-03-26leds: Kconfig: Drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+0
2026-03-26leds: lm3642: Use guard to simplify lockingRichard Lyu1-10/+8
2026-03-26leds: core: Fix formatting issuesDmitry Torokhov1-9/+8