summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2023-07-28mfd: tps6586x: Register restart handlerBenjamin Bara1-0/+21
2023-07-28mfd: tps6586x: Use devm-based power off handlerBenjamin Bara1-8/+21
2023-07-03Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds113-172/+678
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+5
2023-06-26mfd: Switch two more drivers back to use struct i2c_driver::probeUwe Kleine-König2-2/+2
2023-06-21mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET1-2/+2
2023-06-21mfd: max77541: Add ADI MAX77541/MAX77540 PMIC SupportOkan Sahin3-0/+238
2023-06-15mfd: core: Use of_property_read_reg() to parse "reg"Rob Herring1-5/+1
2023-06-15mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay1-3/+2
2023-06-15mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay1-1/+1
2023-06-15mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang1-0/+3
2023-06-15mfd: stpmic1: Add PMIC poweroff via sys-off handlerSean Nyekjaer1-0/+21
2023-06-15mfd: stpmic1: Fixup main control register and bits namingSean Nyekjaer1-2/+2
2023-06-15mfd: tps65219: Add support for soft shutdown via sys-off APIJerome Neanne1-10/+28
2023-06-15mfd: pm8008: Drop bogus i2c module aliasJohan Hovold1-1/+0
2023-06-15mfd: pm8008: Fix module autoloadingJohan Hovold1-0/+1
2023-06-15mfd: tps65219: Add GPIO cell instanceJerome Neanne1-1/+1
2023-06-15mfd: tps6594: Fix an error code in probe()Dan Carpenter2-2/+2
2023-06-15mfd: wcd934x: Simplify with dev_err_probe()Christophe JAILLET1-12/+7
2023-06-15mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe()Christophe JAILLET1-2/+7
2023-06-15mfd: intel-lpss: Hide suspend/resume functions in #ifdefArnd Bergmann1-0/+2
2023-06-15mfd: axp20x: Add support for AXP192Aidan MacDonald2-0/+143
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König95-95/+95
2023-06-15mfd: Remove redundant dev_set_drvdata() from I2C driversGuiting Shen8-13/+0
2023-06-15mfd: dln2: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-06-15mfd: rc5t583-irq: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+1
2023-06-15mfd: wm831x: Use maple tree register cacheMark Brown1-1/+1
2023-06-15mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registersIlpo Järvinen2-2/+79
2023-06-15mfd: intel-m10-bmc: Move m10bmc_sys_read() away from headerIlpo Järvinen1-0/+14
2023-06-15mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()Ilpo Järvinen1-0/+9
2023-06-15mfd: intel-m10-bmc: Move core symbols to own namespaceIlpo Järvinen3-2/+4
2023-06-15Merge branches 'tb-mfd-clk-input-pinctrl-power-rtc-sound-6.5', 'ib-mfd-tps659...Lee Jones10-18/+964
2023-06-12mfd: twl6040: Use maple tree register cacheMark Brown1-1/+1
2023-06-08mfd: rt5033: Fix chip revision readoutJakob Hauser1-2/+3
2023-06-08mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold1-3/+0
2023-06-07TI TPS6594 PMIC support (RTC, pinctrl, regulators)Mark Brown5-0/+870
2023-06-06regulator: Add X-Powers AXP15060/AXP313a PMICMark Brown2-1/+79
2023-06-02mfd: max5970: Rename driver and remove wildcardNaresh Solanki2-11/+11
2023-05-25mfd: axp20x: Add support for AXP313a PMICMartin Botka2-1/+79
2023-05-24ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1Linus Walleij1-9/+5
2023-05-18mfd: tps6594: Add driver for TI TPS6594 PMICJulien Panis5-0/+870
2023-05-15mfd: rk8xx: Add rk806 supportSebastian Reichel4-3/+205
2023-05-15mfd: rk8xx-i2c: Use device_get_match_dataSebastian Reichel2-54/+37
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel4-176/+243
2023-05-15mfd: rk808: Replace 'struct i2c_client' with 'struct device'Sebastian Reichel1-3/+3
2023-05-15mfd: rk808: Use dev_err_probeSebastian Reichel1-32/+16
2023-05-15mfd: rk808: Convert to device managed resourcesSebastian Reichel1-42/+22
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds54-555/+1058
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0