commit | ffd003b2f8cba8dde0f7259e2207d63f75691096 | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Tue Jan 08 19:08:06 2019 +0200 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu Apr 18 11:18:51 2019 +0300 |
tree | f6c046373e83597a1f3e8a48e629afa8998d5996 | |
parent | 8b0110d9d10d211fc8a0e2cbb2db4533af30d36e [diff] |
thunderbolt: Add dummy read after port capability list walk on Light Ridge Light Ridge has an issue where reading the next capability pointer location in port config space the read data is not cleared. It is fine to read capabilities each after another so only thing we need to do is to make sure we issue dummy read after tb_port_find_cap() is finished to avoid the issue in next read. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>