summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: tegra: paz00: add support for wakeup gpio keyMarc Dietrich2011-12-081-0/+3
| | | | | | | | | This adds support for a wakeup gpio which is connected to the embedded controller. This will be used later on for wakeup from suspend. Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
* Merge branch 'depends/rmk/gpio' into next/boardArnd Bergmann2011-10-211-7/+9
|\ | | | | | | | | | | | | | | Conflicts: arch/arm/mach-at91/board-usb-a9260.c arch/arm/mach-at91/board-usb-a9263.c arch/arm/mach-tegra/board-paz00.h arch/arm/mach-tegra/board-seaboard.h
| * ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren2011-09-271-0/+2
| | | | | | | | | | | | | | | | | | This will eventually allow <mach/gpio.h> to be deleted. This mirrors LinusW's recent equivalent work on various other ARM platforms. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* | ARM: tegra: paz00: enable wifi ledMarc Dietrich2011-08-091-0/+1
| | | | | | | | | | | | | | | | This adds support for the wifi led. It is automaticly triggered by the rfkill0 event. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
* | ARM: tegra: paz00: enable rfkill for internal wifi cardMarc Dietrich2011-08-091-4/+11
|/ | | | | | | | This patch adds support for controlling the rfkill gpios for the internal WIFI card via the rfkill_gpio driver. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: tegra: paz00: cleanup sdhci portsMarc Dietrich2011-07-131-3/+0Star
| | | | | | | | The internal storage has no gpios connected to. Also the second port is not connected at all, so remove it from the board file. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
* ARM: tegra: paz00: enable usb portsMarc Dietrich2011-07-131-0/+1
| | | | | | | | | This patch add support for the second and third ehci bus on paz00. The first bus needs gadget and nvec support and will be added once the needed patches are upstream. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
* ARM: tegra: paz00: whitespace cleanupMarc Dietrich2011-07-131-6/+6
| | | | | | | | This patch replaces long sequences of spaces by tabs and tabs by spaces were appropriate. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Colin Cross <ccross@android.com>
* ARM: tegra: Add Toshiba AC100 supportMarc Dietrich2011-03-081-0/+29
This patch adds the config infrastructure, the pinmux and basic board setup code for PAZ00 (name of board inside the AC100/AZ). Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>