Home
last modified time | relevance | path

Searched hist:"7 f3bb7f53a404c883bc289eedaa5e3c6ff9e2b47" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/seeq/
H A Dsgiseeq.cdiff 7f3bb7f53a404c883bc289eedaa5e3c6ff9e2b47 Tue Sep 01 06:24:11 CDT 2020 Christoph Hellwig <hch@lst.de> sgiseeq: convert to dma_alloc_noncoherent

Use the new non-coherent DMA API including proper ownership transfers.
This includes adding additional calls to dma_sync_desc_dev as the
old syncing was rather ad-hoc.

Thanks to Thomas Bogendoerfer for debugging the ownership transfer
issues.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>