1. 02 6月, 2017 1 次提交
  2. 14 1月, 2017 2 次提交
  3. 27 9月, 2016 24 次提交
  4. 14 9月, 2016 1 次提交
  5. 08 8月, 2016 1 次提交
  6. 22 6月, 2016 2 次提交
  7. 10 12月, 2015 3 次提交
  8. 25 10月, 2015 1 次提交
  9. 05 8月, 2015 1 次提交
  10. 01 4月, 2015 1 次提交
    • S
      dmaengine: ste_dma40: fix implicit conversion · de6b641e
      Stefan Agner 提交于
      The function d40_prep_sg takes the type enum dma_transfer_direction
      as second last parameter. However, the memcpy calls pass DMA_NONE
      which is of type enum dma_data_direction. Fix this by passing the
      actual transfer direction DMA_MEM_TO_MEM.
      
      This does not change the actual code flow since only the transfer
      direction DMA_MEM_TO_DEV and DMA_DEV_TO_MEM are actually used in the
      function d40_prep_sg.
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      de6b641e
  11. 27 2月, 2015 1 次提交
  12. 22 12月, 2014 2 次提交