diff options
author | Srinivas Kandagatla <[email protected]> | 2023-05-23 16:47:47 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-05-24 11:21:51 +0100 |
commit | 95856d1f3c223c015780fffb8373a827fc4efd2e (patch) | |
tree | 6b564025daf872332334f7c47d71de5eb0a9b61b /tools/perf/scripts/python/powerpc-hcalls.py | |
parent | 3981514180c987a79ea98f0ae06a7cbf58a9ac0f (diff) |
regmap: sdw: check for invalid multi-register writes config
SoundWire code as it is only supports Bulk register writes and
it does not support multi-register writes.
Any drivers that set can_multi_write and use regmap_multi_reg_write() will
easily endup with programming the hardware incorrectly without any errors.
So, add this check in bus code to be able to validate the drivers config.
Fixes: 522272047dc6 ("regmap: sdw: Remove 8-bit value size restriction")
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions