zephyr/drivers/disk
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 drivers: disk: remove legacy SDMMC SPI driver 2022-04-29 14:21:36 -05:00
Kconfig
Kconfig.flash
Kconfig.ram
Kconfig.sdmmc drivers/disk: sdmmc: Add DMA support. 2022-08-15 14:31:35 +02:00
flashdisk.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
ramdisk.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
sdmmc_sdhc.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
sdmmc_stm32.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
sdmmc_subsys.c drivers: disk: add SDMMC zephyr disk driver 2022-04-29 14:21:36 -05:00