Re: [PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver

2018-10-25 Thread Thierry Reding
On Tue, Oct 23, 2018 at 03:39:07PM -0700, Krishna Reddy wrote: > Tegra194 SMMU driver supports Dual ARM SMMU configuration > supported in Tegra194 SOC. > The IOVA accesses from HW devices are interleaved across two > ARM SMMU devices. > > Signed-off-by: Krishna Reddy > --- > drivers/iommu/Makefi

Re: [PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver

2018-10-24 Thread kbuild test robot
Hi Krishna, Thank you for the patch! Yet something to improve: [auto build test ERROR on iommu/next] [also build test ERROR on next-20181019] [cannot apply to v4.19] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0d

[PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver

2018-10-23 Thread Krishna Reddy
Tegra194 SMMU driver supports Dual ARM SMMU configuration supported in Tegra194 SOC. The IOVA accesses from HW devices are interleaved across two ARM SMMU devices. Signed-off-by: Krishna Reddy --- drivers/iommu/Makefile| 1 + drivers/iommu/tegra194-smmu.c | 201