summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
...
| * | leds: gpio: Keep driver firmware interface agnosticAndy Shevchenko2023-11-011-3/+3
| * | leds: core: Refactor led_update_brightness() to use standard patternAndy Shevchenko2023-11-011-6/+6
| * | leds: turris-omnia: Fix brightness setting and trigger activatingMarek Behún2023-11-011-17/+20
| * | leds: sc27xx: Move mutex_init() downChunyan Zhang2023-11-011-3/+2
| * | leds: trigger: netdev: Move size check in set_device_nameChristian Marangi2023-11-011-3/+3
| * | leds: Add ktd202x driverAndré Apitzsch2023-11-013-0/+639
| * | leds: core: Add more colors from DT bindings to led_colorsOndrej Jirman2023-11-011-0/+5
| * | leds: tca6507: Don't use fixed GPIO baseAndy Shevchenko2023-11-011-7/+1
| * | leds: lp3952: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
| * | leds: lm392x: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
| * | leds: aw200xx: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
| * | leds: lm3601x: Convert to use maple tree register cacheMark Brown2023-11-011-1/+1
| * | leds: triggers: gpio: Rewrite to use trigger-sourcesLinus Walleij2023-11-012-101/+41
| * | leds: pca955x: Cleanup OF/ID table terminatorsBiju Das2023-11-011-20/+20
| * | leds: pca955x: Convert enum->pointer for data in the match tablesBiju Das2023-11-011-31/+18
| * | leds: lp3952: Replace deprecated strncpy with strscpyJustin Stitt2023-11-011-1/+1
| * | leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET2023-11-011-2/+2
| * | leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König2023-11-011-1/+1
| * | leds: turris-omnia: Add support for enabling/disabling HW gamma correctionMarek Behún2023-11-011-17/+120
| * | leds: turris-omnia: Support HW controlled mode via private triggerMarek Behún2023-11-012-8/+91
| * | leds: turris-omnia: Make set_brightness() more efficientMarek Behún2023-11-011-18/+78
| * | leds: turris-omnia: Do not use SMBUS callsMarek Behún2023-11-011-12/+42
| * | leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger2023-11-011-2/+2
| * | leds: mt6370: Annotate struct mt6370_priv with __counted_byKees Cook2023-11-012-2/+2
| * | leds: mt6360: Annotate struct mt6360_priv with __counted_byKees Cook2023-11-011-1/+1
| * | leds: Convert all platform drivers to return voidUwe Kleine-König2023-11-0126-97/+53
| * | leds: simatic-ipc-leds-gpio: Convert to platform remove callback returning voidUwe Kleine-König2023-11-015-18/+15
| * | leds: qcom-lpg: Annotate struct lpg_led with __counted_byKees Cook2023-11-011-1/+1
| * | leds: lm3697: Annotate struct lm3697 with __counted_byKees Cook2023-11-011-1/+1
| * | leds: gpio: Annotate struct gpio_leds_priv with __counted_byKees Cook2023-11-011-1/+1
| * | leds: el15203000: Annotate struct el15203000 with __counted_byKees Cook2023-11-011-1/+1
| * | leds: cr0014114: Annotate struct cr0014114 with __counted_byKees Cook2023-11-011-1/+1
| * | leds: aw200xx: Annotate struct aw200xx with __counted_byKees Cook2023-11-011-1/+1
| * | leds: pca955x: Fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-11-011-1/+1
| |/
* / leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún2023-09-191-4/+0
|/
* Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-09-0443-115/+607
|\
| * leds: aw2013: Enable pull-up supply for interrupt and I2CLin, Meng-Bo2023-08-181-14/+22
| * leds: uleds: Use module_misc_device macro to simplify the codeLi Zetao2023-08-181-11/+1
| * leds: trigger: netdev: Use module_led_trigger macro to simplify the codeLi Zetao2023-08-181-12/+1
| * leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún2023-08-181-10/+1
| * leds: turris-omnia: Use sysfs_emit() instead of sprintf()Marek Behún2023-08-181-1/+1
| * leds: Make leds_class a static const structureIvan Orlov2023-08-181-13/+13
| * leds: Remove redundant of_match_ptr()Zhu Wang2023-08-176-14/+7
| * leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún2023-08-171-4/+8
| * leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún2023-08-171-4/+4
| * leds: multicolor: Use rounded division when calculating color componentsMarek Behún2023-08-171-3/+5
| * leds: rgb: Add a multicolor LED driver to group monochromatic LEDsJean-Jacques Hiblot2023-08-173-0/+182
| * leds: class: Store the color index in struct led_classdevJean-Jacques Hiblot2023-08-171-0/+21
| * leds: Provide devm_of_led_get_optional()Jean-Jacques Hiblot2023-08-171-0/+25
| * leds: pca995x: Fix MODULE_DEVICE_TABLE for OFMarek Vasut2023-08-151-1/+1