1. 05 7月, 2011 1 次提交
  2. 25 5月, 2011 8 次提交
  3. 23 4月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 29 3月, 2011 1 次提交
  6. 19 2月, 2011 1 次提交
  7. 18 2月, 2011 1 次提交
  8. 15 1月, 2011 1 次提交
  9. 22 12月, 2010 1 次提交
  10. 17 12月, 2010 1 次提交
  11. 01 12月, 2010 1 次提交
  12. 20 10月, 2010 1 次提交
  13. 08 10月, 2010 2 次提交
  14. 19 7月, 2010 1 次提交
  15. 09 7月, 2010 2 次提交
  16. 17 6月, 2010 1 次提交
  17. 04 5月, 2010 1 次提交
  18. 03 5月, 2010 1 次提交
  19. 14 4月, 2010 1 次提交
  20. 13 2月, 2010 1 次提交
  21. 05 2月, 2010 1 次提交
  22. 20 1月, 2010 1 次提交
  23. 16 12月, 2009 1 次提交
  24. 20 11月, 2009 1 次提交
  25. 04 11月, 2009 1 次提交
  26. 26 10月, 2009 1 次提交
  27. 23 9月, 2009 2 次提交
  28. 07 9月, 2009 1 次提交
  29. 26 7月, 2009 1 次提交
  30. 23 7月, 2009 1 次提交
    • N
      dmaengine: at_hdmac: add DMA slave transfers · 808347f6
      Nicolas Ferre 提交于
      This patch for at_hdmac adds the slave transfers capability to the Atmel DMA
      controller available on some AT91 SOCs. This allow peripheral to memory and
      memory to peripheral transfers with hardware handshaking.
      
      Slave structure for controller specific information is passed through channel
      private data. This at_dma_slave structure is defined in at_hdmac.h header file
      and relative hardware definition are moved to this file from at_hdmac_regs.h.
      Doing this we allow the channel configuration from platform definition code.
      
      This work is intensively based on dw_dmac and several slave implementations.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      808347f6