zephyr/drivers/disk
Mahesh Mahadevan a90c4c38a1 drivers: disk: Fix USDHC driver to return 0 on success
The function usdhc_board_access_init was returning a non-zero
value as the variable "ret" is also used to store the GPIO
level for card-detect.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2021-09-17 08:12:22 -04:00
..
CMakeLists.txt drivers: disk: build as static library 2021-08-17 06:06:03 -04:00
Kconfig
Kconfig.flash
Kconfig.ram
Kconfig.sdmmc
flashdisk.c
ramdisk.c
sdmmc_sdhc.h
sdmmc_spi.c
sdmmc_stm32.c disk: Add support for MCUs with SDIO drivers. 2021-07-16 18:57:17 -04:00
usdhc.c drivers: disk: Fix USDHC driver to return 0 on success 2021-09-17 08:12:22 -04:00