]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1940fc3db5d290122f2d49fcc7af60dc69e5525
treeb3a51cd0ea52c459b2f7f6c82c5b903e7412b7de
parent85819586c2e66240e214ab2973b314c63dd3dc42
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