]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mfd: sec: Set DMA coherent mask
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 15 May 2026 21:38:37 +0000 (03:08 +0530)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:26:50 +0000 (11:26 +0100)
commit9e667b8ebd5d8229cf523372bf62660f1090c8a0
tree3dbe55322a1c4d8a7e27dfd9f45ca9c32b8a7f43
parente491ebea157ff3ba18483ea0f82a9536dc393dec
mfd: sec: Set DMA coherent mask

Kernel logs are filled with "DMA mask not set" messages for every
sub-device. The device does not use DMA for communication, so these
messages are useless. Disable the coherent DMA mask for the PMIC device,
which is also propagated to sub-devices.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Link: https://patch.msgid.link/20260516-s2mu005-pmic-v7-5-73f9702fb461@disroot.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/sec-common.c