summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
5 daysmfd: axp20x: Set explicit ID for AXP313 regulatorChen-Yu Tsai1-1/+2
5 daysmfd: cros_ec: Separate charge-control probing from USB-PDThomas Weißschuh1-1/+9
10 daysmfd: tps65219: Update TPS65214 MFD cell's GPIO compatible stringShree Ramamoorthy1-1/+1
2025-07-06mfd: sprd-sc27xx: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+4
2025-07-06mfd: 88pm886: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+5
2025-07-06mfd: max77705: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+3
2025-07-06mfd: max14577: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-07-06mfd: max77541: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2025-06-19mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLEAlexey Gladkov1-1/+1
2025-06-19mfd: exynos-lpass: Fix another error handling path in exynos_lpass_probe()Christophe JAILLET1-10/+15
2025-06-19mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass...Christophe JAILLET1-1/+0
2025-06-19mfd: exynos-lpass: Fix an error handling path in exynos_lpass_probe()Christophe JAILLET1-3/+2
2025-03-29Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds28-1723/+607
2025-03-21mfd: cgbc-core: Add support for conga-SA8Thomas Richard1-0/+7
2025-03-21mfd: cgbc: Add support for HWMONThomas Richard1-0/+1
2025-03-14mfd: cgbc-core: Cleanup signedness in cgbc_session_request()Dan Carpenter1-1/+1
2025-03-14mfd: pcf50633: Remove remaining PCF50633 supportDr. David Alan Gilbert3-313/+0
2025-03-14mfd: pcf50633: Remove unused platform IRQ codeDr. David Alan Gilbert3-317/+2
2025-03-14mfd: pcF50633-gpio: Remove unused driverDr. David Alan Gilbert3-100/+0
2025-03-14mfd: pcf50633-adc: Remove unused driverDr. David Alan Gilbert3-263/+0
2025-03-14mfd: qnap-mcu: Convert commas to semicolons in qnap_mcu_exec()Chen Ni1-3/+3
2025-03-14mfd: mt6397-core: Add mfd_cell for mt6359-accdetAndrew Perepech1-0/+12
2025-03-14mfd: ezx-pcap: Remove unused pcap_adc_syncDr. David Alan Gilbert1-33/+0
2025-03-14mfd: Remove STA2x11 core driverLukas Bulwahn3-652/+0
2025-03-14mfd: max77620: Allow building as a moduleAaron Kling2-1/+6
2025-03-14mfd: ene-kb3930: Fix a potential NULL pointer dereferenceChenyuan Yang1-1/+1
2025-03-14mfd: syscon: Add check for invalid resource sizeEder Zulian1-1/+8
2025-03-14mfd: max8997: Remove unused function max8997_irq_exit()Lee Jones1-11/+4
2025-03-14mfd: tps65219: Add support for TI TPS65214 PMICShree Ramamoorthy1-2/+124
2025-03-14mfd: tps65219: Add support for TI TPS65215 PMICShree Ramamoorthy1-6/+144
2025-03-14mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID checkShree Ramamoorthy1-7/+0
2025-03-14mfd: upboard-fpga: Remove ACPI_PTR() annotationAndy Shevchenko1-2/+1
2025-03-14mfd: at91-usart: Make it selectable for ARCH_LAN969XRobert Marko1-1/+1
2025-03-14mfd: intel_soc_pmic_crc: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-03-14mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-03-14mfd: sm501: Switch to BIT() to mitigate integer overflowsNikita Zhandarovich1-3/+3
2025-03-14mfd: ipaq-micro/tps65010: Use str_enable_disable-like helpersKrzysztof Kozlowski2-7/+9
2025-03-14mfd: stm32-timers: Add support for stm32mp25Fabrice Gasnier1-1/+30
2025-03-14Merge branches 'ib-mfd-input-leds-power-6.15', 'ib-mfd-power-6.15' and 'ib-mf...Lee Jones3-0/+47
2025-03-13mfd: sec: Add support for S2MPU05 PMICKaustabh Chakraborty2-0/+46
2025-02-20mfd: Add new driver for MAX77705 PMICDzmitry Sankouski3-0/+196
2025-02-20mfd: simple-mfd-i2c: Add MAX77705 supportDzmitry Sankouski1-0/+11
2025-02-20mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regsChris Morgan1-0/+1
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-1/+1
2025-02-11mfd: syscon: Restore device_node_to_regmap() for non-syscon nodesRob Herring (Arm)1-3/+26
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds16-137/+741
2025-01-09Revert "mfd: axp20x: Allow multiple regulators"Andre Przywara1-1/+1
2025-01-09mfd: syscon: Allow syscon nodes without a "syscon" compatibleRob Herring (Arm)1-6/+6
2025-01-09mfd: syscon: Remove the platform driver supportRob Herring (Arm)2-67/+0
2025-01-09mfd: syscon: Fix race in device_node_get_regmap()Rob Herring (Arm)1-9/+10