Re: [PATCH] crypto: ccp - Base AXI DMA cache settings on device tree

2014-07-23 Thread Herbert Xu
On Thu, Jul 10, 2014 at 10:58:35AM -0500, Tom Lendacky wrote: The default cache operations for ARM64 were changed during 3.15. To use coherent operations a dma-coherent device tree property is required. If that property is not present in the device tree node then the non-coherent operations

[PATCH] crypto: ccp - Base AXI DMA cache settings on device tree

2014-07-10 Thread Tom Lendacky
The default cache operations for ARM64 were changed during 3.15. To use coherent operations a dma-coherent device tree property is required. If that property is not present in the device tree node then the non-coherent operations are assigned for the device. Add support to the ccp driver to