summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2023-07-03Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-172/+678
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+5
2023-06-26mfd: Switch two more drivers back to use struct i2c_driver::probeUwe Kleine-König-2/+2
2023-06-21mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET-2/+2
2023-06-21mfd: max77541: Add ADI MAX77541/MAX77540 PMIC SupportOkan Sahin-0/+238
2023-06-15mfd: core: Use of_property_read_reg() to parse "reg"Rob Herring-5/+1
2023-06-15mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay-3/+2
2023-06-15mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay-1/+1
2023-06-15mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang-0/+3
2023-06-15mfd: stpmic1: Add PMIC poweroff via sys-off handlerSean Nyekjaer-0/+21
2023-06-15mfd: stpmic1: Fixup main control register and bits namingSean Nyekjaer-2/+2
2023-06-15mfd: tps65219: Add support for soft shutdown via sys-off APIJerome Neanne-10/+28
2023-06-15mfd: pm8008: Drop bogus i2c module aliasJohan Hovold-1/+0
2023-06-15mfd: pm8008: Fix module autoloadingJohan Hovold-0/+1
2023-06-15mfd: tps65219: Add GPIO cell instanceJerome Neanne-1/+1
2023-06-15mfd: tps6594: Fix an error code in probe()Dan Carpenter-2/+2
2023-06-15mfd: wcd934x: Simplify with dev_err_probe()Christophe JAILLET-12/+7
2023-06-15mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe()Christophe JAILLET-2/+7
2023-06-15mfd: intel-lpss: Hide suspend/resume functions in #ifdefArnd Bergmann-0/+2
2023-06-15mfd: axp20x: Add support for AXP192Aidan MacDonald-0/+143
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König-95/+95
2023-06-15mfd: Remove redundant dev_set_drvdata() from I2C driversGuiting Shen-13/+0
2023-06-15mfd: dln2: Remove the unneeded include <linux/i2c.h>Christophe JAILLET-1/+0
2023-06-15mfd: rc5t583-irq: Remove the unneeded include <linux/i2c.h>Christophe JAILLET-1/+1
2023-06-15mfd: wm831x: Use maple tree register cacheMark Brown-1/+1
2023-06-15mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registersIlpo Järvinen-2/+79
2023-06-15mfd: intel-m10-bmc: Move m10bmc_sys_read() away from headerIlpo Järvinen-0/+14
2023-06-15mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()Ilpo Järvinen-0/+9
2023-06-15mfd: intel-m10-bmc: Move core symbols to own namespaceIlpo Järvinen-2/+4
2023-06-15Merge branches 'tb-mfd-clk-input-pinctrl-power-rtc-sound-6.5', 'ib-mfd-tps659...Lee Jones-18/+964
2023-06-12mfd: twl6040: Use maple tree register cacheMark Brown-1/+1
2023-06-08mfd: rt5033: Fix chip revision readoutJakob Hauser-2/+3
2023-06-08mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold-3/+0
2023-06-07TI TPS6594 PMIC support (RTC, pinctrl, regulators)Mark Brown-0/+870
2023-06-06regulator: Add X-Powers AXP15060/AXP313a PMICMark Brown-1/+79
2023-06-02mfd: max5970: Rename driver and remove wildcardNaresh Solanki-11/+11
2023-05-25mfd: axp20x: Add support for AXP313a PMICMartin Botka-1/+79
2023-05-24ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1Linus Walleij-9/+5
2023-05-18mfd: tps6594: Add driver for TI TPS6594 PMICJulien Panis-0/+870
2023-05-15mfd: rk8xx: Add rk806 supportSebastian Reichel-3/+205
2023-05-15mfd: rk8xx-i2c: Use device_get_match_dataSebastian Reichel-54/+37
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel-176/+243
2023-05-15mfd: rk808: Replace 'struct i2c_client' with 'struct device'Sebastian Reichel-3/+3
2023-05-15mfd: rk808: Use dev_err_probeSebastian Reichel-32/+16
2023-05-15mfd: rk808: Convert to device managed resourcesSebastian Reichel-42/+22
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-555/+1058
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+13
2023-04-26mfd: axp20x: Add support for AXP15060 PMICShengyu Qu-0/+109