Add the device field to struct iommu.
This is needed on arm64 for the interface between iommu framework and drivers (i.e. SMMU).
We have multiple instances of SMMU on arm64.
Example:
error = IOMMU_MAP(iommu->dev, iodom, va, ma, size, prot);
Differential D27229
Add dev member to struct iommu Authored by br on Nov 15 2020, 11:00 PM. Tags None Referenced Files
Subscribers
Details
Add the device field to struct iommu. This is needed on arm64 for the interface between iommu framework and drivers (i.e. SMMU). Example:
Diff Detail
|