1. 12 12月, 2009 1 次提交
  2. 04 12月, 2009 1 次提交
  3. 16 9月, 2009 1 次提交
  4. 15 9月, 2009 1 次提交
  5. 27 7月, 2009 1 次提交
  6. 05 6月, 2009 1 次提交
  7. 10 4月, 2009 1 次提交
  8. 30 3月, 2009 1 次提交
  9. 23 3月, 2009 1 次提交
  10. 09 3月, 2009 1 次提交
  11. 22 1月, 2009 1 次提交
  12. 04 12月, 2008 1 次提交
  13. 30 11月, 2008 1 次提交
    • R
      [ARM] Hide ISA DMA API when ISA_DMA_API is unset · dcea83ad
      Russell King 提交于
      When ISA_DMA_API is unset, we're not implementing the ISA DMA API,
      so there's no point in publishing the prototypes via asm/dma.h, nor
      including the machine dependent parts of that API.
      
      This allows us to remove a lot of mach/dma.h files which don't contain
      any useful code.  Unfortunately though, some platforms put their own
      private non-ISA definitions into mach/dma.h, so we leave these behind
      and fix the appropriate #include statments.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      dcea83ad
  14. 29 11月, 2008 1 次提交
  15. 20 11月, 2008 1 次提交
  16. 25 9月, 2008 1 次提交
  17. 09 9月, 2008 2 次提交
  18. 08 9月, 2008 1 次提交
  19. 07 8月, 2008 1 次提交
  20. 13 7月, 2008 7 次提交
  21. 11 6月, 2008 1 次提交
  22. 08 4月, 2008 1 次提交
  23. 26 3月, 2008 1 次提交
  24. 17 3月, 2008 4 次提交
  25. 09 2月, 2008 1 次提交
  26. 28 1月, 2008 2 次提交
  27. 24 11月, 2007 1 次提交
  28. 10 11月, 2007 1 次提交
  29. 16 10月, 2007 1 次提交
    • R
      [NET] smc91x: fix PXA DMA support code · 073ac8fd
      Russell King 提交于
      The PXA DMA support code for smc91x doesn't pass a struct device to
      the dma_*map_single() functions, which leads to an oops in the dma
      bounce code.  We have a struct device which was used to probe the
      SMC chip.  Use it.
      
      (This patch is slightly larger because it requires struct smc_local
      to move into the header file.)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      073ac8fd