aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-14Merge tag 'leds-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds22-85/+811
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-90/+108
2024-03-07leds: ncp5623: Add MS suffix to time definesAbdel Alkuor1-5/+5
2024-03-07leds: Add NCP5623 multi-led driverAbdel Alkuor3-0/+283
2024-03-07leds: mlxreg: Drop an excess struct mlxreg_led_data memberRandy Dunlap1-1/+0
2024-03-07leds: leds-mlxcpld: Fix struct mlxcpld_led_priv member nameRandy Dunlap1-1/+1
2024-03-07leds: lm3601x: Fix struct lm3601_led kernel-doc warningsRandy Dunlap1-2/+1
2024-03-07leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-07leds: expresswire: Don't depend on NEW_LEDSDuje Mihanović1-0/+6
2024-03-07leds: aw2013: Unlock mutex before destroying itGeorge Stark1-0/+1
2024-03-07leds: qcom-lpg: Add QCOM_PBS dependencyArnd Bergmann1-0/+1
2024-03-07leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspendAren Moynihan1-2/+6
2024-03-07leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi1-2/+2
2024-03-07leds: qcom-lpg: Add PM660L configuration and compatibleMarijn Suijten1-0/+18
2024-03-07leds: spi-byte: Use devm_led_classdev_register_ext()Stefan Kalscheuer1-5/+6
2024-03-07leds: pca963x: Add support for suspend and resumeAmitesh Singh1-0/+28
2024-03-07leds: triggers: Add helper led_match_default_triggerHeiner Kallweit1-12/+17
2024-03-07leds: trigger: Stop exporting trigger_listHeiner Kallweit2-2/+1
2024-03-07leds: Make flash and multicolor dependencies unconditionalArnd Bergmann2-4/+4
2024-03-07leds: aw200xx: Make read-only array coeff_table static constColin Ian King1-1/+1
2024-03-07leds: trigger: panic: Simplify led_trigger_set_panicHeiner Kallweit1-16/+7
2024-03-07leds: triggers: default-on: Add module alias for module auto-loadingHeiner Kallweit1-0/+1
2024-03-07leds: trigger: audio: Set module alias for module auto-loadingHeiner Kallweit1-0/+2
2024-03-07leds: trigger: netdev: Display only supported link speed attributeChristian Marangi1-6/+84
2024-03-07leds: class: If no default trigger is given, make hw_control trigger the defa...Heiner Kallweit1-0/+6
2024-03-07leds: trigger: netdev: Add module alias ledtrig:netdevHeiner Kallweit1-0/+1
2024-03-07leds: trigger: Load trigger modules on-demand if used as default triggerHeiner Kallweit1-0/+9
2024-03-07leds: rgb: Update PM8350C lpg_data to support two-nvmem PPG SchemeAnjelique Melendez1-3/+5
2024-03-07leds: rgb: leds-qcom-lpg: Include support for PPG with dedicated LUT SDAMAnjelique Melendez1-14/+78
2024-03-07leds: rgb: leds-qcom-lpg: Update PMI632 lpg_data to support PPGAnjelique Melendez1-3/+5
2024-03-07leds: rgb: leds-qcom-lpg: Add support for PPG through single SDAMAnjelique Melendez1-24/+244
2024-03-07leds: trigger: netdev: Skip setting baseline state in activate if hw-controlledHeiner Kallweit1-2/+5
2024-03-07leds: expresswire: Don't use "proxy" headersAndy Shevchenko1-0/+4
2024-03-07leds: ktd2692: Add GPIOLIB dependencyArnd Bergmann1-0/+1
2024-03-07leds: ktd2692: Convert to use ExpressWire libraryDuje Mihanović2-90/+28
2024-03-07leds: Introduce ExpressWire libraryDuje Mihanović3-0/+75
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-02-22leds: qcom-lpg: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-6/+10
2024-01-17Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds15-152/+1116
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2023-12-21leds: trigger: netdev: Add core support for hw not supporting fallback to LED...Heiner Kallweit1-0/+15
2023-12-21leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit1-1/+4
2023-12-21leds: sun50i-a100: Convert to be agnostic to property providerAndy Shevchenko2-24/+24
2023-12-21leds: max5970: Add missing headersAndy Shevchenko1-0/+4
2023-12-21leds: max5970: Make use of dev_err_probe()Andy Shevchenko1-3/+2
2023-12-21leds: max5970: Make use of device propertiesAndy Shevchenko1-12/+12
2023-12-21leds: max5970: Remove unused variableAndy Shevchenko1-2/+1
2023-12-21leds: rgb: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2-3/+3
2023-12-13leds: sun50i-a100: Avoid division-by-zero warningArnd Bergmann1-1/+5
2023-12-13leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit1-13/+0
2023-12-13leds: qcom-lpg: Introduce a wrapper for getting driver data from a pwm chipUwe Kleine-König1-3/+8
2023-12-13leds: gpio: Add kernel log if devm_fwnode_gpiod_get() failsStefan Wahren1-0/+2
2023-12-13leds: aw200xx: Add support for aw20108 deviceGeorge Stark2-6/+18
2023-12-13leds: aw200xx: Improve autodim calculation methodGeorge Stark1-3/+4
2023-12-13leds: aw200xx: Enable disable_locking flag in regmap configGeorge Stark1-0/+1
2023-12-13leds: aw200xx: Add delay after software resetGeorge Stark1-0/+3
2023-12-13leds: aw200xx: Calculate dts property display_rows in the driverGeorge Stark1-10/+27
2023-12-13leds: aw200xx: Support HWEN hardware controlDmitry Rokosov1-0/+33
2023-12-13leds: aw200xx: Fix write to DIM parameterMartin Kurbanov1-1/+6
2023-12-13leds: ledtrig-tty: Add additional line state evaluationFlorian Eckert1-1/+77
2023-12-13leds: ledtrig-tty: Make rx tx activitate configurableFlorian Eckert1-11/+103
2023-12-13leds: ledtrig-tty: Replace mutex with completionFlorian Eckert1-29/+30
2023-12-13leds: qcom-lpg: Consistenly use dev_err_probe() in .probe()'s error pathUwe Kleine-König1-23/+17
2023-12-13leds: qcom-lpg: Use devm_pwmchip_add() simplifying driver removalUwe Kleine-König1-11/+1
2023-12-13leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert1-0/+4
2023-12-13leds: max5970: Add support for max5970Patrick Rudolph3-0/+121
2023-12-13leds: tca6507: Use devm_led_classdev_register() to simplify remove pathAndrew Davis1-15/+3
2023-12-13leds: tca6507: Use devm_gpiochip_add_data() to simplify remove pathAndrew Davis1-11/+1
2023-12-13leds: trigger: gpio: Convert to DEVICE_ATTR_RW()Andy Shevchenko1-4/+3
2023-12-13leds: trigger: gpio: Use sysfs_emit() to instead of s*printf()Andy Shevchenko1-1/+1
2023-12-13leds: trigger: gpio: Convert to use kstrtox()Andy Shevchenko1-6/+4
2023-12-13leds: trigger: gpio: Replace custom code for gpiod_get_optional()Andy Shevchenko1-4/+3
2023-12-13leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh1-0/+1
2023-12-13leds: sun50i-a100: New driver for the A100 LED controllerSamuel Holland3-0/+590
2023-12-13leds: syscon: Support 'reg' in addition to 'offset' for register addressRob Herring1-1/+2
2023-12-13leds: trigger: netdev: Extend speeds up to 10GDaniel Golle1-1/+31
2023-12-06leds: trigger: netdev: fix RTNL handling to prevent potential deadlockHeiner Kallweit1-4/+7
2023-11-22leds: class: Don't expose color sysfs entryTakashi Iwai1-14/+0
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-11-02Merge tag 'leds-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds56-365/+1161
2023-11-01leds: lp5521: Add an error check in lp5521_post_init_deviceSu Hui1-0/+2
2023-11-01leds: gpio: Update headersAndy Shevchenko1-1/+5
2023-11-01leds: gpio: Remove unneeded assignmentAndy Shevchenko1-1/+1
2023-11-01leds: gpio: Move temporary variable for struct device to gpio_led_probe()Andy Shevchenko1-11/+8
2023-11-01leds: gpio: Refactor code to use devm_gpiod_get_index_optional()Andy Shevchenko1-4/+4
2023-11-01leds: gpio: Utilise PTR_ERR_OR_ZERO()Andy Shevchenko1-10/+7
2023-11-01leds: gpio: Keep driver firmware interface agnosticAndy Shevchenko1-3/+3
2023-11-01leds: core: Refactor led_update_brightness() to use standard patternAndy Shevchenko1-6/+6
2023-11-01leds: turris-omnia: Fix brightness setting and trigger activatingMarek Behún1-17/+20
2023-11-01leds: sc27xx: Move mutex_init() downChunyan Zhang1-3/+2
2023-11-01leds: trigger: netdev: Move size check in set_device_nameChristian Marangi1-3/+3
2023-11-01leds: Add ktd202x driverAndré Apitzsch3-0/+639
2023-11-01leds: core: Add more colors from DT bindings to led_colorsOndrej Jirman1-0/+5
2023-11-01leds: tca6507: Don't use fixed GPIO baseAndy Shevchenko1-7/+1
2023-11-01leds: lp3952: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: lm392x: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: aw200xx: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: lm3601x: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: triggers: gpio: Rewrite to use trigger-sourcesLinus Walleij2-101/+41
2023-11-01leds: pca955x: Cleanup OF/ID table terminatorsBiju Das1-20/+20
2023-11-01leds: pca955x: Convert enum->pointer for data in the match tablesBiju Das1-31/+18
2023-11-01leds: lp3952: Replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-11-01leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-01leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-01leds: turris-omnia: Add support for enabling/disabling HW gamma correctionMarek Behún1-17/+120
2023-11-01leds: turris-omnia: Support HW controlled mode via private triggerMarek Behún2-8/+91
2023-11-01leds: turris-omnia: Make set_brightness() more efficientMarek Behún1-18/+78
2023-11-01leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-11-01leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger1-2/+2
2023-11-01leds: mt6370: Annotate struct mt6370_priv with __counted_byKees Cook2-2/+2
2023-11-01leds: mt6360: Annotate struct mt6360_priv with __counted_byKees Cook1-1/+1
2023-11-01leds: Convert all platform drivers to return voidUwe Kleine-König26-97/+53
2023-11-01leds: simatic-ipc-leds-gpio: Convert to platform remove callback returning voidUwe Kleine-König5-18/+15
2023-11-01leds: qcom-lpg: Annotate struct lpg_led with __counted_byKees Cook1-1/+1
2023-11-01leds: lm3697: Annotate struct lm3697 with __counted_byKees Cook1-1/+1
2023-11-01leds: gpio: Annotate struct gpio_leds_priv with __counted_byKees Cook1-1/+1
2023-11-01leds: el15203000: Annotate struct el15203000 with __counted_byKees Cook1-1/+1
2023-11-01leds: cr0014114: Annotate struct cr0014114 with __counted_byKees Cook1-1/+1
2023-11-01leds: aw200xx: Annotate struct aw200xx with __counted_byKees Cook1-1/+1
2023-11-01leds: pca955x: Fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
2023-09-19leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún1-4/+0
2023-09-04Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds43-115/+607
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún1-4/+4
2023-08-18leds: aw2013: Enable pull-up supply for interrupt and I2CLin, Meng-Bo1-14/+22
2023-08-18leds: uleds: Use module_misc_device macro to simplify the codeLi Zetao1-11/+1
2023-08-18leds: trigger: netdev: Use module_led_trigger macro to simplify the codeLi Zetao1-12/+1
2023-08-18leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún1-10/+1
2023-08-18leds: turris-omnia: Use sysfs_emit() instead of sprintf()Marek Behún1-1/+1
2023-08-18leds: Make leds_class a static const structureIvan Orlov1-13/+13
2023-08-17leds: Remove redundant of_match_ptr()Zhu Wang6-14/+7
2023-08-17leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2023-08-17leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún1-4/+4
2023-08-17leds: multicolor: Use rounded division when calculating color componentsMarek Behún1-3/+5
2023-08-17leds: rgb: Add a multicolor LED driver to group monochromatic LEDsJean-Jacques Hiblot3-0/+182
2023-08-17leds: class: Store the color index in struct led_classdevJean-Jacques Hiblot1-0/+21
2023-08-17leds: Provide devm_of_led_get_optional()Jean-Jacques Hiblot1-0/+25
2023-08-15leds: pca995x: Fix MODULE_DEVICE_TABLE for OFMarek Vasut1-1/+1
2023-08-10leds: trig-netdev: Disable offload on deactivation of triggerAndrew Lunn1-0/+2
2023-08-10led: trig: netdev: Fix requesting offload deviceAndrew Lunn1-3/+5
2023-07-31leds: simatic-ipc-leds: default config switch to platform switchHenning Schild1-0/+1
2023-07-28leds: qcom-lpg: Drop assignment to struct pwmchip::baseUwe Kleine-König1-1/+0
2023-07-28leds: flash: leds-qcom-flash: Put child node if registration failedFenglin Wu1-0/+1
2023-07-28leds: flash: leds-qcom-flash: Turn off LED before setting flash currentFenglin Wu1-0/+4
2023-07-28leds: flash: leds-qcom-flash: Declare the driver as a moduleFenglin Wu1-0/+2
2023-07-28leds: ns2: Slightly simplify a memory allocationChristophe JAILLET1-1/+1
2023-07-28leds: Explicitly include correct DT includesRob Herring13-14/+7
2023-07-28leds: bcm63138: Rename dependency symbol ARCH_BCM4908 to ARCH_BCMBCARafał Miłecki1-2/+2
2023-07-28leds: simatic-ipc-leds-gpio: Add Elkhart Lake versionHenning Schild4-0/+75
2023-07-28leds: pca995x: Add support for PCA995X chipsIsai Gaspar3-0/+214
2023-07-28leds: simatic-ipc-leds-gpio: Fix comment style in SPDX headerHenning Schild1-1/+1
2023-07-28leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter1-1/+1
2023-07-28led: led-class: Read max-brightness from devicetreeAstrid Rost1-0/+4
2023-07-28leds: ip30: Convert to devm_platform_ioremap_resource()Yangtao Li1-7/+1
2023-07-28leds: aw200xx: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-07-28leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependencyArnd Bergmann1-0/+1
2023-07-28leds: aw200xx: Fix error code in probe()Dan Carpenter1-1/+1
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds56-345/+1938
2023-06-23leds: leds-mt6323: Adjust return/parameter types in wled get/set callbacksNathan Chancellor1-3/+3
2023-06-21leds: trigger: netdev: expose hw_control status via sysfsChristian Marangi1-0/+11
2023-06-21leds: trigger: netdev: add additional specific link duplex modeChristian Marangi1-2/+25
2023-06-21leds: trigger: netdev: add additional specific link speed modeChristian Marangi1-10/+70
2023-06-21leds: sgm3140: Add richtek,rt5033-led compatibleRaymond Hackley1-0/+1
2023-06-15leds: Fix config reference for AW200xx driverLukas Bulwahn1-1/+1
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter1-1/+1
2023-06-09leds: leds-mt6323: Add support for WLEDs and MT6332AngeloGioacchino Del Regno1-7/+164
2023-06-09leds: leds-mt6323: Add support for MT6331 ledsAngeloGioacchino Del Regno1-0/+17
2023-06-09leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macroAngeloGioacchino Del Regno1-3/+1
2023-06-09leds: leds-mt6323: Drop MT6323_ prefix from macros and definesAngeloGioacchino Del Regno1-63/+60
2023-06-09leds: leds-mt6323: Specify registers and specs in platform dataAngeloGioacchino Del Regno1-38/+115
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-06-08leds: simatic-ipc-leds-gpio: Introduce more Kconfig switchesHenning Schild2-7/+31
2023-06-08leds: simatic-ipc-leds-gpio: Split up into multiple driversHenning Schild7-165/+261
2023-06-08leds: simatic-ipc-leds-gpio: Move two extra gpio pins into another tableHenning Schild1-3/+25
2023-06-08leds: simatic-ipc-leds-gpio: Add terminating entries to gpio tablesHenning Schild1-0/+2
2023-06-08leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...Jiapeng Chong1-2/+2
2023-06-08leds: cht-wcove: Remove unneeded semicolonJiapeng Chong1-1/+1
2023-06-08leds: cht-wcove: Fix an unsigned comparison which can never be negativeYang Li1-2/+1
2023-06-08leds: cht-wcove: Mark cht_wc_leds_brightness_get() staticHans de Goede1-1/+1
2023-06-03leds: qcom-lpg: Fix PWM period limitsBjorn Andersson1-4/+4
2023-06-01leds: Add AW20xx driverMartin Kurbanov3-0/+608
2023-05-31leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi1-9/+0
2023-05-31leds: trigger: netdev: init mode if hw control already activeChristian Marangi1-0/+17
2023-05-31leds: trigger: netdev: validate configured netdevAndrew Lunn1-2/+22
2023-05-31leds: trigger: netdev: add support for LED hw controlChristian Marangi1-2/+41
2023-05-31leds: trigger: netdev: reject interval store for hw_controlChristian Marangi1-0/+3
2023-05-31leds: trigger: netdev: add basic check for hw control supportChristian Marangi1-0/+14
2023-05-31leds: trigger: netdev: introduce check for possible hw controlChristian Marangi1-0/+8
2023-05-31leds: trigger: netdev: refactor code setting device nameAndrew Lunn1-9/+20
2023-05-25led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei1-2/+6
2023-05-25leds: as3645a: Replace strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-25leds: gpio: Configure per-LED pin controlMarek Vasut1-0/+18
2023-05-25leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-05-25leds: blinkm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-25leds: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-05-25leds: trigger: netdev: Remove NULL check before dev_{put, hold}Yang Li1-4/+2