commit | ee4a427cec5182879b1570b13c7d5e65948f30b7 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Dec 29 11:47:46 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 15:49:25 2018 -0500 |
tree | 94fa937f7d9e32ec0f223810a9ed64ee7a43d83a | |
parent | 08a947c98b830b9e9d5aa87401a37b2d6c21529a [diff] |
drivers: dma: ti-edma3: add support for memory fill Add support for simple memory fill operation. With large data sizes it is much faster to use EDMA for memory fill rather than CPU. Signed-off-by: Tero Kristo <t-kristo@ti.com>