u-boot-brain/board/nvidia/common
Allen Martin b19f57491a tegra: add SPI SLINK driver
Add driver for tegra SPI "SLINK" style driver.  This controller is
similar to the tegra20 SPI "SFLASH" controller.  The difference is
that the SLINK controller is a genernal purpose SPI controller and the
SFLASH controller is special purpose and can only talk to FLASH
devices.  In addition there are potentially many instances of an SLINK
controller on tegra and only a single instance of SFLASH.  Tegra20 is
currently ths only version of tegra that instantiates an SFLASH
controller.

This driver supports basic PIO mode of operation and is configurable
(CONFIG_OF_CONTROL) to be driven off devicetree bindings.  Up to 4
devices per controller may be attached, although typically only a
single chip select line is exposed from tegra per controller so in
reality this is usually limited to 1.

To enable this driver, use CONFIG_TEGRA_SLINK

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2013-02-11 10:35:25 -07:00
..
board.c tegra: add SPI SLINK driver 2013-02-11 10:35:25 -07:00
common.mk tegra: move common features to a common makefile 2012-10-29 09:07:04 -07:00
emc.c Tegra20: Move some include files to arch-tegra for sharing with Tegra30 2012-10-15 11:54:06 -07:00
emc.h tegra: Add EMC settings for Seaboard 2012-05-15 08:31:38 +02:00
Makefile tegra: move common features to a common makefile 2012-10-29 09:07:04 -07:00
uart-spi-switch.c tegra: clean up board include hell 2012-10-15 11:54:07 -07:00