1. 30 4月, 2013 1 次提交
  2. 08 1月, 2013 1 次提交
  3. 14 9月, 2012 1 次提交
  4. 15 5月, 2012 1 次提交
  5. 21 3月, 2012 1 次提交
    • N
      dmaengine: at_hdmac: add slave config operation · beeaa103
      Nicolas Ferre 提交于
      This patch introduces DMA_SLAVE_CONFIG to at_hdmac Atmel DMA driver.
      
      It is needed to fix a regression in the use of atmel-mci.c driver on Atmel
      AT91 platforms brouth by e2b35f3d:
      "dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes"
      
      We remove some parts of the private structure "at_dma_slave" and use the
      information provided by "struct dma_slave_config": source/destination
      peripheral registers and access width.
      
      AT_DMA_SLAVE_WIDTH_* values used previously are not needed anymore as we
      now use the standard ones. Although some conversion functions are needed to
      match register expected values.
      
      Some AT91 sub-architecture specific files are slightly touched by this patch
      but it cannot be split because it can break compilation.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
      beeaa103
  6. 13 3月, 2012 1 次提交
  7. 31 1月, 2012 1 次提交
  8. 28 11月, 2011 1 次提交
  9. 10 11月, 2011 1 次提交
  10. 19 8月, 2011 2 次提交
  11. 09 5月, 2011 1 次提交
  12. 02 5月, 2011 3 次提交
  13. 09 9月, 2009 1 次提交
  14. 23 7月, 2009 2 次提交