Re: [PATCH v2 7/9] iommu/arm-smmu: remove arm_smmu_devices

2015-07-08 Thread leizhen
On 2015/7/8 21:13, Robin Murphy wrote: > On 07/07/15 04:30, Zhen Lei wrote: >> It can be replaced by of_iommu_list(in of_iommu.c). >> >> Signed-off-by: Zhen Lei >> --- >> drivers/iommu/arm-smmu-v3.c | 22 ++ >> 1 file changed, 2 insertions(+), 20 deletions(-) >> >> diff --gi

Re: [PATCH v2 7/9] iommu/arm-smmu: remove arm_smmu_devices

2015-07-08 Thread Robin Murphy
On 07/07/15 04:30, Zhen Lei wrote: It can be replaced by of_iommu_list(in of_iommu.c). Signed-off-by: Zhen Lei --- drivers/iommu/arm-smmu-v3.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c

[PATCH v2 7/9] iommu/arm-smmu: remove arm_smmu_devices

2015-07-06 Thread Zhen Lei
It can be replaced by of_iommu_list(in of_iommu.c). Signed-off-by: Zhen Lei --- drivers/iommu/arm-smmu-v3.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index c569539..39c55f6 100644 --- a/dr