summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2024-03-27mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin1-1/+3
2024-03-27mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin1-1/+3
2024-02-23mfd: ti_am335x_tscadc: Fix TI SoC dependenciesPeter Robinson1-0/+1
2024-01-26mfd: syscon: Fix null pointer dereference in of_syscon_register()Kunwu Chan1-0/+4
2023-11-20mfd: dln2: Fix double put in dln2_probeDinghao Liu1-1/+0
2023-11-20mfd: core: Ensure disabled devices are skipped without abortingHerve Codina1-5/+12
2023-07-27mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET1-2/+2
2023-07-27mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay1-3/+2
2023-07-27mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay1-1/+1
2023-07-27mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang1-0/+3
2023-07-27mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold1-3/+0
2023-05-30mfd: dln2: Fix memory leak in dln2_probe()Qiang Ning1-0/+1
2023-05-17mfd: tqmx86: Correct board names for TQMxE39xMatthias Schiffer1-15/+17
2023-05-17mfd: tqmx86: Specify IO port register range more preciselyMatthias Schiffer1-5/+5
2023-05-17mfd: tqmx86: Add support for TQMx110EB and TQMxE40xMatthias Schiffer1-0/+20
2023-05-17mfd: tqmx86: Remove incorrect TQMx90UC board IDMatthias Schiffer1-4/+0
2023-05-17mfd: tqmx86: Do not access I2C_DETECT register through io_baseMatthias Schiffer1-3/+7
2023-03-11mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leakLiang He1-1/+1
2023-03-11mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()Qiheng Lin1-1/+6
2022-11-25mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg1-5/+54
2022-10-26mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang1-1/+6
2022-10-26mfd: fsl-imx25: Fix check for platform_get_irq() errorsDan Carpenter1-2/+2
2022-10-26mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_i...Christophe JAILLET1-0/+3
2022-10-26mfd: lp8788: Fix an error handling path in lp8788_probe()Christophe JAILLET1-2/+10
2022-10-26mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Christophe JAILLET1-8/+24
2022-10-26mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Christophe JAILLET1-0/+1
2022-08-21mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin1-0/+2
2022-08-21mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König1-5/+1
2022-06-09mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()Yang Yingliang1-4/+2
2022-06-09mfd: ipaq-micro: Fix error check return value of platform_get_irq()Lv Ruyi1-1/+1
2022-04-08mfd: asic3: Add missing iounmap() on error asic3_mfd_probeMiaoqian Lin1-3/+7
2022-04-08mfd: mc13xxx: Add check for mc13xxx_irq_requestJiasheng Jiang1-1/+3
2022-01-27mfd: atmel-flexcom: Use .resume_noirqClaudiu Beznea1-3/+4
2022-01-27mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEPClaudiu Beznea1-4/+2
2022-01-16mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()Andy Shevchenko1-1/+6
2021-11-18mfd: dln2: Add cell for initializing DLN2 ADCJack Andersen1-0/+18
2021-11-18mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-0/+2
2021-09-22mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2
2021-09-22mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"Andy Shevchenko1-26/+6
2021-09-22mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is setMatthias Schiffer1-0/+2
2021-09-22mfd: axp20x: Update AXP288 volatile rangesHans de Goede1-1/+2
2021-09-22mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier4-5/+5
2021-09-22mfd: db8500-prcmu: Adjust map to realityLinus Walleij1-8/+6
2021-07-20mfd: cpcap: Fix cpcap dmamask not set warningsTony Lindgren1-0/+4
2021-07-20mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLEZou Wei2-1/+2
2021-07-19mfd: syscon: Free the allocated name field of struct regmap_configLimeng1-1/+1
2021-07-14mfd: rn5t618: Fix IRQ trigger by changing it to level modeAndreas Kemnade1-1/+1
2021-07-14mfd: mp2629: Select MFD_CORE to fix build errorRandy Dunlap1-0/+1
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