aboutsummaryrefslogtreecommitdiff
path: root/board/nvidia/seaboard/seaboard.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-30tegra: seaboard: Correct the gpio_request() callSimon Glass1-1/+1
2015-03-04dm: tegra: Enable driver model in SPL and adjust the GPIO driverSimon Glass1-3/+1
2014-10-25tegra: make local functions staticJeroen Hofstee1-0/+1
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass1-1/+1
2014-04-17ARM: tegra: Tegra20 pinmux cleanupStephen Warren1-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-25tegra: remove support for UART SPI switchAllen Martin1-1/+1
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-24/+1
2012-11-19ARM: tegra: enable 8-bit SD slots in board filesStephen Warren1-3/+2
2012-10-29ARM: tegra: don't request GPIO from Seaboard's SPLStephen Warren1-10/+4
2012-10-29ARM: tegra: select between Seaboard/Ventana at compile timeStephen Warren1-3/+1
2012-10-15tegra20: rework UART GPIO handlingLucas Stach1-1/+1
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-2/+2
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-2/+2
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-3/+3
2012-07-07mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*Tom Warren1-2/+2
2012-03-29tegra: usb: Add USB support to nvidia boardsSimon Glass1-0/+6
2012-02-12tegra: Use funcmux for MMC on seaboardSimon Glass1-17/+4
2011-12-24tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding1-1/+1
2011-12-24tegra2: Plumb in SPI/UART switch codeSimon Glass1-0/+3
2011-12-09tegra2: Use new GPIO APIs in gpio_config_uart()Stephen Warren1-16/+2
2011-12-09tegra2: Add support for VentanaStephen Warren1-2/+9
2011-12-09tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren1-31/+2
2011-12-09tegra2: Move board_mmc_init into board filesStephen Warren1-0/+53
2011-10-27tegra2: Enable MMC for SeaboardTom Warren1-1/+34
2011-04-27arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO initTom Warren1-0/+52