summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-11-01mfd: lpc_ich: Mark *_gpio_offsets data with constAndy Shevchenko1-3/+3
2023-11-01spmi: rename spmi device lookup helperJohan Hovold2-4/+4
2023-11-01spmi: document spmi_device_from_of() refcountingJohan Hovold1-0/+3
2023-11-01mfd: rk8xx: Add support for RK806 power offOndrej Jirman1-0/+4
2023-11-01mfd: rk8xx: Add support for standard system-power-controller propertyOndrej Jirman1-1/+2
2023-11-01mfd: Use i2c_get_match_data() in a selection of driversRob Herring6-55/+15
2023-11-01mfd: Use device_get_match_data() in a bunch of driversRob Herring8-58/+26
2023-11-01mfd: mc13xxx-spi/wm831x-spi: Use spi_get_device_match_data()Rob Herring2-24/+6
2023-11-01mfd: motorola-cpcap: Drop unnecessary of_match_device() callRob Herring1-6/+1
2023-11-01mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devsHans de Goede1-0/+3
2023-11-01mfd: qcom-spmi-pmic: Switch to EXPORT_SYMBOL_GPL()Johan Hovold1-1/+1
2023-11-01mfd: qcom-spmi-pmic: Fix revid implementationJohan Hovold1-16/+53
2023-11-01mfd: qcom-spmi-pmic: Fix reference leaks in revid helperJohan Hovold1-13/+19
2023-11-01mfd: max8907: Convert to use maple tree register cacheMark Brown1-2/+2
2023-11-01mfd: max77686: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: max77620: Convert to use maple tree register cacheMark Brown1-3/+3
2023-11-01mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDsJarkko Nikula1-0/+13
2023-11-01mfd: rk8xx: Convert to use maple tree register cacheMark Brown1-3/+3
2023-11-01mfd: twl: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps65912: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps65910: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps6586x: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps65128: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps65090: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: tps65086: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: db8500-prcmu: Replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-11-01mfd: lpc_ich: Add a platform device for pinctrl DenvertonAndy Shevchenko1-0/+49
2023-11-01mfd: lpc_ich: Move APL GPIO resources to a custom structureAndy Shevchenko1-11/+41
2023-11-01mfd: lpc_ich: Make struct lpc_ich_priv use enum for chipset memberAndy Shevchenko1-13/+13