commit | cec6d1cad94cea8de9152c4764d4beff2bcd9087 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Feb 23 18:39:56 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:09 2015 +0200 |
tree | 9b28785cd152468c11b1bf40441193ad27557ab6 | |
parent | 147701782c80583d2767dd15afa91d2fe9f2ed28 [diff] |
arm: asm: dma-mapping: added dma_free_coherent API Added dma_free_coherent corresponding to the dma_alloc_coherent in dma-mapping.h in order to free memory allocated using dma_alloc_coherent. This API is used in dwc3 driver. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>