Merge branch 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma into...
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:37:40 +0000 (13:37 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Nov 2014 12:37:40 +0000 (13:37 +0100)
commit1097b88b4a3bc0d76bab271d9b5f9b08b4714b24
tree35178601372bf7391bcab108c1b7597b3c66a299
parent9e64b2a421db0f825ae2c07ed004c785303dc70e
parentfef4cbf2ab830fcd695d892927386ad9ccc46339
Merge branch 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma into next/dt

This is a dependency for the at91 DT support, and marked as a stable branch
by Vinod

* 'topic/at_xdmac' of git://git.infradead.org/users/vkoul/slave-dma:
  dmaengine: at_xdmac: Add DMA_PRIVATE
  ARM: dts: at_xdmac: fix bad value of dma-cells in documentation
  dmaengine: at_xdmac: fix missing spin_unlock
  dmaengine: at_xdmac: fix a bug in transfer residue computation
  dmaengine: at_xdmac: fix software lockup at_xdmac_tx_status()
  dmaengine: at_xdmac: remove chancnt affectation
  dmaengine: at_xdmac: prefer usage of readl/writel_relaxed
  dmaengine: xdmac: fix print warning on dma_addr_t variable
  dmaengine: xdmac: fix print warning on size_t variable
  dmaengine: at_xdmac: fix usage of read, write wrappers
  dmaengine: at_xdmac: fix semicolon.cocci warnings
  MAINTAINERS: add entry for Atmel XDMA driver
  ARM: dts: at_xdmac: add bindings documentation
  dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driver

Signed-off-by: Arnd Bergmann <arnd@arndb.de>