Re: [PATCH v8 09/14] dt-bindings: iommu/rockchip: Add clock property

2018-03-25 Thread Rob Herring
On Fri, Mar 23, 2018 at 03:38:09PM +0800, Jeffy Chen wrote: > Add clock property, since we are going to control clocks in rockchip > iommu driver. > > Signed-off-by: Jeffy Chen > Reviewed-by: Robin Murphy > --- Reviewed-by: Rob Herring ___ iommu mail

Re: [PATCH 0/3] iommu/vt-d: Global PASID name space

2018-03-25 Thread Lu Baolu
Hi Joerg, A gentle ping. :-) Any comments on this patch set? Best regards, Lu Baolu On 03/15/2018 10:38 AM, Lu Baolu wrote: > Hi, > > This patch series is trying to change the scope of PASID management > used in Intel IOMMU driver from per IOMMU to driver global. This is > required for some cas

Re: [PATCH v8 11/14] iommu/rockchip: Use OF_IOMMU to attach devices automatically

2018-03-25 Thread Daniel Kurtz
On Fri, Mar 23, 2018 at 1:40 AM Jeffy Chen wrote: > Converts the rockchip-iommu driver to use the OF_IOMMU infrastructure, > which allows attaching master devices to their IOMMUs automatically > according to DT properties. > Signed-off-by: Jeffy Chen > Reviewed-by: Robin Murphy > --- > Change