summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-10-0726-334/+935
|\
| * mfd: syscon: Remove repetition of the regmap_get_val_endian()Andy Shevchenko2022-09-291-8/+0
| * mfd: ocelot-spi: Add missing MODULE_DEVICE_TABLEYang Yingliang2022-09-281-0/+1
| * mfd: da9061: Fix Failed to set Two-Wire Bus Mode.Jens Hillenstedt2022-09-281-0/+1
| * mfd: htc-i2cpld: Fix an IS_ERR() vs NULL bug in htcpld_core_probe()Peng Wu2022-09-281-3/+6
| * mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang2022-09-281-1/+6
| * mfd: twl4030: Add missed linux/device.h headerAndy Shevchenko2022-09-281-0/+1
| * mfd: intel_soc_pmic_chtdc_ti: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko2022-09-281-4/+4
| * mfd: stmpe: Switch to using gpiod APIDmitry Torokhov2022-09-281-23/+13
| * mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverLinus Walleij2022-09-281-33/+26
| * mfd: intel-m10-bmc: Add d5005 bmc secure update driverRuss Weight2022-09-281-0/+1
| * mfd: qcom-spmi-pmic: Add support for PMP8074Robert Marko2022-09-281-0/+1
| * mfd: Move from strlcpy with unused retval to strscpyWolfram Sang2022-09-283-3/+3
| * mfd: fsl-imx25: Fix check for platform_get_irq() errorsDan Carpenter2022-09-281-2/+2
| * mfd: rt5120: Add Richtek PMIC supportChiYuan Huang2022-09-283-0/+137
| * mfd: core: Delete corresponding OF node entries from list on MFD removalMichal Oleszczyk2022-09-281-0/+7
| * mfd: twl-core: Fix double "to to" in comment.Jason Wang2022-09-281-1/+1
| * mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_i...Christophe JAILLET2022-09-281-0/+3
| * mfd: lp8788: Fix an error handling path in lp8788_probe()Christophe JAILLET2022-09-281-2/+10
| * mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Christophe JAILLET2022-09-281-8/+24
| * mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis2022-09-281-1/+11
| * mfd: mt6370: Add MediaTek MT6370 supportChiYuan Huang2022-09-284-0/+428
| * mfd: rk808: Add Rockchip rk817 battery charger supportChris Morgan2022-09-281-1/+15
| * mfd: intel_soc_pmic_crc: Update the copyright yearAndy Shevchenko2022-09-281-1/+1
| * mfd: intel_soc_pmic_crc: Replace intel_soc_pmic with crystal_coveAndy Shevchenko2022-09-281-21/+21
| * mfd: intel_soc_pmic_crc: Convert driver to use ->probe_new()Andy Shevchenko2022-09-281-9/+2
| * mfd: intel_soc_pmic_crc: Drop redundant ACPI_PTR() and ifdefferyAndy Shevchenko2022-09-282-6/+4
| * mfd: intel_soc_pmic_crc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()...Andy Shevchenko2022-09-281-5/+2
| * mfd: intel_soc_pmic_crc: Convert to use i2c_get/set_clientdata()Andy Shevchenko2022-09-281-2/+2
| * mfd: intel_soc_pmic_crc: Use devm_regmap_add_irq_chip()Andy Shevchenko2022-09-281-15/+5
| * mfd: intel_soc_pmic: Move non-Intel Makefile entries to their own groupAndy Shevchenko2022-09-281-3/+4
| * mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crcAndy Shevchenko2022-09-284-194/+158
| * mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Christophe JAILLET2022-09-281-0/+1
| * mfd: stmpe: Probe sub-function by compatibleFrancesco Dolcini2022-09-281-6/+5
| * mfd: stmpe: Remove rotator block from probeFrancesco Dolcini2022-09-281-2/+0
| * mfd: intel-lpss: Provide an SSP type to the SPI driverAndy Shevchenko2022-09-281-46/+95
* | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0446-127/+46
|\ \ | |/ |/|
| * i2c: Make remove callback return voidUwe Kleine-König2022-08-1646-127/+46
* | mfd: ocelot: Add support for the vsc7512 chip via spiColin Foster2022-09-095-0/+533
|/
* Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-08-0619-521/+280
|\
| * mfd: sun6i-prcm: Update Kconfig descriptionSamuel Holland2022-07-191-2/+3
| * mfd: intel_soc_pmic_bxtwc: Fix spelling in the commentAndy Shevchenko2022-07-191-5/+5
| * mfd: intel_soc_pmic_bxtwc: Drop unneeded castingAndy Shevchenko2022-07-191-1/+1
| * mfd: intel_soc_pmic_bxtwc: Use sysfs_emit() instead of sprintf()Andy Shevchenko2022-07-191-2/+2
| * mfd: intel_soc_pmic_bxtwc: Use bits.h macros for all masksAndy Shevchenko2022-07-191-10/+11
| * mfd: intel_soc_pmic_bxtwc: Drop redundant ACPI_PTR()Andy Shevchenko2022-07-191-1/+1
| * mfd: intel_soc_pmic_bxtwc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr...Andy Shevchenko2022-07-191-4/+3
| * mfd: intel_soc_pmic_bxtwc: Extend use of temporary variable for struct deviceAndy Shevchenko2022-07-191-11/+8
| * mfd: intel_soc_pmic_bxtwc: Use dev_err_probe()Andy Shevchenko2022-07-191-60/+26
| * mfd: intel_soc_pmic_bxtwc: Convert to use platform_get/set_drvdata()Andy Shevchenko2022-07-191-2/+2