zephyr/drivers/serial
Tomasz Bursztyka ef560e0a53 drivers: Manual const-ification of device driver instance
These are all the case that coccinelle cannot find as they are inside
macro declarations.

Fixed via:

git grep -rlz -E "\(struct device \*" |
	xargs -0 sed -i 's/(struct device/(const struct device/g'

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
CMakeLists.txt drivers: serial: Add NXP IUART driver 2020-08-14 14:51:50 -05:00
Kconfig drivers: serial: Add NXP IUART driver 2020-08-14 14:51:50 -05:00
Kconfig.altera_jtag
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_iuart drivers: serial: Add NXP IUART driver 2020-08-14 14:51:50 -05:00
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.npcx
Kconfig.nrfx
Kconfig.ns16550
Kconfig.nuvoton
Kconfig.pl011
Kconfig.psoc6
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_altera_jtag_hal.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_cc13xx_cc26xx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_cc32xx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_cmsdk_apb.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_esp32.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_gecko.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_imx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_liteuart.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_lpc11u6x.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_lpc11u6x.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_mcux_flexcomm.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_mcux_iuart.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_mcux_lpsci.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_mcux_lpuart.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_mcux.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_miv.c drivers: serial: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
uart_msp432p4xx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_native_posix.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_npcx.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_nrfx_uart.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_nrfx_uarte.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_ns16550_port_x.h drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_ns16550.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_ns16550.h
uart_nuvoton.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_pl011.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_psoc6.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_rtt.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_rv32m1_lpuart.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_sam.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_sam0.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_sifive.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_stellaris.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_stm32.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_stm32.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_xlnx_ps.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_xlnx_uartlite.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_xmc4xxx.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
usart_sam.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00