zephyr/drivers/modem
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
CMakeLists.txt
Kconfig drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
Kconfig.gsm
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
gsm_ppp.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
hl7800.c modem: hl7800 fix runtime log level control 2022-08-12 16:18:27 +02:00
modem_cmd_handler.c drivers: modem: delay after each AT command 2022-07-02 14:15:49 +02:00
modem_cmd_handler.h
modem_context.c
modem_context.h
modem_iface_uart.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
modem_socket.h drivers/modem: Patch fix for sock id and fd 2022-07-14 16:23:33 +02:00
quectel-bg9x.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
quectel-bg9x.h
simcom-sim7080.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c modem: wncm14a2a: Update driver to use gpio_dt_spec 2022-07-13 10:15:06 +02:00