OpenCloudOS-Kernel/drivers/net/ethernet/amd/xgbe
Lendacky, Thomas cfa50c7811 amd-xgbe: Base AXI DMA cache settings on device tree
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 amd-xgbe 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: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-07 21:38:06 -07:00
..
Makefile amd-xgbe: Initial AMD 10GbE platform driver 2014-06-05 15:26:51 -07:00
xgbe-common.h amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00
xgbe-debugfs.c amd-xgbe: Fix debugfs compatibility change with kstrtouint 2014-07-07 21:38:06 -07:00
xgbe-desc.c amd-xgbe: Make defines in xgbe.h unique 2014-06-26 17:14:03 -07:00
xgbe-dev.c amd-xgbe: Base AXI DMA cache settings on device tree 2014-07-07 21:38:06 -07:00
xgbe-drv.c amd-xgbe: Performance enhancements 2014-07-07 21:38:06 -07:00
xgbe-ethtool.c amd-xgbe: Initial AMD 10GbE platform driver 2014-06-05 15:26:51 -07:00
xgbe-main.c amd-xgbe: Base AXI DMA cache settings on device tree 2014-07-07 21:38:06 -07:00
xgbe-mdio.c amd-xgbe: unwind on error in xgbe_mdio_register() 2014-06-11 15:39:19 -07:00
xgbe.h amd-xgbe: Base AXI DMA cache settings on device tree 2014-07-07 21:38:06 -07:00