summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski4-4/+4
2025-07-31Merge tag 'leds-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-22/+28
2025-07-30Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2025-07-18Revert "leds: trigger: netdev: Configure LED blink interval for HW offload"Daniel Golle1-13/+3
2025-07-12leds: lp8860: Check return value of devm_mutex_init()Thomas Weißschuh1-1/+3
2025-07-02leds: pca955x: Avoid potential overflow when filling default_label (take 2)Andy Shevchenko1-2/+2
2025-07-02leds: Unexport of_led_get()Andy Shevchenko1-2/+1
2025-07-01leds: tps6131x: Add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann1-0/+1
2025-06-27leds: leds-lp50xx: Handle reg to get correct multi_indexJohan Adolfsson1-1/+10
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-13leds: flash: leds-qcom-flash: Fix registry access after re-bindKrzysztof Kozlowski1-4/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar7-8/+9
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-25/+23
2025-05-22leds: tps6131x: Add support for Texas Instruments TPS6131X flash LED driverMatthias Fend3-0/+827
2025-05-14leds: flash: Add support for flash/strobe durationRichard Leitner1-0/+15
2025-05-14leds: rgb: leds-mt6370-rgb: Improve definition of some struct linear_rangeChristophe JAILLET1-8/+8
2025-05-14leds: led-test: Provide tests for the lookup and get infrastructureLee Jones1-0/+29
2025-05-14leds: led-test: Fill out the registration test to cover more test casesLee Jones1-1/+30
2025-05-14leds: led-test: Remove standard error checking after KUNIT_ASSERT_*()Lee Jones1-2/+0
2025-05-14leds: pca995x: Fix typo in pca995x_of_match's of_device_id entryJesse Karjalainen1-1/+1
2025-05-14leds: Provide skeleton KUnit testing for the LEDs frameworkLee Jones4-0/+88
2025-05-14leds: tca6507: Use new GPIO line value setter callbacksBartosz Golaszewski1-5/+6
2025-05-14leds: pca9532: Use new GPIO line value setter callbacksBartosz Golaszewski1-5/+6
2025-05-14leds: pca955x: Use new GPIO line value setter callbacksBartosz Golaszewski1-4/+4
2025-05-14leds: lgm-sso: Use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-05-14leds: Do not enable by default during compile testingKrzysztof Kozlowski1-2/+2
2025-05-14leds: turris-omnia: Drop commas in the terminator entriesMarek Behún1-2/+2
2025-05-14leds: lp8860: Disable GPIO with devm actionAndrew Davis1-25/+13
2025-05-14leds: lp8860: Only unlock in lp8860_unlock_eeprom()Andrew Davis1-30/+18
2025-05-14leds: lp8860: Enable regulator using enable_optional helperAndrew Davis1-28/+4
2025-05-14leds: lp8860: Remove default regs when not cachingAndrew Davis1-52/+0
2025-05-14leds: lp8860: Use new mutex guards to cleanup function exitsAndrew Davis1-16/+11
2025-05-14leds: lp8860: Use regmap_multi_reg_write for EEPROM writesAndrew Davis1-15/+6
2025-05-14leds: pca955x: Avoid potential overflow when filling default_labelAndy Shevchenko1-11/+9
2025-05-14leds: multicolor: Fix intensity setting while SW blinkingSven Schwermer1-1/+2
2025-04-15leds: leds-cros_ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-17/+4
2025-04-15leds: core: Bail out when composed name can't fit the bufferAndy Shevchenko1-19/+24
2025-04-15leds: led-triggers: Improvements for default triggerCraig McQueen1-0/+13
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann1-25/+17
2025-04-10leds: backlight trigger: Move blank-state handling into helperThomas Zimmermann1-12/+18
2025-04-10leds: ncp5623: Use fwnode_get_child_node_count()Andy Shevchenko1-3/+2
2025-04-10leds: pwm-multicolor: Use fwnode_get_child_node_count()Andy Shevchenko1-4/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-9/+9
2025-03-30Merge tag 'leds-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds19-153/+324
2025-03-30Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+284
2025-03-26Merge tag 'gpio-updates-for-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-21leds: nic78bx: Tidy up ACPI ID tableAndy Shevchenko2-5/+14
2025-03-21leds: mlxcpld: Remove unused ACPI header inclusionAndy Shevchenko1-1/+0
2025-03-21leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res PWMsAbel Vesa1-3/+3