Re: [PATCH 06/12] dmaengine: dw-edma-pcie: Rename DMA data copy

From: Frank Li

Date: Thu May 21 2026 - 12:26:49 EST


On Thu, May 21, 2026 at 03:31:09PM +0900, Koichiro Den wrote:

subject:
dmaengine: dw-edma-pcie: Rename vsec_data to dma_data

> dw_edma_pcie_probe() now obtains DMA layout data through device-specific
> capability callbacks, not only from PCIe Vendor-Specific Extended
> Capabilities. Rename the local data copy from vsec_data to dma_data
> before adding endpoint DMA BAR metadata discovery, which does not rely
> on VSEC.
>
> No functional change intended.
>
> Signed-off-by: Koichiro Den <den@xxxxxxxxxxxxx>
> ---

Frank