zephyr/subsys/sd
Pisit Sawangvonganan 1829fc33cb sd: omit zero-initialization for csd[4] and cid[4]
After a review of the usage of csd[4] and cid[4],
it has been determined that zero-initialization can be omitted.

It can be expected from successful operations that data will be
appropriately written back from the underlying layer.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-01-25 20:13:25 +01:00
..
CMakeLists.txt
Kconfig sd: add config SD_CMD_RETRIES 2024-01-25 20:13:25 +01:00
mmc.c drivers: sdhc: allow bandwidth selection 2023-09-13 16:20:59 +02:00
sd_init.h
sd_ops.c sd: omit zero-initialization for csd[4] and cid[4] 2024-01-25 20:13:25 +01:00
sd_ops.h sd: omit zero-initialization for sdhc_command and sdhc_data structures 2024-01-25 20:13:25 +01:00
sd_utils.h
sd.c sd: omit zero-initialization for sdhc_command and sdhc_data structures 2024-01-25 20:13:25 +01:00
sdio.c sd: add timeout when taking SD card lock for data operations 2024-01-09 15:46:54 -06:00
sdmmc.c