zephyr/drivers/disk
Jordan Yates 5e2a4bca06 disk: flashdisk: init in `POST_KERNEL`
Initialise flashdisk devices in `POST_KERNEL` instead of `APPLICATION`.
This aligns with the other disk drivers, which are all `POST_KERNEL`,
and causes no problems as `disk_access_register` is a purely software
action and does not perform any operations on the underlying device.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-07-27 15:19:14 +03:00
..
nvme drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
CMakeLists.txt
Kconfig
Kconfig.flash disk: flashdisk: default enable if dts exists 2024-07-27 15:19:14 +03:00
Kconfig.loopback
Kconfig.mmc disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
Kconfig.ram disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
Kconfig.sdmmc disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
flashdisk.c disk: flashdisk: init in `POST_KERNEL` 2024-07-27 15:19:14 +03:00
loopback_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
mmc_subsys.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
ramdisk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
sdmmc_stm32.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
sdmmc_subsys.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00