diff options
author | Andy Shevchenko <[email protected]> | 2023-10-06 12:40:32 +0300 |
---|---|---|
committer | Andy Shevchenko <[email protected]> | 2023-10-06 13:35:39 +0300 |
commit | d3386552155c6e9128e49fff86d7acfe4b13f949 (patch) | |
tree | 8ed96cb88871d82ba466e2bccb8632835d5b486b /scripts/generate_rust_analyzer.py | |
parent | 3013c7f7780de32b950762f3a8904ef0da44ed63 (diff) |
pinctrl: cherryview: Avoid duplicated I/O
In some cases we already read the value from the register followed
by a reading of it again for other purposes, but the both reads
are under the lock and bits we are insterested in are not going
to change (they are not volatile from HW perspective). Hence, no
need to read the same register twice.
Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions