On 11/24/20 09:41, Marek Szyprowski wrote:
This driver always operates on the DMA/IOVA addresses, so calling them physicall addresses is misleading, although when no IOMMU is used they equal each other. Fix this by renaming all such entries to 'addr' and adjusting comments. Signed-off-by: Marek Szyprowski<m.szyprowski@xxxxxxxxxxx> --- This patch was previously sent as part of "[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM" patchset: https://lore.kernel.org/linux-samsung-soc/20200925141218.13550-1-m.szyprowski@xxxxxxxxxxx/ The IOMMU related changes are still under review, but this change is unrelated and it makes sense to aplly it separately.
Reviewed-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>