summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2025-04-10mfd: sm501: Switch to BIT() to mitigate integer overflowsNikita Zhandarovich1-3/+3
2025-02-21mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-idHans de Goede1-1/+2
2025-02-21mfd: syscon: Fix race in device_node_get_regmap()Rob Herring (Arm)1-9/+10
2025-02-21mfd: syscon: Use scoped variables with memory allocators to simplify error pathsKrzysztof Kozlowski1-13/+7
2025-02-21mfd: syscon: Add of_syscon_register_regmap() APIPeter Griffin1-0/+48
2024-12-14mfd: rt5033: Fix missing regmap_del_irq_chip()Zhang Changzhong1-2/+2
2024-12-14mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devicesAndy Shevchenko1-24/+30
2024-12-14mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU deviceAndy Shevchenko1-14/+17
2024-12-14mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko1-17/+40
2024-12-14mfd: da9052-spi: Change read-mask to write-maskMarcus Folkesson1-1/+1
2024-12-14mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix raceJinjie Ruan1-6/+2
2024-08-03mfd: omap-usb-tll: Use struct_size to allocate tllJavier Carrasco1-2/+1
2024-08-03mfd: rsmu: Split core code into separate moduleArnd Bergmann2-4/+4
2024-05-25mfd: stpmic1: Fix swapped mask/unmask in irq chipAidan MacDonald1-2/+3
2024-03-26mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin1-1/+3
2024-03-26mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a refPeter Griffin1-1/+3
2024-02-05mfd: ti_am335x_tscadc: Fix TI SoC dependenciesPeter Robinson1-0/+1
2024-01-25mfd: intel-lpss: Fix the fractional clock divider flagsAndy Shevchenko1-1/+1
2024-01-25mfd: syscon: Fix null pointer dereference in of_syscon_register()Kunwu Chan1-0/+4
2023-11-28mfd: qcom-spmi-pmic: Fix revid implementationJohan Hovold1-16/+53
2023-11-28mfd: qcom-spmi-pmic: Fix reference leaks in revid helperJohan Hovold1-13/+19
2023-11-28mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDsJarkko Nikula1-0/+13
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-19mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET1-2/+2
2023-07-19mfd: stmfx: Nullify stmfx->vdd in case of errorAmelie Delaunay1-3/+2
2023-07-19mfd: stmfx: Fix error path in stmfx_chip_initAmelie Delaunay1-1/+1
2023-07-19mfd: intel-lpss: Add missing check for platform_get_resourceJiasheng Jiang1-0/+3
2023-07-19mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe()Christophe JAILLET1-2/+7
2023-07-19mfd: rt5033: Drop rt5033-battery sub-deviceStephan Gerhold1-3/+0
2023-05-24mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDsJarkko Nikula1-0/+15
2023-05-24mfd: dln2: Fix memory leak in dln2_probe()Qiang Ning1-0/+1
2023-05-24mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to intel_cht_wc_modelsHans de Goede1-3/+11
2023-05-11mfd: arizona-spi: Add missing MODULE_DEVICE_TABLECharles Keepax1-0/+1
2023-05-11mfd: ocelot-spi: Fix unsupported bulk readColin Foster1-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-04mfd: 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: 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-12-31mfd: axp20x: Do not sleep in the power off handlerSamuel Holland1-1/+1
2022-10-23Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld1-0/+8