Re: [PATCH 0/5] iommu/sun50i: Allwinner D1 support

2022-04-27 Thread Jernej Škrabec
Hi Samuel! Dne četrtek, 28. april 2022 ob 03:03:55 CEST je Samuel Holland napisal(a): > D1 is a RISC-V SoC from Allwinner's sunxi family. This series adds IOMMU > binding and driver support. > > One piece is still missing to use the IOMMU for DMA allocations: a call > to iommu_setup_dma_ops(). On

[PATCH 0/5] iommu/sun50i: Allwinner D1 support

2022-04-27 Thread Samuel Holland
D1 is a RISC-V SoC from Allwinner's sunxi family. This series adds IOMMU binding and driver support. One piece is still missing to use the IOMMU for DMA allocations: a call to iommu_setup_dma_ops(). On ARM64 this is handled by the architecture's code. RISC-V does not currently select ARCH_HAS_SETU