aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-11-01mfd: lpc_ich: Mark *_gpio_offsets data with constGravatar Andy Shevchenko 1-3/+3
2023-11-01spmi: rename spmi device lookup helperGravatar Johan Hovold 2-4/+4
2023-11-01spmi: document spmi_device_from_of() refcountingGravatar Johan Hovold 1-0/+3
2023-11-01mfd: rk8xx: Add support for RK806 power offGravatar Ondrej Jirman 1-0/+4
2023-11-01mfd: rk8xx: Add support for standard system-power-controller propertyGravatar Ondrej Jirman 1-1/+2
2023-11-01mfd: Use i2c_get_match_data() in a selection of driversGravatar Rob Herring 6-55/+15
2023-11-01mfd: Use device_get_match_data() in a bunch of driversGravatar Rob Herring 8-58/+26
2023-11-01mfd: mc13xxx-spi/wm831x-spi: Use spi_get_device_match_data()Gravatar Rob Herring 2-24/+6
2023-11-01mfd: motorola-cpcap: Drop unnecessary of_match_device() callGravatar Rob Herring 1-6/+1
2023-11-01mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devsGravatar Hans de Goede 1-0/+3
2023-11-01mfd: qcom-spmi-pmic: Switch to EXPORT_SYMBOL_GPL()Gravatar Johan Hovold 1-1/+1
2023-11-01mfd: qcom-spmi-pmic: Fix revid implementationGravatar Johan Hovold 1-16/+53
2023-11-01mfd: qcom-spmi-pmic: Fix reference leaks in revid helperGravatar Johan Hovold 1-13/+19
2023-11-01mfd: max8907: Convert to use maple tree register cacheGravatar Mark Brown 1-2/+2
2023-11-01mfd: max77686: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: max77620: Convert to use maple tree register cacheGravatar Mark Brown 1-3/+3
2023-11-01mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDsGravatar Jarkko Nikula 1-0/+13
2023-11-01mfd: rk8xx: Convert to use maple tree register cacheGravatar Mark Brown 1-3/+3
2023-11-01mfd: twl: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps65912: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps65910: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps6586x: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps65128: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps65090: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: tps65086: Convert to use maple tree register cacheGravatar Mark Brown 1-1/+1
2023-11-01mfd: db8500-prcmu: Replace deprecated strncpy with strscpyGravatar Justin Stitt 1-2/+2
2023-11-01mfd: lpc_ich: Add a platform device for pinctrl DenvertonGravatar Andy Shevchenko 1-0/+49
2023-11-01mfd: lpc_ich: Move APL GPIO resources to a custom structureGravatar Andy Shevchenko 1-11/+41