From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754583Ab1JKKpj (ORCPT ); Tue, 11 Oct 2011 06:45:39 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:6229 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753338Ab1JKKpg (ORCPT ); Tue, 11 Oct 2011 06:45:36 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Tue, 11 Oct 2011 03:45:16 -0700 From: Peter De Schrijver To: CC: Russell King , Colin Cross , Erik Gilling , Olof Johansson , , , Subject: [PATCH v8 0/3] Add support for tegra2 based ventana board Date: Tue, 11 Oct 2011 13:45:03 +0300 Message-ID: <1318329909-32601-1-git-send-email-pdeschrijver@nvidia.com> X-Mailer: git-send-email 1.7.7.rc0.72.g4b5ea.dirty X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set adds support for the tegra2 based ventana development board. Boot tested on ventana. Uses a table based approach to select the correct init function. Provoke kernel warning when no suitable pinmux table can be found. Peter De Schrijver (3): arm/tegra: prepare Seaboard pinmux code for derived boards arm/tegra: add support for ventana pinmuxing arm/tegra: device tree support for ventana board arch/arm/boot/dts/tegra-ventana.dts | 32 ++++++++++++++ arch/arm/mach-tegra/Kconfig | 6 +++ arch/arm/mach-tegra/Makefile | 1 + arch/arm/mach-tegra/Makefile.boot | 1 + arch/arm/mach-tegra/board-dt.c | 5 ++- arch/arm/mach-tegra/board-seaboard-pinmux.c | 63 ++++++++++++++++++++++++--- 6 files changed, 101 insertions(+), 7 deletions(-) create mode 100644 arch/arm/boot/dts/tegra-ventana.dts