zephyr/drivers/ps2
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 driver: PS/2: npcx: add driver support for Nuvoton npcx family 2021-07-02 15:41:28 -04:00
Kconfig driver: PS/2: npcx: add driver support for Nuvoton npcx family 2021-07-02 15:41:28 -04:00
Kconfig.npcx driver: PS/2: npcx: add driver support for Nuvoton npcx family 2021-07-02 15:41:28 -04:00
Kconfig.xec drivers: ps2: Microchip XEC PS2 add MEC172x support 2022-05-03 14:13:20 -05:00
ps2_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ps2_mchp_xec.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ps2_npcx_channel.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
ps2_npcx_controller.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
ps2_npcx_controller.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00