Re: [PATCH] dmaengine: dmatest: Restore "memcpy" as default mode

2016-09-15 Thread Vinod Koul
On Wed, Sep 14, 2016 at 08:40:38PM +0300, Eugeniy Paltsev wrote: > Commit 0d4cb44da6ca0e8 ("dmaengine: dmatest: Add support for > scatter-gather DMA mode") changes default "dmatest" behavior by > changing default mode from "memcpy" to "scatter-gather". > Now "memcpy" gets back as default mode. App

Re: [PATCH] dmaengine: DW DMAC: split pdata to hardware properties and platform quirks

2016-09-15 Thread kbuild test robot
Hi Eugeniy, [auto build test ERROR on slave-dma/next] [also build test ERROR on next-20160915] [cannot apply to linus/master linux/master v4.8-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --b

[PATCH] dmaengine: DW DMAC: split pdata to hardware properties and platform quirks

2016-09-15 Thread Eugeniy Paltsev
This patch is to address a proposal by Andy in this thread: http://www.spinics.net/lists/dmaengine/msg10754.html Split platform data to actual hardware properties, and platform quirks. Now we able to use quirks and hardware properties separately from different sources (pdata, device tree or autocon