Skip to content
Snippets Groups Projects
  1. Mar 14, 2013
  2. Mar 11, 2013
  3. Mar 08, 2013
  4. Mar 04, 2013
  5. Mar 01, 2013
  6. Feb 28, 2013
  7. Feb 23, 2013
  8. Feb 20, 2013
  9. Feb 19, 2013
  10. Feb 18, 2013
  11. Feb 15, 2013
  12. Feb 11, 2013
    • Allen Martin's avatar
      tegra: add SPI SLINK driver · b19f5749
      Allen Martin authored
      
      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: default avatarAllen Martin <amartin@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      b19f5749
    • Allen Martin's avatar
      tegra: spi: add fdt support to tegra SPI SFLASH driver · 8f1b46b1
      Allen Martin authored
      
      Add support for configuring tegra SPI driver from devicetree.
      Support is keyed off CONFIG_OF_CONTROL.  Add entry in seaboard dts
      file for spi controller to describe seaboard spi.
      
      Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      8f1b46b1
  13. Feb 06, 2013
  14. Feb 04, 2013
Loading