Re: [net-next PATCH RFC 05/26] arch/avr32: Add option to skip sync on DMA map

2016-10-24 Thread Hans-Christian Noren Egtvedt
Around Mon 24 Oct 2016 08:04:53 -0400 or thereabout, Alexander Duyck wrote: > The use of DMA_ATTR_SKIP_CPU_SYNC was not consistent across all of the DMA > APIs in the arch/arm folder. This change is meant to correct that so that > we get consistent behavior. Looks good (-: > Cc: Haavard Skinnemo

[net-next PATCH RFC 05/26] arch/avr32: Add option to skip sync on DMA map

2016-10-24 Thread Alexander Duyck
The use of DMA_ATTR_SKIP_CPU_SYNC was not consistent across all of the DMA APIs in the arch/arm folder. This change is meant to correct that so that we get consistent behavior. Cc: Haavard Skinnemoen Cc: Hans-Christian Egtvedt Signed-off-by: Alexander Duyck --- arch/avr32/mm/dma-coherent.c |