1. 19 2月, 2016 1 次提交
  2. 10 2月, 2016 1 次提交
    • V
      spi: introduce accelerated read support for spi flash devices · 556351f1
      Vignesh R 提交于
      In addition to providing direct access to SPI bus, some spi controller
      hardwares (like ti-qspi) provide special port (like memory mapped port)
      that are optimized to improve SPI flash read performance.
      This means the controller can automatically send the SPI signals
      required to read data from the SPI flash device.
      For this, SPI controller needs to know flash specific information like
      read command to use, dummy bytes and address width.
      
      Introduce spi_flash_read() interface to support accelerated read
      over SPI flash devices. SPI master drivers can implement this callback to
      support interfaces such as memory mapped read etc. m25p80 flash driver
      and other flash drivers can call this make use of such interfaces. The
      interface should only be used with SPI flashes and cannot be used with
      other SPI devices.
      Signed-off-by: NVignesh R <vigneshr@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      556351f1
  3. 08 1月, 2016 1 次提交
  4. 07 1月, 2016 1 次提交
  5. 06 1月, 2016 4 次提交
  6. 05 1月, 2016 2 次提交
  7. 01 1月, 2016 3 次提交
  8. 31 12月, 2015 2 次提交
  9. 23 12月, 2015 3 次提交
  10. 16 12月, 2015 6 次提交
  11. 14 12月, 2015 3 次提交
  12. 13 12月, 2015 5 次提交
  13. 08 12月, 2015 6 次提交
  14. 04 12月, 2015 2 次提交