acrn-kernel/drivers/soc/fsl/qbman
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
..
Kconfig soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBMan 2018-10-05 14:01:46 -05:00
Makefile
bman.c soc: fsl: qbman: Check if CPU is offline when initializing portals 2018-10-05 14:01:46 -05:00
bman_ccsr.c soc: fsl: qbman: add APIs to retrieve the probing status 2018-09-27 15:43:35 -05:00
bman_portal.c soc: fsl: bman_portals: defer probe after bman's probe 2018-10-05 14:01:46 -05:00
bman_priv.h
bman_test.c
bman_test.h
bman_test_api.c
dpaa_sys.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
dpaa_sys.h soc: fsl: qbman: Check if CPU is offline when initializing portals 2018-10-05 14:01:46 -05:00
qman.c soc/qman: add return value to interrupt coalesce changing APIs 2018-11-23 11:17:06 -08:00
qman_ccsr.c powerpc updates for 4.20 2018-10-26 14:36:21 -07:00
qman_portal.c soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlers 2018-10-05 14:01:46 -05:00
qman_priv.h
qman_test.c
qman_test.h
qman_test_api.c
qman_test_stash.c