aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14mfd: Kconfig: ABX500_CORE should depend on ARCH_U8500Geert Uytterhoeven1-1/+2
2021-04-14mfd: rn5t618: Do not cache various USB related registersAndreas Kemnade1-0/+3
2021-04-14mfd: Make symbol 'atc260x_i2c_of_match' staticWei Yongjun1-1/+1
2021-04-14mfd: core: Remove support for dangling device propertiesHeikki Krogerus1-6/+0
2021-04-14mfd: intel-lpss: Switch to use the software nodesHeikki Krogerus4-15/+51
2021-04-14mfd: intel-lpss: Constify device property structuresAndy Shevchenko3-10/+10
2021-04-14mfd: core: Add support for software nodesHeikki Krogerus1-0/+9
2021-04-14mfd: da9063: Support SMBus and I2C modeHubert Streidl1-0/+10
2021-04-14mfd: sec: Initialize driver via module_platform_driver()Krzysztof Kozlowski1-13/+1
2021-04-14mfd: intel-m10-bmc: Add access table configuration to the regmapMatthew Gerlach1-0/+13
2021-04-14mfd: intel-m10-bmc: Simplify the legacy version reg definitionXu Yilun1-10/+7
2021-04-14mfd: lm3533: Switch to using the new API kobj_to_dev()Yang Li1-1/+1
2021-04-14mfd: ene-kb3930: Make local symbol 'kb3930_power_off' staticWei Yongjun1-1/+1
2021-04-14mfd: Remove support for AB3100Arnd Bergmann4-1196/+1
2021-04-14mfd: ab8500: Drop bm disable parameterLinus Walleij1-14/+6
2021-04-14mfd: stmpe: Revert "Constify static struct resource"Rikard Falkeborn1-5/+9
2021-04-14mfd: arizona: Make some symbols staticWei Yongjun1-2/+2
2021-04-14Merge tag 'ib-mfd-watchdog-v5.13' into ibs-for-mfd-mergedLee Jones3-0/+201
2021-04-14Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-mfd-input-v5.13-1', 'ib-mfd-platform-x86-v5.13', 'ib-mfd-power-v5.13', 'ib-mfd-pwm-rtc-v5.13-1' and 'ib-regulator-list-ramp-helpers-v5.13' into ibs-for-mfd-mergedLee Jones8-66/+711
2021-04-14mfd: Support for ROHM BD71815 PMIC coreMatti Vaittinen2-133/+368
2021-04-14mfd: bd718x7: simplify by cleaning unnecessary device dataMatti Vaittinen1-27/+16
2021-03-23mfd: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10Krzysztof Kozlowski1-2/+2
2021-03-23mfd: intel_quark_i2c_gpio: Revert "Constify static struct resources"Andy Shevchenko1-2/+4
2021-03-22mfd/power: ab8500: Push data to power supply codeLinus Walleij1-9/+8
2021-03-18mfd: arizona: Drop arizona-extcon cellsHans de Goede1-20/+0
2021-03-10mfd: Add MFD driver for ATC260x PMICsCristian Ciocaltea4-0/+395
2021-03-10mfd: Add base driver for Netronix embedded controllerJonathan Neuschäfer3-0/+233
2021-03-10mfd: bd9576: Add IRQ supportMatti Vaittinen1-5/+85
2021-03-10mfd: Support ROHM BD9576MUF and BD9573MUFMatti Vaittinen3-0/+121
2021-03-10mfd: intel_pmt: Add support for DG1David E. Box1-29/+72
2021-03-10mfd: intel_pmt: Fix nuisance messages and handling of disabled capabilitiesDavid E. Box1-8/+3
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-435/+0
2021-02-22Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds15-163/+521
2021-02-22Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-1/+0
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-28/+141
2021-02-09mfd: intel_msic: Remove driver for deprecated platformAndy Shevchenko3-435/+0
2021-02-08mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq()Dan Carpenter1-2/+1
2021-02-08mfd: iqs62x: Do not change clock frequency during ATIJeff LaBundy1-0/+9
2021-02-08mfd: iqs62x: Do not poll during ATIJeff LaBundy1-56/+69
2021-02-08mfd: iqs62x: Increase interrupt handler return delayJeff LaBundy1-1/+1
2021-02-08mfd: iqs62x: Rename regmap_config structJeff LaBundy1-2/+2
2021-02-08mfd: iqs62x: Remove unused bit maskJeff LaBundy1-1/+0
2021-02-08mfd: iqs62x: Remove superfluous whitespace above fallthroughsJeff LaBundy1-3/+0
2021-02-08mfd: intel-lpss: Add Intel Alder Lake PCH-S PCI IDsJarkko Nikula1-0/+15
2021-02-08mfd: intel-m10-bmc: Expose MAC address and countRuss Weight1-0/+43
2021-02-08mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500Dmitry Osipenko3-0/+214
2021-02-08mfd: intel-lpss: Add Intel Alder Lake PCH-P PCI IDsAndy Shevchenko1-0/+13
2021-02-08mfd: gateworks-gsc: Fix interrupt typeTim Harvey1-1/+1
2021-02-08mfd: Standardise MFD_CELL_* helper namesLee Jones3-30/+30
2021-02-08mfd: mcp-sa11x0: Use DIV_ROUND_UP to calculate rw_timeoutZheng Yongjun1-2/+1