summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-07-03113-172/+678
|\
| * mfd: Switch two more drivers back to use struct i2c_driver::probeUwe Kleine-König2023-06-262-2/+2
| * mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET2023-06-211-2/+2
| * mfd: max77541: Add ADI MAX77541/MAX77540 PMIC SupportOkan Sahin2023-06-213-0/+238
| * mfd: core: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-151-5/+1
| * mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay2023-06-151-3/+2
| * mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay2023-06-151-1/+1
| * mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang2023-06-151-0/+3
| * mfd: stpmic1: Add PMIC poweroff via sys-off handlerSean Nyekjaer2023-06-151-0/+21
| * mfd: stpmic1: Fixup main control register and bits namingSean Nyekjaer2023-06-151-2/+2
| * mfd: tps65219: Add support for soft shutdown via sys-off APIJerome Neanne2023-06-151-10/+28
| * mfd: pm8008: Drop bogus i2c module aliasJohan Hovold2023-06-151-1/+0
| * mfd: pm8008: Fix module autoloadingJohan Hovold2023-06-151-0/+1
| * mfd: tps65219: Add GPIO cell instanceJerome Neanne2023-06-151-1/+1
| * mfd: tps6594: Fix an error code in probe()Dan Carpenter2023-06-152-2/+2
| * mfd: wcd934x: Simplify with dev_err_probe()Christophe JAILLET2023-06-151-12/+7
| * mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe()Christophe JAILLET2023-06-151-2/+7
| * mfd: intel-lpss: Hide suspend/resume functions in #ifdefArnd Bergmann2023-06-151-0/+2
| * mfd: axp20x: Add support for AXP192Aidan MacDonald2023-06-152-0/+143
| * mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-1595-95/+95
| * mfd: Remove redundant dev_set_drvdata() from I2C driversGuiting Shen2023-06-158-13/+0
| * mfd: dln2: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-06-151-1/+0
| * mfd: rc5t583-irq: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-06-151-1/+1
| * mfd: wm831x: Use maple tree register cacheMark Brown2023-06-151-1/+1
| * mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registersIlpo Järvinen2023-06-152-2/+79
| * mfd: intel-m10-bmc: Move m10bmc_sys_read() away from headerIlpo Järvinen2023-06-151-0/+14
| * mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()Ilpo Järvinen2023-06-151-0/+9
| * mfd: intel-m10-bmc: Move core symbols to own namespaceIlpo Järvinen2023-06-153-2/+4
| *-----. Merge branches 'tb-mfd-clk-input-pinctrl-power-rtc-sound-6.5', 'ib-mfd-tps659...Lee Jones2023-06-1510-18/+964
| |\ \ \ \
| | | | | * mfd: twl6040: Use maple tree register cacheMark Brown2023-06-121-1/+1
| | | | | * mfd: rt5033: Fix chip revision readoutJakob Hauser2023-06-081-2/+3
| | | | | * mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold2023-06-081-3/+0
| | | * | | mfd: max5970: Rename driver and remove wildcardNaresh Solanki2023-06-022-11/+11
| | | | |/ | | | |/|
* | | | | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-9/+5
|\ \ \ \ \
| * | | | | ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1Linus Walleij2023-05-241-9/+5
| | |_|/ / | |/| | |
* | | | | TI TPS6594 PMIC support (RTC, pinctrl, regulators)Mark Brown2023-06-075-0/+870
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mfd: tps6594: Add driver for TI TPS6594 PMICJulien Panis2023-05-185-0/+870
| |/ / /
* | | | regulator: Add X-Powers AXP15060/AXP313a PMICMark Brown2023-06-062-1/+79
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | mfd: axp20x: Add support for AXP313a PMICMartin Botka2023-05-252-1/+79
| |/
* | mfd: rk8xx: Add rk806 supportSebastian Reichel2023-05-154-3/+205
* | mfd: rk8xx-i2c: Use device_get_match_dataSebastian Reichel2023-05-152-54/+37
* | mfd: rk808: Split into core and i2cSebastian Reichel2023-05-154-176/+243
* | mfd: rk808: Replace 'struct i2c_client' with 'struct device'Sebastian Reichel2023-05-151-3/+3
* | mfd: rk808: Use dev_err_probeSebastian Reichel2023-05-151-32/+16
* | mfd: rk808: Convert to device managed resourcesSebastian Reichel2023-05-151-42/+22
|/
* Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-05-0254-555/+1058
|\
| * mfd: axp20x: Add support for AXP15060 PMICShengyu Qu2023-04-262-0/+109
| * mfd: Add Renesas RZ/G2L MTU3a core driverBiju Das2023-04-264-0/+549
| * mfd: rsmu_i2c: Convert to i2c's .probe_new() againUwe Kleine-König2023-04-261-3/+3
| * mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDsJarkko Nikula2023-04-261-0/+15