zephyr/subsys/sd
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
..
CMakeLists.txt
Kconfig
mmc.c
sd.c sd: lower log level for boot message 2024-08-17 08:54:51 -04:00
sd_init.h
sd_ops.c disk: sdmmc: power off card in `DISK_IOCTL_CTRL_DEINIT` 2024-08-20 19:42:37 -04:00
sd_ops.h
sd_utils.h
sdio.c
sdmmc.c