alistair23-linux/drivers/media
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
..
cec
common media fixes for v4.20-rc8 2018-12-25 13:11:30 -08:00
dvb-core media: dvb_frontend: add debug message for frequency intervals 2018-11-23 11:59:45 -05:00
dvb-frontends media: drxk_hard: check if parameter is not NULL 2018-12-17 14:43:10 -05:00
firewire media: firewire: Fix app_info parameter type in avc_ca{,_app}_info 2018-12-05 05:34:33 -05:00
i2c media fixes for v4.20-rc8 2018-12-25 13:00:14 -08:00
mmc
pci cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
platform cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
radio
rc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-12-27 13:04:52 -08:00
spi media: cxd2880-spi: Add optional vcc regulator 2018-12-03 13:33:16 -05:00
tuners
usb media: siano: Use kmemdup instead of duplicating its function 2018-12-07 09:42:18 -05:00
v4l2-core Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
Kconfig media: Add a Kconfig option for the Request API 2018-12-05 13:07:43 -05:00
Makefile
media-device.c media: Add a Kconfig option for the Request API 2018-12-05 13:07:43 -05:00
media-devnode.c
media-entity.c
media-request.c