thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devices
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 1 Apr 2021 13:57:06 +0000 (16:57 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 31 May 2021 11:37:54 +0000 (14:37 +0300)
commit34163dfad412947c1a413324d0293f1da219231f
tree4d675fc2b36a275da8cc63dc201a437c56a6d84c
parent9b383037770fcd6b03dd3793c89055b8490957e0
thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devices

Now that we have generic functionality available in nvm.c make the DMA
port code call it instead of duplicating the functionality.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/dma_port.c