zephyr/drivers/disk
Jordan Yates 2c52f9ee6e disk: sdmmc: power off card in `DISK_IOCTL_CTRL_DEINIT`
Power off the SD card in `DISK_IOCTL_CTRL_DEINIT`, instead of only
waiting for the card to be idle then doing nothing. This is a safer
state for `DISK_IOCTL_CTRL_DEINIT`, which is documented as preparing the
disk to be removed from the system. It also has the advantage of
lowering power consumption while de-initialized.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-08-20 19:42:37 -04: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 disk: sdmmc: power off card in `DISK_IOCTL_CTRL_DEINIT` 2024-08-20 19:42:37 -04:00