1. 21 10月, 2013 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 23 7月, 2013 1 次提交
  4. 12 7月, 2013 1 次提交
  5. 26 6月, 2013 2 次提交
  6. 24 6月, 2013 1 次提交
  7. 13 6月, 2013 1 次提交
  8. 03 6月, 2013 1 次提交
  9. 13 4月, 2013 1 次提交
  10. 27 3月, 2013 2 次提交
  11. 26 3月, 2013 1 次提交
  12. 19 3月, 2013 2 次提交
  13. 15 3月, 2013 3 次提交
  14. 12 3月, 2013 1 次提交
  15. 08 3月, 2013 1 次提交
  16. 12 2月, 2013 2 次提交
    • A
      tegra: add SPI SLINK driver · b19f5749
      Allen Martin 提交于
      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: NAllen Martin <amartin@nvidia.com>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      b19f5749
    • A
      tegra: spi: add fdt support to tegra SPI SFLASH driver · 8f1b46b1
      Allen Martin 提交于
      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: NAllen Martin <amartin@nvidia.com>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      8f1b46b1
  17. 10 1月, 2013 1 次提交
  18. 08 1月, 2013 4 次提交
  19. 26 12月, 2012 1 次提交
  20. 19 11月, 2012 2 次提交
  21. 13 11月, 2012 8 次提交
  22. 22 9月, 2012 1 次提交
  23. 08 9月, 2012 1 次提交