[PATCH 0/4] iommu/arm-smmu: Remove arm_smmu_flush_ops

2019-09-18 Thread Robin Murphy
Hi all, Off the back of Will's iommu_flush_ops work, here's an initial followup to replace the temporary solution in arm-smmu with a full conversion. Removing teh extra layer of indirection should generally make things a good bit more efficient, and rather more readable to boot. Robin. Robin Mu

Re: [PATCH 0/4] iommu/arm-smmu: Remove arm_smmu_flush_ops

2019-09-30 Thread Will Deacon
On Wed, Sep 18, 2019 at 05:17:47PM +0100, Robin Murphy wrote: > Off the back of Will's iommu_flush_ops work, here's an initial followup > to replace the temporary solution in arm-smmu with a full conversion. > Removing teh extra layer of indirection should generally make things a > good bit more ef