1. 23 10月, 2007 1 次提交
  2. 11 10月, 2007 1 次提交
    • H
      [AVR32] Make dma_sync_*_for_cpu no-ops · b5a8e736
      Haavard Skinnemoen 提交于
      I don't think the dma_sync_*_for_cpu ever did anything useful. We
      flush the relevant cache lines when mapping the buffer or when calling
      dma_sync_*_for_device(), and the CPU isn't allowed to touch the buffer
      after that.
      
      In other words, if these functions actually have anything to flush
      from the caches, we're already in trouble.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      b5a8e736
  3. 07 3月, 2007 1 次提交
    • G
      avr32: dma-mapping.h · a9e28d9b
      Gary Zambrano 提交于
      Added dma_sync_single_range_for_cpu/device to dma-mapping.h in asm-avr32 to
      call dma_sync_single_for_cpu/device.  This patch enables b44 to compile on
      systems with these cpus.  This patch was created with the assumption that
      another method of dma_sync_single_range_for_cpu/device does not exist on these
      architectures.
      
      Signed-off by: Gary Zambrano <zambrano@broadcom.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      a9e28d9b
  4. 09 2月, 2007 1 次提交
  5. 08 12月, 2006 3 次提交
  6. 26 9月, 2006 1 次提交