hexagon: implement the sync_sg_for_device DMA operation
authorChristoph Hellwig <hch@lst.de>
Sat, 19 May 2018 06:58:51 +0000 (08:58 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 8 Sep 2018 09:17:32 +0000 (11:17 +0200)
commitf406f222d4b21e63b0ad24d4ddcb2b9745177b55
treeb3a51cd0ea52c459b2f7f6c82c5b903e7412b7de
parent37fca4bd018f9959cf28ea4a6da9f74ccc4d4025
hexagon: implement the sync_sg_for_device DMA operation

This methods needs to provide the equivalent of sync_single_for_device
for each S/G list element, but was missing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/hexagon/kernel/dma.c