Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-08-05 Thread Laurent Pinchart
Hi Will, On Wednesday 05 August 2015 11:45:24 Will Deacon wrote: > On Tue, Aug 04, 2015 at 11:50:45PM +0100, Laurent Pinchart wrote: > > On Tuesday 28 July 2015 13:48:47 Will Deacon wrote: > >> On Tue, Jul 21, 2015 at 11:30:07AM +0100, Robin Murphy wrote: > >>> On 21/07/15 08:30, Zhen Lei wrote: >

Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-08-05 Thread Will Deacon
On Tue, Aug 04, 2015 at 11:50:45PM +0100, Laurent Pinchart wrote: > Hi Will, Hi Laurent, > On Tuesday 28 July 2015 13:48:47 Will Deacon wrote: > > On Tue, Jul 21, 2015 at 11:30:07AM +0100, Robin Murphy wrote: > > > On 21/07/15 08:30, Zhen Lei wrote: > > > > Changelog: > > > > v2 -> v3: > > > > 1.

Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-08-04 Thread Laurent Pinchart
Hi Will, On Tuesday 28 July 2015 13:48:47 Will Deacon wrote: > On Tue, Jul 21, 2015 at 11:30:07AM +0100, Robin Murphy wrote: > > On 21/07/15 08:30, Zhen Lei wrote: > > > Changelog: > > > v2 -> v3: > > > 1. add support for pci device hotplug, which missed in patch v2. > > > 2. only support #iommu-c

Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-07-28 Thread Will Deacon
On Tue, Jul 21, 2015 at 11:30:07AM +0100, Robin Murphy wrote: > On 21/07/15 08:30, Zhen Lei wrote: > > Changelog: > > v2 -> v3: > > 1. add support for pci device hotplug, which missed in patch v2. > > 2. only support #iommu-cells = <1>, add corresponding description in > > arm,smmu-v3.txt. > > 3.

Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-07-21 Thread Leizhen (ThunderTown)
On 2015/7/21 18:30, Robin Murphy wrote: > On 21/07/15 08:30, Zhen Lei wrote: >> Changelog: >> v2 -> v3: >> 1. add support for pci device hotplug, which missed in patch v2. >> 2. only support #iommu-cells = <1>, add corresponding description in >> arm,smmu-v3.txt. >> 3. add function find_smmu_by_

Re: [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-07-21 Thread Robin Murphy
On 21/07/15 08:30, Zhen Lei wrote: Changelog: v2 -> v3: 1. add support for pci device hotplug, which missed in patch v2. 2. only support #iommu-cells = <1>, add corresponding description in arm,smmu-v3.txt. 3. add function find_smmu_by_device which extracted from find_smmu_by_node, to resolve

[PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices

2015-07-21 Thread Zhen Lei
Changelog: v2 -> v3: 1. add support for pci device hotplug, which missed in patch v2. 2. only support #iommu-cells = <1>, add corresponding description in arm,smmu-v3.txt. 3. add function find_smmu_by_device which extracted from find_smmu_by_node, to resolve the problem mentioned by Robin Murp