commit | f406f222d4b21e63b0ad24d4ddcb2b9745177b55 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat May 19 08:58:51 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Sat Sep 08 11:17:32 2018 +0200 |
tree | b3a51cd0ea52c459b2f7f6c82c5b903e7412b7de | |
parent | 37fca4bd018f9959cf28ea4a6da9f74ccc4d4025 [diff] |
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>