kernel_optimize_test/drivers/input/touchscreen
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
..
88pm860x-ts.c
ad7877.c
ad7879-i2c.c
ad7879-spi.c
ad7879.c Input: touchscreen - fix coding style issue 2018-12-21 01:08:51 -08:00
ad7879.h
ads7846.c
ar1021_i2c.c
atmel_mxt_ts.c Input: atmel_mxt_ts - don't try to free unallocated kernel memory 2018-12-28 17:07:05 -08:00
auo-pixcir-ts.c
bcm_iproc_tsc.c
bu21013_ts.c
bu21029_ts.c Input: add bu21029 touch driver 2018-06-24 15:20:12 -07:00
chipone_icn8318.c
chipone_icn8505.c Input: add support for ChipOne icn8505 based touchscreens 2018-05-09 13:29:35 -07:00
colibri-vf50-ts.c
cy8ctmg110_ts.c
cyttsp_core.c
cyttsp_core.h
cyttsp_i2c_common.c
cyttsp_i2c.c
cyttsp_spi.c
cyttsp4_core.c
cyttsp4_core.h
cyttsp4_i2c.c
cyttsp4_spi.c
da9034-ts.c
da9052_tsi.c
dynapro.c
edt-ft5x06.c
eeti_ts.c Input: eeti - fix link to documentation and email address in header 2018-07-04 16:08:05 +00:00
egalax_ts_serial.c
egalax_ts.c Input: egalax_ts - add system wakeup support 2018-09-18 15:28:07 -07:00
ektf2127.c Input: touchscreen - fix coding style issue 2018-12-21 01:08:51 -08:00
elants_i2c.c Input: elants_i2c - use DMA safe i2c when possible 2018-10-10 17:10:40 -07:00
elo.c Input: mark expected switch fall-throughs 2018-08-08 11:23:27 -07:00
exc3000.c
fsl-imx25-tcq.c Input: fsl-imx25-tcq - switch to SPDX identifier 2018-06-21 17:22:07 -07:00
fujitsu_ts.c
goodix.c Input: goodix - add new ACPI id for GPD Win 2 touch screen 2018-06-04 13:31:48 -07:00
gunze.c Input: touchscreen - fix coding style issue 2018-12-21 01:08:51 -08:00
hampshire.c
hideep.c
hp680_ts_input.c
htcpen.c
ili210x.c
imx6ul_tsc.c Input: imx6ul_tsc - switch to SPDX identifier 2018-06-21 17:22:08 -07:00
inexio.c Input: touchscreen - fix coding style issue 2018-12-21 01:08:51 -08:00
ipaq-micro-ts.c
jornada720_ts.c
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2019-01-02 18:56:59 -08:00
lpc32xx_ts.c
mainstone-wm97xx.c
Makefile Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2019-01-02 18:56:59 -08:00
max11801_ts.c
mc13783_ts.c
mcs5000_ts.c
melfas_mip4.c
migor_ts.c Input: migor_ts - convert to SPDX identifiers 2018-11-12 11:52:05 -08:00
mk712.c Input: mk712 - update documentation web link 2018-05-29 16:34:22 -07:00
mms114.c
mtouch.c Input: touchscreen - fix coding style issue 2018-12-21 01:08:51 -08:00
mxs-lradc-ts.c
of_touchscreen.c Input: of_touchscreen - add support for touchscreen-min-x|y 2018-10-11 17:16:42 -07:00
pcap_ts.c
penmount.c
pixcir_i2c_ts.c
raspberrypi-ts.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
raydium_i2c_ts.c Input: raydium_i2c_ts - use true and false for boolean values 2018-08-08 11:23:26 -07:00
resistive-adc-touch.c input: touchscreen: resistive-adc-touch: add generic resistive ADC touchscreen 2018-06-10 13:26:40 +01:00
rohm_bu21023.c input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) 2018-07-13 00:08:14 +02:00
s3c2410_ts.c
s6sy761.c
silead.c Merge branch 'next' into for-linus 2018-10-22 12:04:33 -07:00
sis_i2c.c
st1232.c Input: st1232 - convert to SPDX identifiers 2018-11-12 11:52:36 -08:00
stmfts.c
stmpe-ts.c
sun4i-ts.c
sur40.c
surface3_spi.c
sx8654.c
ti_am335x_tsc.c Input: ti_am335x_tsc: Mark IRQ as wakeup capable 2018-10-09 11:28:31 +01:00
touchit213.c
touchright.c
touchwin.c
tps6507x-ts.c
ts4800-ts.c
tsc40.c
tsc200x-core.c regmap: split up regmap_config.use_single_rw 2018-09-07 13:03:55 +01:00
tsc200x-core.h
tsc2004.c
tsc2005.c
tsc2007_core.c
tsc2007_iio.c
tsc2007.h
ucb1400_ts.c
usbtouchscreen.c Input: usbtouchscreen - add sysfs attribute for 3M MTouch firmware rev 2018-05-15 12:14:16 -07:00
w90p910_ts.c
wacom_i2c.c
wacom_w8001.c
wdt87xx_i2c.c Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume() 2018-07-27 11:59:05 -07:00
wm97xx-core.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2018-10-27 10:20:39 -07:00
wm831x-ts.c
wm9705.c
wm9712.c
wm9713.c
zet6223.c
zforce_ts.c
zylonite-wm97xx.c