On Thu, Jan 31, 2013 at 12:43:08PM +0200, Hiroshi Doyu wrote:
> Theoretically TEGRA_IOMMU_SMMU depends on ARCH_TEGRA_3x_SOC and
> ARCH_TEGRA_114_SOC only. This patch allows a Tegra20 only kernel to
> enable SMMU(Tegra20 doesn't have a SMMU), which could avoid editing
> this Kconfig entry every time
ernel to
> > enable SMMU(Tegra20 doesn't have a SMMU), which could avoid editing
> > this Kconfig entry every time we add a new chip later.
>
> Is there any chance to get this patch merged in v3.9?
>
> Also there's another patch for v3.9:
> [v2 1/1] iommu
his Kconfig entry every time we add a new chip later.
Is there any chance to get this patch merged in v3.9?
Also there's another patch for v3.9:
[v2 1/1] iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRA
http://lists.linuxfoundation.org/pipermail/iom
Theoretically TEGRA_IOMMU_SMMU depends on ARCH_TEGRA_3x_SOC and
ARCH_TEGRA_114_SOC only. This patch allows a Tegra20 only kernel to
enable SMMU(Tegra20 doesn't have a SMMU), which could avoid editing
this Kconfig entry every time we add a new chip later.
Signed-off-by: Hiroshi Doyu
---
v1:
http:/