]> git.ipfire.org Git - thirdparty/linux.git/commit
regmap: sdw-mbq: Allow defers on undeferrable controls
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 13 Apr 2026 12:46:20 +0000 (13:46 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 20 Apr 2026 17:40:02 +0000 (18:40 +0100)
commitca1b11b36d8231a748c77e4732e40de9998fa9d8
treeafb6182833b80b1ea2dcab3201dbf459a1b78c39
parent028ef9c96e96197026887c0f092424679298aae8
regmap: sdw-mbq: Allow defers on undeferrable controls

It is a fairly common DisCo issue to have the deferrability of controls
marked incorrectly and Windows seems very permissive in this regard. As
there isn't really any down side to trying a defer even if the control
isn't deferrable, allow this but add a warning message.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260413124621.1345315-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-sdw-mbq.c