commit | 8c6f0fc4d2d505b17fc67675f0797fe3fc6e6c26 | [log] [tgz] |
---|---|---|
author | Cooper Jr., Franklin <fcooper@ti.com> | Fri Apr 15 15:28:59 2016 -0500 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Thu May 05 23:52:01 2016 +0200 |
tree | 3a337a1de2334eedb494501aeaf264aaa2892ef2 | |
parent | 03d3a1df6da660999d8f14552ac4d875e94090a3 [diff] |
mtd: nand: omap2: Fix high memory dma prefetch transfer Based on DMA documentation and testing using high memory buffer when doing dma transfers can lead to various issues including kernel panics. To workaround this simply use cpu copy. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>