[RESEND][PATCH 3/5] staging: android: ion: Get rid of map_dma/unmap_dma

2016-08-08 Thread Laura Abbott
The map_dma API interface was designed to generate an sg_table. Currently, every client just creates the table at allocation time and then returns the one table. Nothing happens on unmap_dma either. Just get rid of the API and assign the sg_table directly. Signed-off-by: Laura Abbott

[PATCH 3/5] staging: android: ion: Get rid of map_dma/unmap_dma

2016-06-17 Thread Laura Abbott
The map_dma API interface was designed to generate an sg_table. Currently, every client just creates the table at allocation time and then returns the one table. Nothing happens on unmap_dma either. Just get rid of the API and assign the sg_table directly. Signed-off-by: Laura Abbott