[PATCH v3 5/6] dpaa_eth: fix iova handling for contiguous frames
Christoph Hellwig
hch at infradead.org
Sat Jun 1 02:32:29 AEST 2019
On Thu, May 30, 2019 at 05:19:50PM +0300, laurentiu.tudor at nxp.com wrote:
> +static phys_addr_t dpaa_iova_to_phys(const struct dpaa_priv *priv,
> + dma_addr_t addr)
> +{
> + return priv->domain ? iommu_iova_to_phys(priv->domain, addr) : addr;
> +}
Again, a driver using the iommu API must not call iommu_* APIs.
This chane is not acceptable.
More information about the Linuxppc-dev
mailing list