1. 12 Mar, 2019 1 commit
    • Tien Hock, Loh's avatar
      drivers: synopsys: Fix synopsys MMC driver · 3d0f30bb
      Tien Hock, Loh authored
      
      
      There are some issues with synopsys MMC driver:
      - CMD8 should not expect data (for SD)
      - ACMD51 should expect data (Send SCR for SD)
      - dw_prepare should not dictate size to be MMC_BLOCK_SIZE, block size is
      now handled in the dw_prepare function
      - after the CMD completes, when doing dw_read, we need to invalidate cache
      and wait for the data transfer to complete
      - Need to set FIFO threshold, otherwise DMA might never get the interrupt
      to read or write
      Signed-off-by: default avatarTien Hock, Loh <tien.hock.loh@intel.com>
      3d0f30bb
  2. 26 Feb, 2019 1 commit
  3. 20 Feb, 2019 2 commits
  4. 19 Feb, 2019 3 commits
  5. 18 Feb, 2019 3 commits
  6. 15 Feb, 2019 1 commit
  7. 14 Feb, 2019 13 commits
  8. 13 Feb, 2019 8 commits
  9. 12 Feb, 2019 6 commits
  10. 11 Feb, 2019 2 commits