Re: [PATCH v3] iommu/rockchip: Fix physical address decoding

2021-07-14 Thread Joerg Roedel
On Mon, Jul 12, 2021 at 12:12:32PM +0200, Benjamin Gaignard wrote: > Restore bits 39 to 32 at correct position. > It reverses the operation done in rk_dma_addr_dte_v2(). > > Fixes: c55356c534aa ("iommu: rockchip: Add support for iommu v2") > > Reported-by: Dan Carpenter > Signed-off-by:

[PATCH v3] iommu/rockchip: Fix physical address decoding

2021-07-12 Thread Benjamin Gaignard
Restore bits 39 to 32 at correct position. It reverses the operation done in rk_dma_addr_dte_v2(). Fixes: c55356c534aa ("iommu: rockchip: Add support for iommu v2") Reported-by: Dan Carpenter Signed-off-by: Benjamin Gaignard --- version 3: - change commit header to match with IOMMU tree