1. 15 Oct, 2018 1 commit
  2. 11 Oct, 2018 3 commits
  3. 20 Sep, 2018 2 commits
  4. 05 Sep, 2018 4 commits
  5. 04 Sep, 2018 1 commit
  6. 03 Sep, 2018 1 commit
  7. 28 Aug, 2018 2 commits
  8. 15 Aug, 2018 1 commit
  9. 03 Aug, 2018 1 commit
  10. 02 Aug, 2018 4 commits
  11. 01 Aug, 2018 4 commits
  12. 31 Jul, 2018 1 commit
  13. 30 Jul, 2018 4 commits
  14. 26 Jul, 2018 1 commit
  15. 24 Jul, 2018 6 commits
  16. 18 Jul, 2018 3 commits
  17. 17 Jul, 2018 1 commit
    • Andrey Smirnov's avatar
      spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer · 5f8f8035
      Andrey Smirnov authored
      Upper layer users of SPI device drivers may rely on 'actual_length',
      so it is important that information is correctly reported. One such
      example is spi_mem_exec_op() function that will fail if
      'actual_length' of the data transferred is not what was requested. Add
      necessary code to populate 'actual_length.
      
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Sanchayan Maity <maitysanchayan@gmail.com>
      Cc: Stefan Agner <stefan@agner.ch>
      Cc: cphealy@gmail.com
      Cc: linux-spi@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      5f8f8035