zephyr/drivers
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
..
adc drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
audio device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
bluetooth device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
clock_control device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
console drivers: console: Fix device instance const qualifier loss in IPM driver 2020-09-02 13:48:13 +02:00
counter drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
crypto device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
debug tracing: cleanup and split segger/rtt configuration options 2020-02-07 15:58:05 -05:00
display isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
dma drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
eeprom device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
entropy isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
espi isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
ethernet drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
flash drivers: flash: Fix device instance const qualifier loss in NRF QSPI 2020-09-02 13:48:13 +02:00
gpio drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
hwinfo device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
i2c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
i2s drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ieee802154 isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
interrupt_controller drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ipm drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
kscan isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
led drivers: led: Fix device instance const qualifier loss in HT16K33 2020-09-02 13:48:13 +02:00
led_strip drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
lora device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
net device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
neural_net device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pcie isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
peci isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
pinmux device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ps2 drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ptp_clock device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pwm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sensor drivers: sensor: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
serial drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
spi drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
timer isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
usb isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
video isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
watchdog drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
wifi drivers: wifi: Fix device instance const qualifier loss in ESP 2020-09-02 13:48:13 +02:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00