aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Gravatar Jason A. Donenfeld 1-0/+8
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 26-334/+935
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 46-127/+46
2022-09-29mfd: syscon: Remove repetition of the regmap_get_val_endian()Gravatar Andy Shevchenko 1-8/+0
2022-09-28mfd: ocelot-spi: Add missing MODULE_DEVICE_TABLEGravatar Yang Yingliang 1-0/+1
2022-09-28mfd: da9061: Fix Failed to set Two-Wire Bus Mode.Gravatar Jens Hillenstedt 1-0/+1
2022-09-28mfd: htc-i2cpld: Fix an IS_ERR() vs NULL bug in htcpld_core_probe()Gravatar Peng Wu 1-3/+6
2022-09-28mfd: sm501: Add check for platform_driver_register()Gravatar Jiasheng Jiang 1-1/+6
2022-09-28mfd: twl4030: Add missed linux/device.h headerGravatar Andy Shevchenko 1-0/+1
2022-09-28mfd: intel_soc_pmic_chtdc_ti: Switch from __maybe_unused to pm_sleep_ptr() etcGravatar Andy Shevchenko 1-4/+4
2022-09-28mfd: stmpe: Switch to using gpiod APIGravatar Dmitry Torokhov 1-23/+13
2022-09-28mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverGravatar Linus Walleij 1-33/+26
2022-09-28mfd: intel-m10-bmc: Add d5005 bmc secure update driverGravatar Russ Weight 1-0/+1
2022-09-28mfd: qcom-spmi-pmic: Add support for PMP8074Gravatar Robert Marko 1-0/+1
2022-09-28mfd: Move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 3-3/+3
2022-09-28mfd: fsl-imx25: Fix check for platform_get_irq() errorsGravatar Dan Carpenter 1-2/+2
2022-09-28mfd: rt5120: Add Richtek PMIC supportGravatar ChiYuan Huang 3-0/+137
2022-09-28mfd: core: Delete corresponding OF node entries from list on MFD removalGravatar Michal Oleszczyk 1-0/+7
2022-09-28mfd: twl-core: Fix double "to to" in comment.Gravatar Jason Wang 1-1/+1
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_i...Gravatar Christophe JAILLET 1-0/+3
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_probe()Gravatar Christophe JAILLET 1-2/+10
2022-09-28mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Gravatar Christophe JAILLET 1-8/+24
2022-09-28mfd: silergy,sy7636a: Add config option MFD_SY7636AGravatar Alistair Francis 1-1/+11
2022-09-28mfd: mt6370: Add MediaTek MT6370 supportGravatar ChiYuan Huang 4-0/+428
2022-09-28mfd: rk808: Add Rockchip rk817 battery charger supportGravatar Chris Morgan 1-1/+15
2022-09-28mfd: intel_soc_pmic_crc: Update the copyright yearGravatar Andy Shevchenko 1-1/+1
2022-09-28mfd: intel_soc_pmic_crc: Replace intel_soc_pmic with crystal_coveGravatar Andy Shevchenko 1-21/+21
2022-09-28mfd: intel_soc_pmic_crc: Convert driver to use ->probe_new()Gravatar Andy Shevchenko 1-9/+2
2022-09-28mfd: intel_soc_pmic_crc: Drop redundant ACPI_PTR() and ifdefferyGravatar Andy Shevchenko 2-6/+4
2022-09-28mfd: intel_soc_pmic_crc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()...Gravatar Andy Shevchenko 1-5/+2
2022-09-28mfd: intel_soc_pmic_crc: Convert to use i2c_get/set_clientdata()Gravatar Andy Shevchenko 1-2/+2
2022-09-28mfd: intel_soc_pmic_crc: Use devm_regmap_add_irq_chip()Gravatar Andy Shevchenko 1-15/+5
2022-09-28mfd: intel_soc_pmic: Move non-Intel Makefile entries to their own groupGravatar Andy Shevchenko 1-3/+4
2022-09-28mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crcGravatar Andy Shevchenko 4-194/+158
2022-09-28mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Gravatar Christophe JAILLET 1-0/+1
2022-09-28mfd: stmpe: Probe sub-function by compatibleGravatar Francesco Dolcini 1-6/+5
2022-09-28mfd: stmpe: Remove rotator block from probeGravatar Francesco Dolcini 1-2/+0
2022-09-28mfd: intel-lpss: Provide an SSP type to the SPI driverGravatar Andy Shevchenko 1-46/+95
2022-09-09mfd: ocelot: Add support for the vsc7512 chip via spiGravatar Colin Foster 5-0/+533
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 46-127/+46
2022-08-06Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 19-521/+280
2022-08-04Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+2
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-36/+126
2022-08-04Merge tag 'tag-chrome-platform-for-v5.20' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+2
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Gravatar Linus Torvalds 1-2/+2
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 7-63/+7
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-91/+183
2022-08-03mfd: remove reference to AVR32 architecture in atmel-smc.cGravatar Hans-Christian Noren Egtvedt 1-2/+2
2022-08-02Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-7/+24
2022-07-19mfd: sun6i-prcm: Update Kconfig descriptionGravatar Samuel Holland 1-2/+3