u-boot-brain/board/nvidia
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
..
cardhu tegra: remove IRDA pinmux synonym 2013-01-16 13:40:08 -07:00
common tegra: add SPI SLINK driver 2013-02-11 10:35:25 -07:00
dts tegra30: fdt: add SPI SLINK nodes 2013-02-11 10:35:24 -07:00
harmony ARM: tegra: enable 8-bit SD slots in board files 2012-11-19 08:15:42 -07:00
seaboard ARM: tegra: enable 8-bit SD slots in board files 2012-11-19 08:15:42 -07:00
ventana ARM: tegra: fix Ventana standalone build 2012-09-07 13:54:32 -07:00
whistler tegra20: rework UART GPIO handling 2012-10-15 11:54:07 -07:00