zephyr/subsys/sd
Daniel DeGrasse 06984353bf sd: ensure card variables are initialized in sd_ops
Ensure card CSD and CID variables are initialized in sd_ops functions
for reading card CSD and CID data.

Fixes #59562

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-08-30 11:37:04 +02:00
..
CMakeLists.txt sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
Kconfig tests: sd: Adds MMC test and Kconfigs 2023-01-14 09:22:22 +01:00
mmc.c sd: Enable eMMC cache 2023-01-14 09:22:22 +01:00
sd_init.h sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
sd_ops.c sd: ensure card variables are initialized in sd_ops 2023-08-30 11:37:04 +02:00
sd_ops.h sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
sd_utils.h sd: split sdmmc common functions into sd_ops.c 2023-01-14 09:22:22 +01:00
sd.c sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
sdio.c sd: add stub for SDIO support 2023-01-14 09:22:22 +01:00
sdmmc.c sd: Return ret if error in sdmmc_spi_read_cxd 2023-03-28 09:23:47 +02:00