summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2021-05-14mfd: stm32-timers: Avoid clearing auto reload registerFabrice Gasnier1-1/+6
2021-05-11mfd: arizona: Fix rumtime PM imbalance on errorDinghao Liu1-1/+1
2021-05-11mfd: da9063: Support SMBus and I2C modeHubert Streidl1-0/+10
2021-03-04mfd: gateworks-gsc: Fix interrupt typeTim Harvey1-1/+1
2021-03-04mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq()Dan Carpenter1-2/+1
2021-03-04mfd: altera-sysmgr: Fix physical address storing moreArnd Bergmann1-1/+2
2021-03-04mfd: bd9571mwv: Use devm_mfd_add_devices()Yoshihiro Shimoda1-3/+3
2020-12-30mfd: cpcap: Fix interrupt regression with regmap clear_ackTony Lindgren1-3/+3
2020-12-30mfd: stmfx: Fix dev_err_probe() call in stmfx_chip_init()Amelie Delaunay1-5/+5
2020-12-30mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPEGeert Uytterhoeven1-0/+1
2020-12-30mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()Jing Xiangfeng1-0/+2
2020-10-15Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds18-57/+702
2020-10-05mfd: kempld-core: Fix unused variable 'kempld_acpi_table' when !ACPILee Jones1-0/+2
2020-10-05mfd: sl28cpld: Depend on I2CLee Jones1-0/+1
2020-09-30mfd: asic3: Build if COMPILE_TEST=yMarek BehĂșn1-1/+2
2020-09-30mfd: Add ACPI support to Kontron PLD driverMichael Brunner1-6/+109
2020-09-30mfd: intel-m10-bmc: Add Intel MAX 10 BMC chip support for Intel FPGA PACXu Yilun3-0/+178
2020-09-30mfd: lp87565: Add LP87524-Q1 variantLuca Ceresoli1-0/+4
2020-09-30mfd: mt6360: Remove unused include <linux/version.h>YueHaibing1-1/+0
2020-09-30mfd: sm501: Fix leaks in probe()Dan Carpenter1-1/+7
2020-09-30mfd: syscon: Don't free allocated name for regmap_configMarc Zyngier1-1/+1
2020-09-30mfd: sprd: Add wakeup capability for PMIC IRQBaolin Wang1-1/+27
2020-09-30mfd: intel-lpss: Add device IDs for UART ports for LakefieldAndy Shevchenko1-0/+4
2020-09-30mfd: dm355evm_msp: Convert LEDs to GPIO descriptor tableLinus Walleij1-26/+50
2020-09-30mfd: wcd934x: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-09-30mfd: stmfx: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-09-30mfd: madera: Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+3
2020-09-30mfd: ene-kb3930: Add driver for ENE KB3930 Embedded ControllerLubomir Rintel3-0/+224
2020-09-30mfd: khadas-mcu: Fix randconfig 'unused-const-variable' warningLee Jones1-0/+2
2020-09-30mfd: rn5t618: Add a power supply subdeviceAndreas Kemnade1-0/+1
2020-09-30mfd: Kconfig: Fix typo of 'individual'Mauro Carvalho Chehab1-1/+1
2020-09-17mfd: simple-mfd-i2c: Add sl28cpld supportMichael Walle2-0/+11
2020-09-17mfd: Add simple regmap based I2C driverMichael Walle3-0/+69
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-6/+6
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones1-4/+6
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Dmitry Osipenko1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds51-431/+832
2020-08-13mfd: syscon: Use a unique name with regmap_configSuman Anna1-1/+3
2020-08-13mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov12-12/+12
2020-08-13mfd: dln2: Run event handler loop under spinlockAndy Shevchenko1-0/+4
2020-08-13mfd: madera: Improve handling of regulator unbindingCharles Keepax1-8/+15
2020-08-13mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax1-1/+15
2020-08-13mfd: intel_soc_pmic_mrfld: Simplify the return expression of intel_scu_ipc_de...Xu Wang1-6/+1
2020-08-13mfd: max14577: Remove redundant initialization of variable current_bitsColin Ian King1-1/+1
2020-08-13mfd: rn5t618: Fix caching of battery related registersAndreas Kemnade1-0/+3
2020-08-13mfd: rn5t618: Make restart handler atomic safeAndreas Kemnade1-10/+33
2020-08-13mfd: kempld-core: Fix 'assignment of read-only location' errorStephen Rothwell1-19/+11
2020-08-13mfd: axp20x: Allow the AXP803 to be probed by I2CFrank Lee1-0/+2
2020-08-13mfd: da9063: Add support for latest DA silicon revisionAdam Thomson1-10/+81