Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-23 | nios2: convert dma_alloc_coherent to use malloc_cache_aligned | Thomas Chou | |
Convert dma_alloc_coherent to use memalign. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Marek Vasut <marex@denx.de> | |||
2010-04-24 | nios2: add dma_alloc_coherent | Thomas Chou | |
This function return cache-line aligned allocation which is mapped to uncached io region. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> |