summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)Author
2021-11-18mfd: dln2: Add cell for initializing DLN2 ADCJack Andersen
2021-11-18mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski
2021-09-22mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap
2021-09-22mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"Andy Shevchenko
2021-09-22mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is setMatthias Schiffer
2021-09-22mfd: axp20x: Update AXP288 volatile rangesHans de Goede
2021-09-22mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier
2021-09-22mfd: db8500-prcmu: Adjust map to realityLinus Walleij
2021-07-20mfd: cpcap: Fix cpcap dmamask not set warningsTony Lindgren
2021-07-20mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLEZou Wei
2021-07-19mfd: syscon: Free the allocated name field of struct regmap_configLimeng
2021-07-14mfd: rn5t618: Fix IRQ trigger by changing it to level modeAndreas Kemnade
2021-07-14mfd: mp2629: Select MFD_CORE to fix build errorRandy Dunlap
2021-05-14mfd: stm32-timers: Avoid clearing auto reload registerFabrice Gasnier
2021-05-11mfd: arizona: Fix rumtime PM imbalance on errorDinghao Liu
2021-05-11mfd: da9063: Support SMBus and I2C modeHubert Streidl
2021-03-04mfd: gateworks-gsc: Fix interrupt typeTim Harvey
2021-03-04mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq()Dan Carpenter
2021-03-04mfd: altera-sysmgr: Fix physical address storing moreArnd Bergmann
2021-03-04mfd: bd9571mwv: Use devm_mfd_add_devices()Yoshihiro Shimoda
2020-12-30mfd: cpcap: Fix interrupt regression with regmap clear_ackTony Lindgren
2020-12-30mfd: stmfx: Fix dev_err_probe() call in stmfx_chip_init()Amelie Delaunay
2020-12-30mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPEGeert Uytterhoeven
2020-12-30mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()Jing Xiangfeng
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2020-10-05mfd: kempld-core: Fix unused variable 'kempld_acpi_table' when !ACPILee Jones
2020-10-05mfd: sl28cpld: Depend on I2CLee Jones
2020-09-30mfd: asic3: Build if COMPILE_TEST=yMarek BehĂșn
2020-09-30mfd: Add ACPI support to Kontron PLD driverMichael Brunner
2020-09-30mfd: intel-m10-bmc: Add Intel MAX 10 BMC chip support for Intel FPGA PACXu Yilun
2020-09-30mfd: lp87565: Add LP87524-Q1 variantLuca Ceresoli
2020-09-30mfd: mt6360: Remove unused include <linux/version.h>YueHaibing
2020-09-30mfd: sm501: Fix leaks in probe()Dan Carpenter
2020-09-30mfd: syscon: Don't free allocated name for regmap_configMarc Zyngier
2020-09-30mfd: sprd: Add wakeup capability for PMIC IRQBaolin Wang
2020-09-30mfd: intel-lpss: Add device IDs for UART ports for LakefieldAndy Shevchenko
2020-09-30mfd: dm355evm_msp: Convert LEDs to GPIO descriptor tableLinus Walleij
2020-09-30mfd: wcd934x: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mfd: stmfx: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mfd: madera: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mfd: ene-kb3930: Add driver for ENE KB3930 Embedded ControllerLubomir Rintel
2020-09-30mfd: khadas-mcu: Fix randconfig 'unused-const-variable' warningLee Jones
2020-09-30mfd: rn5t618: Add a power supply subdeviceAndreas Kemnade
2020-09-30mfd: Kconfig: Fix typo of 'individual'Mauro Carvalho Chehab
2020-09-17mfd: simple-mfd-i2c: Add sl28cpld supportMichael Walle
2020-09-17mfd: Add simple regmap based I2C driverMichael Walle
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2020-08-28mfd: mfd-core: Ensure disabled devices are ignored without errorLee Jones
2020-08-24mfd: core: Fix double-free in mfd_remove_devices_fn()Dmitry Osipenko
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva