aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2023-01-07 13:18:14 -0800
committerWolfram Sang <wsa@kernel.org>2023-03-16 20:29:38 +0100
commitff0cf7bca63092786d640820a18f3e746b02e172 (patch)
tree6edbdc504ca02d0bfd5eb43a004f4587a0311a46 /tools/perf/scripts/python
parente9d373c3feffc7fb36927837254c25081b3da4a9 (diff)
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')
0 files changed, 0 insertions, 0 deletions