summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-123-272/+0
|\
| * platform/x86/intel: Move intel_pmt from MFD to Auxiliary BusDavid E. Box2021-12-223-272/+0
* | mfd: tps65910: Set PWR_OFF bit during driver probeDmitry Osipenko2021-12-291-9/+13
* | mfd: intel_soc_pmic: Use CPU-id check instead of _HRV check to differentiate ...Hans de Goede2021-12-291-25/+3
* | mfd: intel-lpss: Fix I2C4 not being available on the Microsoft Surface Go & Go 2Hans de Goede2021-12-293-0/+14
* | mfd: Kconfig: Change INTEL_SOC_PMIC_CHTDC_TI to boolMauro Carvalho Chehab2021-11-291-1/+5
* | mfd: da9062: Support SMBus and I2C modeAndrej Picej2021-11-291-0/+12
* | mfd: intel-lpss-pci: Fix clock speed for 38a8 UARTOrlando Chamberlain2021-11-291-1/+1
* | mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()Andy Shevchenko2021-11-291-1/+6
* | mfd: stmpe: Support disabling sub-functionsOleksandr Suvorov2021-11-291-1/+1
* | mfd: atmel-flexcom: Use .resume_noirqClaudiu Beznea2021-11-291-3/+4
* | mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEPClaudiu Beznea2021-11-291-4/+2
* | mfd: intel-lpss: Add Intel Lakefield PCH PCI IDsEd Schaller2021-11-291-0/+7
* | mfd: bd70528: Drop BD70528 supportMatti Vaittinen2021-11-293-332/+0
|/
* Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-101-2/+2
|\
| * platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani2021-10-311-2/+2
* | Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2021-11-101-12/+1
|\ \
| * | watchdog: db8500_wdt: Rename symbolsLinus Walleij2021-11-011-1/+1
| * | watchdog: ux500_wdt: Drop platform dataLinus Walleij2021-11-011-12/+1
| |/
* | mfd: simple-mfd-i2c: Select MFD_CORE to fix build errorRobert Marko2021-11-051-0/+1
* | mfd: tps80031: Remove driverDmitry Osipenko2021-11-053-541/+0
* | mfd: wcd934x: Replace legacy gpio interface for gpiodMaíra Canal2021-11-051-12/+9
* | mfd: dln2: Add cell for initializing DLN2 ADCJack Andersen2021-11-051-0/+18
* | mfd: qcom-spmi-pmic: Add missing PMICs supported by socinfoBjorn Andersson2021-11-051-0/+17
* | mfd: qcom-spmi-pmic: Sort compatibles in the driverBjorn Andersson2021-11-051-15/+15
* | mfd: janz-cmoio: Replace snprintf in show functions with sysfs_emitQing Wang2021-11-051-1/+1
* | mfd: altera-a10sr: Include linux/module.hArnd Bergmann2021-11-051-0/+1
* | mfd: tps65912: Make tps65912_device_exit() return voidUwe Kleine-König2021-11-053-5/+7
* | mfd: stmpe: Make stmpe_remove() return voidUwe Kleine-König2021-11-054-6/+8
* | mfd: mc13xxx: Make mc13xxx_common_exit() return voidUwe Kleine-König2021-11-054-6/+6
* | mfd: altera-sysmgr: Fix a mistake caused by resource_size conversionKai Song2021-11-051-1/+1
* | mfd: arizona: Split of_match table into I2C and SPI versionsCharles Keepax2021-11-054-17/+25
* | mfd: qcom-pm8xxx: switch away from using chained IRQ handlersDmitry Baryshkov2021-11-051-23/+16
* | mfd: sprd: Add SPI device ID tableMark Brown2021-11-051-0/+7
* | mfd: cpcap: Add SPI device ID tableMark Brown2021-11-051-0/+8
* | mfd: altr_a10sr: Add SPI device ID tableMark Brown2021-11-051-0/+8
* | mfd: exynos-lpass: Describe driver in KConfigKrzysztof Kozlowski2021-11-051-1/+3
* | mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski2021-11-051-0/+2
* | mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UARTOrlando Chamberlain2021-11-051-0/+2
* | mfd: max14577: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-11-051-3/+3
* | mfd: max77693: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-11-051-8/+4
* | mfd: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-11-051-2/+1
* | mfd: sec-irq: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-11-051-2/+1
* | mfd: cros_ec: Drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-11-051-1/+0
* | mfd: Kconfig: Fix typo in PMIC_ADP5520 from AD5520 to ADP5520Ramona Alexandra Nechita2021-11-051-1/+1
* | mfd: sprd: Add support for SC2730 PMICChunyan Zhang2021-11-051-0/+10
* | mfd: da9063: Add support for latest EA silicon revisionCarlos de Paula2021-11-051-0/+2
* | mfd: rk808: Add support for power off on RK817Ondrej Jirman2021-11-051-0/+4
* | mfd: intel_pmt: Only compile on x86Prarit Bhargava2021-11-051-1/+1
* | mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-11-051-1/+1