commit | 8b02b2da77c89d9b9031f522e50af9eb2270585a | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Sat Sep 03 10:43:25 2022 +0300 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Wed Sep 07 09:06:51 2022 +0300 |
tree | ddea9f9efcbfbc51209e7d2ea8cc3af6886be43b | |
parent | 7bfafaa5185be3088e57f046956d6db0155ddc17 [diff] |
thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read() As we are moving the NVM vendor specifics into nvm.c we need to deal witht he retimer NVM formats too. For this reason provide retimer specific function that can be used to read the contents of the NVM and rename the internal ones accordingly analogous to what we do with routers. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>