Re: [PATCH v2 0/2] iommu/arm-smmu: hard iova_to_phys

2014-09-27 Thread Mitchel Humpherys
On Sat, Sep 27 2014 at 02:31:51 PM, Mitchel Humpherys wrote: > This series introduces support for performing iova-to-phys translations via > the ARM SMMU hardware on supported implementations. We also make use of > some new generic macros for polling hardware registers. > > Changes since v1: > >

[PATCH v2 0/2] iommu/arm-smmu: hard iova_to_phys

2014-09-27 Thread Mitchel Humpherys
This series introduces support for performing iova-to-phys translations via the ARM SMMU hardware on supported implementations. We also make use of some new generic macros for polling hardware registers. Changes since v1: - Renamed one of the iopoll macros to use the more standard `_atomic'