From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752855Ab1JLLxf (ORCPT ); Wed, 12 Oct 2011 07:53:35 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:15029 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703Ab1JLLxc (ORCPT ); Wed, 12 Oct 2011 07:53:32 -0400 X-PGP-Universal: processed; by hqnvupgp06.nvidia.com on Wed, 12 Oct 2011 04:53:13 -0700 From: To: CC: Russell King , Colin Cross , Erik Gilling , Olof Johansson , , , Subject: [PATCH v9 0/3] Add support for tegra2 based ventana board Date: Wed, 12 Oct 2011 14:53:02 +0300 Message-ID: <1318420387-6802-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 From: Peter De Schrijver 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