• Christoph Hellwig's avatar
    53c700: improve non-coherent DMA handling · 91af2dd2
    Christoph Hellwig authored
    Switch the 53c700 driver to only use non-coherent descriptor memory if it
    really has to because dma_alloc_coherent fails.  This doesn't matter for
    any of the platforms it runs on currently, but that will change soon.
    
    To help with this two new helpers to transfer ownership to and from the
    device are added that abstract the syncing of the non-coherent memory.
    The two current bidirectional cases are mapped to transfers to the
    device, as that appears to what they are used for.  Note that for parisc,
    which is the only architecture this driver needs to use non-coherent
    memory on, the direction argument of dma_cache_sync is ignored, so this
    will not change behavior in any way.
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    Tested-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
    91af2dd2
53c700.h 16.4 KB