diff options
author | Ben Wolsieffer <[email protected]> | 2023-11-02 16:30:38 -0400 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-11-13 01:26:17 +0000 |
commit | 02e3564a344064aca49f147e8a4eecbe5d3459fc (patch) | |
tree | 9892b343d3ef087b3d1f9e20ef7ce008c6f5f6c6 /scripts/generate_rust_analyzer.py | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
regmap: ram: support noinc semantics
Support noinc semantics in RAM backed regmaps, for testing purposes. Add
a new callback that selects registers which should have noinc behavior.
Bulk writes to a noinc register will cause the last value in the buffer
to be assigned to the register, while bulk reads will copy the same
value repeatedly into the buffer.
This patch only adds support to regmap-raw-ram, since regmap-ram does
not support bulk operations.
Signed-off-by: Ben Wolsieffer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions