]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: dma: ti-edma3: add support for memory fill
authorTero Kristo <t-kristo@ti.com>
Fri, 29 Dec 2017 06:17:46 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:25 +0000 (15:49 -0500)
commit72b7af5a04afc22913e943decc1733a25b8eefcf
tree94fa937f7d9e32ec0f223810a9ed64ee7a43d83a
parent445277b9d1efcc239c8c05560e4db312ea4f078e
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>
arch/arm/include/asm/ti-common/ti-edma3.h
drivers/dma/ti-edma3.c