1. 23 8月, 2017 1 次提交
  2. 16 8月, 2017 1 次提交
  3. 03 8月, 2017 2 次提交
  4. 30 6月, 2017 1 次提交
  5. 26 4月, 2017 4 次提交
  6. 29 3月, 2017 1 次提交
  7. 16 3月, 2017 1 次提交
    • J
      ASoC: Intel: Skylake: Fix module load when module size > DMA buffer size · b7d0254c
      Jeeja KP 提交于
      When module size > DMA buffer size, driver copies first chunk and waits
      for the BDL complete interrupt. BDL complete interrupt never occurs and
      wait time expires as module load IPC is not send to start the DMA from
      DSP.
      
      To fix the above issue need to follow the below steps:
      1. After copying the first chunk, send the module load IPC to start the
      DMA.
      2. Wait for the BDL interrupt. Once interrupt is received, copy the
      next chunk.
      3. Continue step 2 till all bytes are copied.
      4. When all the bytes are copied (bytes_left = 0), wait for module load
      IPC response
      5. Handled module load IPC response messages, check the load module IPC
      response and wake up the thread to complete module load.
      Signed-off-by: NJeeja KP <jeeja.kp@intel.com>
      Acked-by: NVinod Koul <vinod.koul@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      b7d0254c
  8. 07 1月, 2017 1 次提交
  9. 25 9月, 2016 1 次提交
  10. 08 8月, 2016 3 次提交
  11. 22 6月, 2016 2 次提交
  12. 15 6月, 2016 1 次提交
  13. 14 6月, 2016 1 次提交
  14. 07 6月, 2016 1 次提交
  15. 31 5月, 2016 2 次提交
  16. 02 5月, 2016 1 次提交
  17. 22 4月, 2016 1 次提交
  18. 12 3月, 2016 1 次提交
  19. 17 12月, 2015 1 次提交
  20. 09 12月, 2015 1 次提交
  21. 19 11月, 2015 2 次提交
  22. 16 11月, 2015 2 次提交
  23. 09 10月, 2015 1 次提交
  24. 17 7月, 2015 1 次提交