search for: _iommu_configure

Displaying 1 result from an estimated 1 matches for "_iommu_configure".

Did you mean: of_iommu_configure
2020 Feb 14
1
[PATCH 2/3] PCI: Add DMA configuration for virtual platforms
...astructure is > able to deal with multiple DMA configuration methods. Urgh, it's already been established[1] that having IOMMU setup tied to DMA configuration at driver probe time is not just conceptually wrong but actually broken, so the concept here worries me a bit. In a world where of_iommu_configure() and friends are being called much earlier around iommu_probe_device() time, how badly will this fall apart? Robin. [1] https://lore.kernel.org/linux-iommu/9625faf4-48ef-2dd3-d82f-931d9cf26976 at huawei.com/ > Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> > --...