summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)Author
2023-05-17mfd: tqmx86: Correct board names for TQMxE39xMatthias Schiffer
2023-05-17mfd: tqmx86: Specify IO port register range more preciselyMatthias Schiffer
2023-05-17mfd: tqmx86: Add support for TQMx110EB and TQMxE40xMatthias Schiffer
2023-05-17mfd: tqmx86: Remove incorrect TQMx90UC board IDMatthias Schiffer
2023-05-17mfd: tqmx86: Do not access I2C_DETECT register through io_baseMatthias Schiffer
2023-03-11mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leakLiang He
2023-03-11mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()Qiheng Lin
2022-11-25mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg
2022-10-26mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang
2022-10-26mfd: fsl-imx25: Fix check for platform_get_irq() errorsDan Carpenter
2022-10-26mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_i...Christophe JAILLET
2022-10-26mfd: lp8788: Fix an error handling path in lp8788_probe()Christophe JAILLET
2022-10-26mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Christophe JAILLET
2022-10-26mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Christophe JAILLET
2022-08-21mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin
2022-08-21mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König
2022-06-09mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()Yang Yingliang
2022-06-09mfd: ipaq-micro: Fix error check return value of platform_get_irq()Lv Ruyi
2022-04-08mfd: asic3: Add missing iounmap() on error asic3_mfd_probeMiaoqian Lin
2022-04-08mfd: mc13xxx: Add check for mc13xxx_irq_requestJiasheng Jiang
2022-01-27mfd: atmel-flexcom: Use .resume_noirqClaudiu Beznea
2022-01-27mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEPClaudiu Beznea
2022-01-16mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()Andy Shevchenko
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