1. 11 3月, 2016 3 次提交
  2. 25 12月, 2015 1 次提交
  3. 07 11月, 2015 1 次提交
  4. 08 10月, 2015 2 次提交
  5. 06 7月, 2015 1 次提交
  6. 15 6月, 2015 1 次提交
  7. 27 5月, 2015 1 次提交
  8. 27 2月, 2015 4 次提交
  9. 20 10月, 2014 1 次提交
  10. 23 7月, 2014 1 次提交
    • T
      crypto: ccp - Base AXI DMA cache settings on device tree · 126ae9ad
      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 assign the AXI DMA cache settings
      based on whether the "dma-coherent" property is present in the device
      node.  If present, use settings that work with the caches.  If not
      present, use settings that do not look at the caches.
      Signed-off-by: NTom Lendacky <thomas.lendacky@amd.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      126ae9ad
  11. 20 6月, 2014 1 次提交