index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
mfd: da9063: Split chip variant reading in two bus transactions
Jens Kehne
1
-6
/
+21
2025-11-24
mfd: madera: Work around false-positive -Wininitialized warning
Arnd Bergmann
1
-2
/
+2
2025-11-24
mfd: stmpe-i2c: Add missing MODULE_LICENSE
Alexander Stein
1
-0
/
+1
2025-11-24
mfd: stmpe: Remove IRQ domain upon removal
Alexander Stein
1
-0
/
+3
2025-10-19
mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flag
Hans de Goede
1
-0
/
+2
2025-10-19
mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for cache_type
Andy Shevchenko
1
-1
/
+0
2025-10-19
mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config max_register value
Hans de Goede
1
-1
/
+1
2025-10-15
mfd: vexpress-sysreg: Check the return value of devm_gpiochip_add_data()
Bartosz Golaszewski
1
-1
/
+5
2025-10-15
mfd: rz-mtu3: Fix MTU5 NFCR register offset
Cosmin Tanislav
1
-1
/
+1
2025-08-28
mfd: axp20x: Set explicit ID for AXP313 regulator
Chen-Yu Tsai
1
-1
/
+2
2025-07-06
mfd: max14577: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-0
/
+1
2025-06-19
mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
Alexey Gladkov
1
-1
/
+1
2025-06-19
mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass...
Christophe JAILLET
1
-1
/
+0
2025-06-04
mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
Shree Ramamoorthy
1
-7
/
+0
2025-04-25
mfd: ene-kb3930: Fix a potential NULL pointer dereference
Chenyuan Yang
1
-1
/
+1
2025-04-10
mfd: sm501: Switch to BIT() to mitigate integer overflows
Nikita Zhandarovich
1
-3
/
+3
2025-02-17
mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
Hans de Goede
1
-1
/
+2
2025-02-08
mfd: syscon: Fix race in device_node_get_regmap()
Rob Herring (Arm)
1
-9
/
+10
2025-02-08
mfd: syscon: Use scoped variables with memory allocators to simplify error paths
Krzysztof Kozlowski
1
-13
/
+7
2025-02-08
mfd: syscon: Add of_syscon_register_regmap() API
Peter Griffin
1
-0
/
+48
2025-02-08
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
1
-3
/
+1
2024-12-09
mfd: rt5033: Fix missing regmap_del_irq_chip()
Zhang Changzhong
1
-2
/
+2
2024-12-09
mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices
Andy Shevchenko
1
-24
/
+30
2024-12-09
mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device
Andy Shevchenko
1
-14
/
+17
2024-12-09
mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
Andy Shevchenko
1
-17
/
+40
2024-12-09
mfd: da9052-spi: Change read-mask to write-mask
Marcus Folkesson
1
-1
/
+1
2024-12-09
mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race
Jinjie Ruan
1
-6
/
+2
2024-10-17
mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Hans de Goede
1
-1
/
+0
2024-08-03
mfd: omap-usb-tll: Use struct_size to allocate tll
Javier Carrasco
1
-2
/
+1
2024-08-03
mfd: rsmu: Split core code into separate module
Arnd Bergmann
2
-4
/
+4
2024-03-26
mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults
Maciej Strozek
1
-2
/
+2
2024-03-26
mfd: cs42l43: Fix wrong register defaults
Maciej Strozek
1
-34
/
+34
2024-03-26
mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a ref
Peter Griffin
1
-1
/
+3
2024-03-26
mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref
Peter Griffin
1
-1
/
+3
2024-02-05
mfd: ti_am335x_tscadc: Fix TI SoC dependencies
Peter Robinson
1
-0
/
+1
2024-01-25
mfd: intel-lpss: Fix the fractional clock divider flags
Andy Shevchenko
1
-1
/
+1
2024-01-25
mfd: tps6594: Add null pointer check to tps6594_device_init()
Kunwu Chan
1
-0
/
+3
2024-01-25
mfd: syscon: Fix null pointer dereference in of_syscon_register()
Kunwu Chan
1
-0
/
+4
2024-01-25
mfd: cs42l43: Correct SoundWire port list
Charles Keepax
1
-46
/
+28
2024-01-25
mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO
Neil Armstrong
1
-21
/
+13
2023-11-28
mfd: qcom-spmi-pmic: Fix revid implementation
Johan Hovold
1
-16
/
+53
2023-11-28
mfd: qcom-spmi-pmic: Fix reference leaks in revid helper
Johan Hovold
1
-13
/
+19
2023-11-28
mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs
Jarkko Nikula
1
-0
/
+13
2023-11-20
mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs
Hans de Goede
1
-0
/
+3
2023-11-20
mfd: dln2: Fix double put in dln2_probe
Dinghao Liu
1
-1
/
+0
2023-11-20
mfd: core: Ensure disabled devices are skipped without aborting
Herve Codina
1
-5
/
+12
2023-10-05
Merge tag 'mfd-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-0
/
+1
2023-09-23
mfd: cs42l43: Use correct macro for new-style PM runtime ops
Charles Keepax
1
-2
/
+2
2023-09-19
mfd: cs42l43: Fix MFD_CS42L43 dependency on REGMAP_IRQ
Woody Zhang
1
-0
/
+1
2023-08-22
mfd: mc13xxx: Simplify device data fetching in probe()
Biju Das
1
-8
/
+1
[next]