diff options
author | Marek Vasut <[email protected]> | 2022-04-30 04:51:44 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-05 13:22:34 +0100 |
commit | d77e745613680c54708470402e2b623dcd769681 (patch) | |
tree | f4c18889ac84dc5f01f75441bf36e6439cd89bf1 /tools/perf/scripts/python/flamegraph.py | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) |
regmap: Add bulk read/write callbacks into regmap_config
Currently the regmap_config structure only allows the user to implement
single element register read/write using .reg_read/.reg_write callbacks.
The regmap_bus already implements bulk counterparts of both, and is being
misused as a workaround for the missing bulk read/write callbacks in
regmap_config by a couple of drivers. To stop this misuse, add the bulk
read/write callbacks to regmap_config and call them from the regmap core
code.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Jagan Teki <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Robert Foss <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
To: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions