Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into dmaengine
authorDan Williams <dan.j.williams@intel.com>
Fri, 11 Mar 2011 22:56:58 +0000 (14:56 -0800)
committerDan Williams <dan.j.williams@intel.com>
Fri, 11 Mar 2011 22:56:58 +0000 (14:56 -0800)
commit6c11371dd17c5bd29e3a53cf5263be6ea67c51e4
tree012aaba103ad8f685cd1b6bb882472b56818b446
parentf5539af572ffa35545f21f604fb747eae55c8042
parent0b863b333f529c7ddd8bee58e6696a7254417a05
Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into dmaengine

* 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma:
  drivers, pch_dma: Fix warning when CONFIG_PM=n.
  dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writel
  avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize
  dw_dmac: Setting Default Burst length for transfers as 16.
  dw_dmac: Allow src/dst msize & flow controller to be configured at runtime
  dw_dmac: Changing type of src_master and dest_master to u8.
  dw_dmac: Pass Channel Priority from platform_data
  dw_dmac: Pass Channel Allocation Order from platform_data
  dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish
  dw_dmac: Change value of DWC_MAX_COUNT to 4095.
  dw_dmac: Adding support for 64 bit access width for memcpy xfers
  dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock
  dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all
  dw_dmac: Replace module_init() with subsys_initcall()
  dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK
  dmaengine: mxs-dma: add dma support for i.MX23/28
  pch_dma: set the number of array correctly
  pch_dma: fix kernel error issue