Re: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-18 Thread Anup Patel
:48 AM >> To: Catalin Marinas; Joerg Roedel; Will Deacon; Robin Murphy; Sricharan R; >> Linux IOMMU; Linux ARM Kernel >> Cc: Mark Rutland; Device Tree; Scott Branden; Pawel Moll; Ian Campbell; > Ray >> Jui; Linux Kernel; Vikram Prakash; Rob Herring; BCM Kernel Feedback; Kuma

Re: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-18 Thread Anup Patel
as; Joerg Roedel; Will Deacon; Robin Murphy; Sricharan R; >> Linux IOMMU; Linux ARM Kernel >> Cc: Mark Rutland; Device Tree; Scott Branden; Pawel Moll; Ian Campbell; > Ray >> Jui; Linux Kernel; Vikram Prakash; Rob Herring; BCM Kernel Feedback; Kumar >> Gala; Anup Patel

RE: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-18 Thread Sricharan
ux ARM Kernel > Cc: Mark Rutland; Device Tree; Scott Branden; Pawel Moll; Ian Campbell; Ray > Jui; Linux Kernel; Vikram Prakash; Rob Herring; BCM Kernel Feedback; Kumar > Gala; Anup Patel > Subject: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from > arm_smmu_of_setup() > >

RE: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-18 Thread Sricharan
ux ARM Kernel > Cc: Mark Rutland; Device Tree; Scott Branden; Pawel Moll; Ian Campbell; Ray > Jui; Linux Kernel; Vikram Prakash; Rob Herring; BCM Kernel Feedback; Kumar > Gala; Anup Patel > Subject: [PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from > arm_smmu_of_setup() > >

[PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-07 Thread Anup Patel
The SMMUv1/SMMUv2 driver is initialized very early using the IOMMU_OF_DECLARE() but the actual platform device is probed via normal DT probing. This patch uses of_platform_device_create() from arm_smmu_of_setup() to ensure that SMMU platform device is probed immediately. Signed-off-by: Anup

[PATCH v2 2/4] iommu/arm-smmu: Invoke DT probe from arm_smmu_of_setup()

2016-02-07 Thread Anup Patel
The SMMUv1/SMMUv2 driver is initialized very early using the IOMMU_OF_DECLARE() but the actual platform device is probed via normal DT probing. This patch uses of_platform_device_create() from arm_smmu_of_setup() to ensure that SMMU platform device is probed immediately. Signed-off-by: Anup