media: imx: imx7-media-csi: Rename phys variables to dma_addr
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 6 Sep 2022 23:04:01 +0000 (00:04 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 25 Nov 2022 08:32:30 +0000 (08:32 +0000)
commitfa282e117b68bbdd42e99f9b6fb6b050b48fa492
treeae84f06757b8e2e1c698bb8c7811fb55d19e7003
parent2f79df7260cdafbe0cb8fd6fd5b3d8024946f95f
media: imx: imx7-media-csi: Rename phys variables to dma_addr

All the phys variables and structure fields store a DMA address, not a
physical address. Even if the two are effectively identical on all
platforms where this driver is used due to the lack of IOMMU, rename the
variables to dma_addr to make their usage clearer.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/imx/imx7-media-csi.c