summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-01-1715-152/+1116
|\
| * leds: trigger: netdev: Add core support for hw not supporting fallback to LED...Heiner Kallweit2023-12-211-0/+15
| * leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit2023-12-211-1/+4
| * leds: sun50i-a100: Convert to be agnostic to property providerAndy Shevchenko2023-12-212-24/+24
| * leds: max5970: Add missing headersAndy Shevchenko2023-12-211-0/+4
| * leds: max5970: Make use of dev_err_probe()Andy Shevchenko2023-12-211-3/+2
| * leds: max5970: Make use of device propertiesAndy Shevchenko2023-12-211-12/+12
| * leds: max5970: Remove unused variableAndy Shevchenko2023-12-211-2/+1
| * leds: rgb: Drop obsolete dependency on COMPILE_TESTJean Delvare2023-12-211-1/+1
| * leds: sun50i-a100: Avoid division-by-zero warningArnd Bergmann2023-12-131-1/+5
| * leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit2023-12-131-13/+0
| * leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chipUwe Kleine-König2023-12-131-3/+8
| * leds: gpio: Add kernel log if devm_fwnode_gpiod_get() failsStefan Wahren2023-12-131-0/+2
| * leds: aw200xx: Add support for aw20108 deviceGeorge Stark2023-12-132-6/+18
| * leds: aw200xx: Improve autodim calculation methodGeorge Stark2023-12-131-3/+4
| * leds: aw200xx: Enable disable_locking flag in regmap configGeorge Stark2023-12-131-0/+1
| * leds: aw200xx: Add delay after software resetGeorge Stark2023-12-131-0/+3
| * leds: aw200xx: Calculate dts property display_rows in the driverGeorge Stark2023-12-131-10/+27
| * leds: aw200xx: Support HWEN hardware controlDmitry Rokosov2023-12-131-0/+33
| * leds: aw200xx: Fix write to DIM parameterMartin Kurbanov2023-12-131-1/+6
| * leds: ledtrig-tty: Add additional line state evaluationFlorian Eckert2023-12-131-1/+77
| * leds: ledtrig-tty: Make rx tx activitate configurableFlorian Eckert2023-12-131-11/+103
| * leds: ledtrig-tty: Replace mutex with completionFlorian Eckert2023-12-131-29/+30
| * leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error pathUwe Kleine-König2023-12-131-23/+17
| * leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removalUwe Kleine-König2023-12-131-11/+1
| * leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert2023-12-131-0/+4
| * leds: max5970: Add support for max5970Patrick Rudolph2023-12-133-0/+121
| * leds: tca6507: Use devm_led_classdev_register() to simplify remove pathAndrew Davis2023-12-131-15/+3
| * leds: tca6507: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis2023-12-131-11/+1
| * leds: trigger: gpio: Convert to DEVICE_ATTR_RW()Andy Shevchenko2023-12-131-4/+3
| * leds: trigger: gpio: Use sysfs_emit() to instead of s*printf()Andy Shevchenko2023-12-131-1/+1
| * leds: trigger: gpio: Convert to use kstrtox()Andy Shevchenko2023-12-131-6/+4
| * leds: trigger: gpio: Replace custom code for gpiod_get_optional()Andy Shevchenko2023-12-131-4/+3
| * leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh2023-12-131-0/+1
| * leds: sun50i-a100: New driver for the A100 LED controllerSamuel Holland2023-12-133-0/+590
| * leds: syscon: Support 'reg' in addition to 'offset' for register addressRob Herring2023-12-131-1/+2
| * leds: trigger: netdev: Extend speeds up to 10GDaniel Golle2023-12-131-1/+31
* | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-122-3/+3
|\ \
| * | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-202-3/+3
| |/
* | leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit2023-12-061-4/+7
* | leds: class: Don't expose color sysfs entryTakashi Iwai2023-11-221-14/+0
|/
* Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-091-1/+0
|\
| * pwm: Manage owner assignment implicitly for driversUwe Kleine-König2023-10-131-1/+0
* | Merge tag 'leds-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-11-0256-365/+1161
|\ \
| * | leds: lp5521: Add an error check in lp5521_post_init_deviceSu Hui2023-11-011-0/+2
| * | leds: gpio: Update headersAndy Shevchenko2023-11-011-1/+5
| * | leds: gpio: Remove unneeded assignmentAndy Shevchenko2023-11-011-1/+1
| * | leds: gpio: Move temporary variable for struct device to gpio_led_probe()Andy Shevchenko2023-11-011-11/+8
| * | leds: gpio: Refactor code to use devm_gpiod_get_index_optional()Andy Shevchenko2023-11-011-4/+4
| * | leds: gpio: Utilise PTR_ERR_OR_ZERO()Andy Shevchenko2023-11-011-10/+7