summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)AuthorLines
2025-11-19mfd: Kconfig: Drop OF dependency on MFD_MAX5970Andy Shevchenko-1/+1
2025-11-19mfd: ls2kbmc: Remove unneeded semicolon from ls2k_bmc_recover_pci_data()Chen Ni-1/+1
2025-11-13mfd: syscon: Return -EPROBE_DEFER if the syscon is not foundDan Carpenter-1/+1
2025-11-06mfd: bcm2835-pm: Add support for BCM2712Stanimir Varbanov-0/+1
2025-11-06mfd: simple-mfd-i2c: Remove select I2C_K1 from MFD_SPACEMIT_P1Troy Mitchell-1/+0
2025-11-06mfd: bd718x7: Use regmap_reg_range() for pmic_status_rangeMatti Vaittinen-5/+4
2025-11-06mfd: da9055: Simplify the error handling path in da9055_device_init()Christophe JAILLET-1/+0
2025-11-06mfd: max77620: Fix potential IRQ chip conflict when probing two devicesKrzysztof Kozlowski-4/+11
2025-11-06mfd: da9055: Fix missing regmap_del_irq_chip() in error pathHaotian Zhang-0/+1
2025-11-06mfd: da9063: Occupy second I2C addressWolfram Sang-0/+3
2025-11-06mfd: tqmx86: Add board definitions for TQMxCU1-HPCM and TQMxCU2-HPCMMatthias Schiffer-0/+8
2025-11-06mfd: wl1273-core: Remove unused driverDr. David Alan Gilbert-273/+0
2025-11-06mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookupJohan Hovold-0/+2
2025-11-06mfd: macsmc: Make SMC write buffers constAtharva Tiwari-3/+3
2025-11-06mfd: altera-sysmgr: Enable compile testingJohan Hovold-1/+2
2025-10-21mfd: pf1550: Add core driver for the PF1550 PMICSamuel Kayode-0/+385
2025-10-03mfd: ls2kbmc: check for devm_mfd_add_devices() failureDan Carpenter-3/+7
2025-10-03mfd: ls2kbmc: Fix an IS_ERR() vs NULL check in probe()Dan Carpenter-1/+1
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-10-01Merge tag 'for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds-0/+3
2025-10-01Merge tag 'mfd-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-143/+1169
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+624
2025-10-01mfd: simple-mfd-i2c: Add compatible string for LX2160ARDBIoana Ciornei-0/+1
2025-10-01mfd: simple-mfd-i2c: Keep compatible strings in alphabetical orderIoana Ciornei-3/+3
2025-10-01mfd: intel-lpss: Add Intel Wildcat Lake LPSS PCI IDsIlpo Järvinen-0/+13
2025-10-01mfd: 88pm886: Add GPADC cellDuje Mihanović-0/+1
2025-10-01mfd: vexpress-sysreg: Use more common syntax for compound literalsBartosz Golaszewski-1/+1
2025-10-01mfd: rz-mtu3: Fix MTU5 NFCR register offsetCosmin Tanislav-1/+1
2025-10-01mfd: max77705: Setup the core driver as an interrupt controllerDzmitry Sankouski-21/+14
2025-10-01mfd: cs42l43: Remove IRQ masking in suspendCharles Keepax-26/+0
2025-10-01mfd: cs42l43: Move IRQ enable/disable to encompass force suspendCharles Keepax-4/+4
2025-10-01mfd: ls2kbmc: Add Loongson-2K BMC reset function supportBinbin Zhou-0/+339
2025-10-01mfd: ls2kbmc: Introduce Loongson-2K BMC core driverBinbin Zhou-0/+204
2025-10-01mfd: bd71828, bd71815: Prepare for power-supply supportMatti Vaittinen-9/+35
2025-10-01mfd: macsmc: Add "apple,t8103-smc" compatibleJanne Grunau-0/+1
2025-10-01mfd: core: Increment of_node's refcount before linking it to the platform deviceBastien Curutchet-0/+1
2025-10-01mfd: simple-mfd-i2c: Add SpacemiT P1 supportAlex Elder-0/+30
2025-10-01mfd: aat2870: Add GPIOLIB_LEGACY dependencyArnd Bergmann-0/+1
2025-10-01mfd: si476x: Add GPIOLIB_LEGACY dependencyArnd Bergmann-0/+1
2025-10-01mfd: Remove unneeded 'fast_io' parameter in regmap_configWolfram Sang-4/+0
2025-10-01mfd: arizona: Make legacy gpiolib interface optionalArnd Bergmann-1/+4
2025-10-01mfd: max899x: Use dedicated interrupt wake settersXichao Zhao-4/+4
2025-10-01mfd: kempld: Use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao-3/+1
2025-10-01mfd: madera: Work around false-positive -Wininitialized warningArnd Bergmann-2/+2
2025-10-01mfd: macsmc: Remove error prints for devm_add_action_or_reset()Waqar Hameed-2/+2
2025-10-01mfd: da9063: Split chip variant reading in two bus transactionsJens Kehne-6/+21
2025-10-01mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flagHans de Goede-0/+2
2025-10-01mfd: qnap-mcu: Improve structure in qnap_mcu_execHeiko Stuebner-10/+9
2025-10-01mfd: qnap-mcu: Convert to guard(mutex) in qnap_mcu_execHeiko Stuebner-8/+5
2025-10-01mfd: qnap-mcu: Handle errors returned from qnap_mcu_writeHeiko Stuebner-1/+5