1. 02 6月, 2014 2 次提交
    • V
      dmaengine: s3c24xx-dma: Process whole SG chain · 6915f45f
      Vasily Khoruzhick 提交于
      Due to redundant 'break' in loop driver processed only first chunk.
      Signed-off-by: NVasily Khoruzhick <anarsoul@gmail.com>
      Reviewed-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      6915f45f
    • J
      dmaengine: imx: correct sdmac->status for cyclic dma tx · ffe59b29
      Jiada Wang 提交于
      In cyclic dma tx's handler sdma_handle_channel_loop(),
      SDMA channel statue is set to either DMA_ERROR or DMA_IN_PROGRESS
      based on each period's status. This has the following issues:
      
      1) If one period's status is BD_RROR, then channel status
         will be set to DMA_ERROR, but it will be overwritten to DMA_IN_PROGRESS
         if the following periods are OK.
      2) DMA client may call sdma_control(DMA_TERMINATE_ALL) to stop the cyclic dma
         operation, sdma channel status will be set to DMA_ERROR,
         but if after this handler is called, then again the channel status will be overwritten
         to DMA_IN_PROGRESS. Then the following dmaengine_prep_dma_cyclic() will always fail,
         as channel status is DMA_IN_PROGRESS.
      
      As in cyclic dma tx, channel status will be initially set to DMA_IN_PROGRESS,
      driver only needs to change it to DMA_ERROR, when something wrong happens
      (one period status is wrong, or stoped by client explicitly).
      Signed-off-by: NJiada Wang <jiada_wang@mentor.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      ffe59b29
  2. 22 5月, 2014 4 次提交
  3. 21 5月, 2014 1 次提交
  4. 07 5月, 2014 8 次提交
  5. 03 5月, 2014 10 次提交
  6. 02 5月, 2014 3 次提交
  7. 30 4月, 2014 8 次提交
  8. 29 4月, 2014 1 次提交
  9. 23 4月, 2014 3 次提交