aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-11-02Merge tag 'leds-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 56-365/+1161
2023-11-01leds: lp5521: Add an error check in lp5521_post_init_deviceGravatar Su Hui 1-0/+2
2023-11-01leds: gpio: Update headersGravatar Andy Shevchenko 1-1/+5
2023-11-01leds: gpio: Remove unneeded assignmentGravatar Andy Shevchenko 1-1/+1
2023-11-01leds: gpio: Move temporary variable for struct device to gpio_led_probe()Gravatar Andy Shevchenko 1-11/+8
2023-11-01leds: gpio: Refactor code to use devm_gpiod_get_index_optional()Gravatar Andy Shevchenko 1-4/+4
2023-11-01leds: gpio: Utilise PTR_ERR_OR_ZERO()Gravatar Andy Shevchenko 1-10/+7
2023-11-01leds: gpio: Keep driver firmware interface agnosticGravatar Andy Shevchenko 1-3/+3
2023-11-01leds: core: Refactor led_update_brightness() to use standard patternGravatar Andy Shevchenko 1-6/+6
2023-11-01leds: turris-omnia: Fix brightness setting and trigger activatingGravatar Marek Behún 1-17/+20
2023-11-01leds: sc27xx: Move mutex_init() downGravatar Chunyan Zhang 1-3/+2
2023-11-01leds: trigger: netdev: Move size check in set_device_nameGravatar Christian Marangi 1-3/+3
2023-11-01leds: Add ktd202x driverGravatar André Apitzsch 3-0/+639
2023-11-01leds: core: Add more colors from DT bindings to led_colorsGravatar Ondrej Jirman 1-0/+5
2023-11-01leds: tca6507: Don't use fixed GPIO baseGravatar Andy Shevchenko 1-7/+1
2023-11-01leds: lp3952: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01leds: lm392x: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01leds: aw200xx: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01leds: lm3601x: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01leds: triggers: gpio: Rewrite to use trigger-sourcesGravatar Linus Walleij 2-101/+41
2023-11-01leds: pca955x: Cleanup OF/ID table terminatorsGravatar Biju Das 1-20/+20
2023-11-01leds: pca955x: Convert enum->pointer for data in the match tablesGravatar Biju Das 1-31/+18
2023-11-01leds: lp3952: Replace deprecated strncpy with strscpyGravatar Justin Stitt 1-1/+1
2023-11-01leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Gravatar Christophe JAILLET 1-2/+2
2023-11-01leds: pwm: Don't disable the PWM when the LED should be offGravatar Uwe Kleine-König 1-1/+1
2023-11-01leds: turris-omnia: Add support for enabling/disabling HW gamma correctionGravatar Marek Behún 1-17/+120
2023-11-01leds: turris-omnia: Support HW controlled mode via private triggerGravatar Marek Behún 2-8/+91
2023-11-01leds: turris-omnia: Make set_brightness() more efficientGravatar Marek Behún 1-18/+78
2023-11-01leds: turris-omnia: Do not use SMBUS callsGravatar Marek Behún 1-12/+42
2023-11-01leds: lp55xx: Use gpiod_set_value_cansleep()Gravatar Stefan Eichenberger 1-2/+2
2023-11-01leds: mt6370: Annotate struct mt6370_priv with __counted_byGravatar Kees Cook 2-2/+2
2023-11-01leds: mt6360: Annotate struct mt6360_priv with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: Convert all platform drivers to return voidGravatar Uwe Kleine-König 26-97/+53
2023-11-01leds: simatic-ipc-leds-gpio: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 5-18/+15
2023-11-01leds: qcom-lpg: Annotate struct lpg_led with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: lm3697: Annotate struct lm3697 with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: gpio: Annotate struct gpio_leds_priv with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: el15203000: Annotate struct el15203000 with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: cr0014114: Annotate struct cr0014114 with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: aw200xx: Annotate struct aw200xx with __counted_byGravatar Kees Cook 1-1/+1
2023-11-01leds: pca955x: Fix -Wvoid-pointer-to-enum-cast warningGravatar Justin Stitt 1-1/+1
2023-10-13pwm: Manage owner assignment implicitly for driversGravatar Uwe Kleine-König 1-1/+0
2023-09-19leds: Drop BUG_ON check for LED_COLOR_ID_MULTIGravatar Marek Behún 1-4/+0
2023-09-04Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 43-115/+607
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Gravatar Marek Behún 1-4/+4
2023-08-18leds: aw2013: Enable pull-up supply for interrupt and I2CGravatar Lin, Meng-Bo 1-14/+22
2023-08-18leds: uleds: Use module_misc_device macro to simplify the codeGravatar Li Zetao 1-11/+1