summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'leds-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus 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-05leds: 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
2026-03-26leds: core: Implement fallback to software node name for LED namesDmitry Torokhov1-0/+3
2026-03-25leds: lgm-sso: Fix typo in macro for src offsetLukas Kraft1-1/+1
2026-03-10leds: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-03-10leds: lp8860: Do not always program EEPROM on probeAndrew Davis1-3/+15
2026-03-10leds: lp8860: Remove unused read of STATUS registerAndrew Davis1-6/+3
2026-03-10leds: lp8860: Hold lock for all of EEPROM programmingAndrew Davis1-30/+17
2026-03-10leds: lp8860: Return directly from lp8860_initAndrew Davis1-10/+7
2026-03-10leds: lp8860: Use a single regmap tableAndrew Davis1-17/+11
2026-03-10leds: lgm-sso: Remove duplicate assignments for priv->mmapChen Ni1-2/+0
2026-03-10leds: qcom-lpg: Check for array overflow when selecting the high resolutionGreg Kroah-Hartman1-1/+6
2026-03-10leds: ktd2692: Make ktd2692_timing variable staticKrzysztof Kozlowski1-1/+1
2026-03-10leds: lp5569: Use sysfs_emit instead of sprintf()Neel Bullywon1-2/+2
2026-03-10leds: multicolor: Change intensity_value to unsigned intMichael Tretter1-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-13/+13
2026-02-16Merge tag 'leds-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds12-89/+1263
2026-02-04leds: as3668: Driver for the ams Osram 4-channel i2c LED driverLukas Timmermann3-0/+216
2026-02-04leds: Add basic support for TI/National Semiconductor LP5812 LED DriverNam Tran4-0/+828
2026-02-04leds: qcom-lpg: Check the return value of regmap_bulk_write()Haotian Zhang1-3/+5
2026-02-04leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-02-04leds: is31f132xx: Add support for is31fl3293Daniel Mack1-8/+130
2026-02-04leds: is31f132xx: Re-order code to remove forward declarationsDaniel Mack1-66/+62