Re: [PATCH v3 1/2] DW DMAC: enable memory-to-memory transfers support

2016-11-18 Thread Andy Shevchenko
On Fri, 2016-11-18 at 22:12 +0300, Eugeniy Paltsev wrote: > All known devices, which use DT for configuration, support > memory-to-memory transfers. So enable it by default, if we read > configuration from DT. > > Signed-off-by: Eugeniy Paltsev You missed the given

[PATCH v3 1/2] DW DMAC: enable memory-to-memory transfers support

2016-11-18 Thread Eugeniy Paltsev
All known devices, which use DT for configuration, support memory-to-memory transfers. So enable it by default, if we read configuration from DT. Signed-off-by: Eugeniy Paltsev --- drivers/dma/dw/platform.c | 6 ++ 1 file changed, 6 insertions(+) diff --git