[PATCH v3 0/8] Add support for tegra30 and cardhu
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2011-11-08 11:52:13
Also in:
linux-tegra, lkml
From: pdeschrijver@nvidia.com (Peter De Schrijver)
Date: 2011-11-08 11:52:13
Also in:
linux-tegra, lkml
On Tue, Nov 08, 2011 at 12:45:59PM +0100, Peter De Schrijver wrote:
On Mon, Nov 07, 2011 at 08:10:29PM +0100, Stephen Warren wrote:quoted
Peter De Schrijver wrote at Monday, November 07, 2011 7:20 AM:quoted
This patchset adds support for the tegra30 SoC and the cardhu development board. Pathset is on top of Will Deacon's ARM reset work.A few minor issues: 1) If I enable just ARCH_TEGRA_3x_SOC, but not ARCH_TEGRA_2x_SOC, the kernel fails to build because arch/arm/mach-tegra/include/mach/irqs.h only defines NR_IRQS if ARCH_TEGRA_2x_SOC is defined. 2) All the Tegra20 boards don't depend on ARCH_TEGRA_2x_SOC, so they can be enabled even if only Tegra30 support is enabled.Indeed. I also noticed that MACH_VENTANA lacks select MACH_SEABOARD...
I take that back. It's not needed.
Maybe I should submit a seperate patch to fix all this?
I will make a patch to cleanup the ARCH_TEGRA_2x_SOC dependencies. Or do you want this as part of the tegra30/cardhu series? Cheers, Peter.