diff options
author | Javier Martinez Canillas <javierm@redhat.com> | 2022-06-16 10:34:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-20 13:35:38 +0300 |
commit | 1db43c8ad90ce07311a3ef9af7ace758d79224f9 (patch) | |
tree | 24b132c429c87582684c1c0870732d23ad8339a4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f6e5c3850d1174bf3ca53457d64e6665f48c9041 (diff) | |
download | linux-1db43c8ad90ce07311a3ef9af7ace758d79224f9.tar.xz |
regmap: Wire up regmap_config provided bulk write in missed functions
There are some functions that were missed by commit d77e74561368 ("regmap:
Add bulk read/write callbacks into regmap_config") when support to define
bulk read/write callbacks in regmap_config was introduced.
The regmap_bulk_write() and regmap_noinc_write() functions weren't changed
to use the added map->write instead of the map->bus->write handler.
Also, the regmap_can_raw_write() was not modified to take map->write into
account. So will only return true if a bus with a .write callback is set.
Fixes: d77e74561368 ("regmap: Add bulk read/write callbacks into regmap_config")
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20220616073435.1988219-4-javierm@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions