summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2025-09-16leds: led-class: Add Device Tree support to led_get()Hans de Goede-2/+15
2025-09-11leds: is31fl319x: Use devm_mutex_init()Christophe JAILLET-7/+1
2025-09-02leds: leds-lp55xx: Use correct address for memory programmingAndrei Lalaev-1/+1
2025-09-02leds: qnap-mcu: Add support for the red and green status LEDsHeiko Stuebner-0/+165
2025-09-02leds: qnap-mcu: Fix state numbering for USB LEDHeiko Stuebner-5/+5
2025-08-18leds: flash: leds-qcom-flash: Add a separate register map for PMI8998Fenglin Wu-1/+24
2025-08-18leds: flash: leds-qcom-flash: Update torch current clamp settingFenglin Wu-26/+36
2025-08-18leds: max77705: Function return instead of variable assignmentLen Bao-1/+1
2025-08-18leds: Kconfig: Fix spelling mistake "limitiation" -> "limitation"Colin Ian King-1/+1
2025-08-18leds: leds-is31fl32xx: Add support for is31fl3236aPawel Zalewski-6/+41
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-4/+4
2025-07-31Merge tag 'leds-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-22/+28
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+3
2025-07-18Revert "leds: trigger: netdev: Configure LED blink interval for HW offload"Daniel Golle-13/+3
2025-07-11leds: lp8860: Check return value of devm_mutex_init()Thomas Weißschuh-1/+3
2025-07-02leds: pca955x: Avoid potential overflow when filling default_label (take 2)Andy Shevchenko-2/+2
2025-07-02leds: Unexport of_led_get()Andy Shevchenko-2/+1
2025-07-01leds: tps6131x: Add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann-0/+1
2025-06-27leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson-1/+10
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-13leds: flash: leds-qcom-flash: Fix registry access after re-bindKrzysztof Kozlowski-4/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-8/+9
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-25/+23
2025-05-22leds: tps6131x: Add support for Texas Instruments TPS6131X flash LED driverMatthias Fend-0/+827
2025-05-14leds: flash: Add support for flash/strobe durationRichard Leitner-0/+15
2025-05-14leds: rgb: leds-mt6370-rgb: Improve definition of some struct linear_rangeChristophe JAILLET-8/+8
2025-05-14leds: led-test: Provide tests for the lookup and get infrastructureLee Jones-0/+29
2025-05-14leds: led-test: Fill out the registration test to cover more test casesLee Jones-1/+30
2025-05-14leds: led-test: Remove standard error checking after KUNIT_ASSERT_*()Lee Jones-2/+0
2025-05-14leds: pca995x: Fix typo in pca995x_of_match's of_device_id entryJesse Karjalainen-1/+1
2025-05-14leds: Provide skeleton KUnit testing for the LEDs frameworkLee Jones-0/+88
2025-05-14leds: tca6507: Use new GPIO line value setter callbacksBartosz Golaszewski-5/+6
2025-05-14leds: pca9532: Use new GPIO line value setter callbacksBartosz Golaszewski-5/+6
2025-05-14leds: pca955x: Use new GPIO line value setter callbacksBartosz Golaszewski-4/+4
2025-05-14leds: lgm-sso: Use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-05-14leds: Do not enable by default during compile testingKrzysztof Kozlowski-2/+2
2025-05-14leds: turris-omnia: Drop commas in the terminator entriesMarek Behún-2/+2
2025-05-14leds: lp8860: Disable GPIO with devm actionAndrew Davis-25/+13
2025-05-14leds: lp8860: Only unlock in lp8860_unlock_eeprom()Andrew Davis-30/+18
2025-05-14leds: lp8860: Enable regulator using enable_optional helperAndrew Davis-28/+4
2025-05-14leds: lp8860: Remove default regs when not cachingAndrew Davis-52/+0
2025-05-14leds: lp8860: Use new mutex guards to cleanup function exitsAndrew Davis-16/+11
2025-05-14leds: lp8860: Use regmap_multi_reg_write for EEPROM writesAndrew Davis-15/+6
2025-05-14leds: pca955x: Avoid potential overflow when filling default_labelAndy Shevchenko-11/+9
2025-05-14leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer-1/+2
2025-04-15leds: leds-cros_ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-17/+4
2025-04-15leds: core: Bail out when composed name can't fit the bufferAndy Shevchenko-19/+24
2025-04-15leds: led-triggers: Improvements for default triggerCraig McQueen-0/+13
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann-25/+17
2025-04-10leds: backlight trigger: Move blank-state handling into helperThomas Zimmermann-12/+18