diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-10-06 12:40:32 +0300 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-10-06 13:35:39 +0300 |
commit | d3386552155c6e9128e49fff86d7acfe4b13f949 (patch) | |
tree | 8ed96cb88871d82ba466e2bccb8632835d5b486b /fs | |
parent | 3013c7f7780de32b950762f3a8904ef0da44ed63 (diff) | |
download | linux-d3386552155c6e9128e49fff86d7acfe4b13f949.tar.xz |
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 <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions