diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2023-01-08 00:18:14 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-03-16 22:29:38 +0300 |
commit | ff0cf7bca63092786d640820a18f3e746b02e172 (patch) | |
tree | 6edbdc504ca02d0bfd5eb43a004f4587a0311a46 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e9d373c3feffc7fb36927837254c25081b3da4a9 (diff) | |
download | linux-ff0cf7bca63092786d640820a18f3e746b02e172.tar.xz |
i2c: cadence: Remove unnecessary register reads
In the `cdns_i2c_mrecv()` function the CTRL register of the Cadence I2C
controller is written and read back multiple times. The register value does
not change on its own. So it is possible to remember the just written value
instead of reading it back from the hardware.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions