linux_dsm_epyc7002/drivers/net/ethernet/apm/xgene-v2
Luis Chamberlain 750afb08ca cross-tree: phase out dma_zalloc_coherent()
We already need to zero out memory for dma_alloc_coherent(), as such
using dma_zalloc_coherent() is superflous. Phase it out.

This change was generated with the following Coccinelle SmPL patch:

@ replace_dma_zalloc_coherent @
expression dev, size, data, handle, flags;
@@

-dma_zalloc_coherent(dev, size, handle, flags)
+dma_alloc_coherent(dev, size, handle, flags)

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
[hch: re-ran the script on the latest tree]
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-01-08 07:58:37 -05:00
..
enet.c drivers: net: xgene-v2: Fix port reset 2017-03-22 19:17:14 -07:00
enet.h drivers: net: xgene-v2: Fix port reset 2017-03-22 19:17:14 -07:00
ethtool.c net: phy: Make phy_ethtool_ksettings_get return void 2017-06-13 12:59:06 -04:00
ethtool.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
Kconfig net: Remove depends on HAS_DMA in case of platform dependency 2018-06-23 10:44:30 +09:00
mac.c drivers: net: xgene-v2: Add MDIO support 2017-03-22 19:17:13 -07:00
mac.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
main.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
main.h drivers: net: xgene-v2: Extend ethtool statistics 2017-04-18 15:55:13 -04:00
Makefile drivers: net: xgene-v2: Add ethtool support 2017-03-22 19:17:14 -07:00
mdio.c net: ethernet: Convert phydev advertize and supported from u32 to link mode 2018-11-11 10:10:01 -08:00
ring.c
ring.h