summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2024-01-26mfd: intel-lpss: Fix the fractional clock divider flagsAndy Shevchenko1-1/+1
2024-01-26mfd: syscon: Fix null pointer dereference in of_syscon_register()Kunwu Chan1-0/+4
2023-11-20mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devsHans de Goede1-0/+3
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-23mfd: pm8008: Fix module autoloadingJohan Hovold1-0/+1
2023-07-23mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET1-2/+2
2023-07-23mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay1-3/+2
2023-07-23mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay1-1/+1
2023-07-23mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang1-0/+3
2023-07-23mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold1-3/+0
2023-05-24mfd: dln2: Fix memory leak in dln2_probe()Qiang Ning1-0/+1
2023-05-11mfd: tqmx86: Correct board names for TQMxE39xMatthias Schiffer1-15/+17
2023-05-11mfd: tqmx86: Specify IO port register range more preciselyMatthias Schiffer1-5/+5
2023-05-11mfd: 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-10mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()Qiheng Lin1-1/+6
2023-03-10mfd: cs5535: Don't build on UMLRandy Dunlap1-0/+1
2023-01-12mfd: mt6360: Add bounds checking in Regmap read/write call-backsChiYuan Huang1-2/+12
2022-12-31mfd: qcom_rpm: Use devm_of_platform_populate() to simplify codeChristophe JAILLET1-11/+1
2022-12-31mfd: pm8008: Fix return value check in pm8008_probe()Yang Yingliang1-2/+2
2022-12-31mfd: pm8008: Remove driver data structure pm8008_dataLee Jones1-33/+20
2022-12-31mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()Christophe JAILLET1-3/+1
2022-12-31mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQMatti Vaittinen1-0/+1
2022-11-26mtd: 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-17mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin1-0/+2
2022-08-17mfd: 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: tps65910: Set PWR_OFF bit during driver probeDmitry Osipenko1-9/+13
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: altera-sysmgr: Fix a mistake caused by resource_size conversionKai Song1-1/+1
2021-11-18mfd: sprd: Add SPI device ID tableMark Brown1-0/+7
2021-11-18mfd: cpcap: Add SPI device ID tableMark Brown1-0/+8
2021-11-18mfd: core: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-0/+2
2021-11-18mfd: simple-mfd-i2c: Select MFD_CORE to fix build errorRobert Marko1-0/+1
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds24-58/+799
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-34/+37
2021-09-07mfd: lpc_sch: Rename GPIOBASE to prevent build errorRandy Dunlap1-2/+2