commit | 4fe447039035611ec2a5d50aa0d3e2f7f0abfee0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Aug 17 13:29:54 2015 +0530 |
committer | Jagan Teki <jteki@openedev.com> | Mon Aug 17 23:29:14 2015 +0530 |
tree | 88aa8eca08516457d4c4b4e3b694f74e640c28a4 | |
parent | f74c04ee70175e12030936cae37ecf947c940d1e [diff] |
sf: ops: Add spi_flash_copy_mmap function When doing a memory mapped copy we may have DMA available and thus need to have this copy abstracted so that the driver can do it, rather than a simple memcpy. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Jagan Teki <jteki@openedev.com>