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
flashdisk.c disk/disk_acces_flash: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
Kconfig
Kconfig.flash
Kconfig.ram
Kconfig.sdmmc
ramdisk.c include: move disk driver interface to own header 2021-03-23 12:16:01 +01:00
sdmmc_sdhc.h drivers: disk: cleanup after driver relocation 2021-03-23 12:16:01 +01:00
sdmmc_spi.c drivers: disk: remove usage of device_pm_control_nop 2021-04-28 16:41:29 -04:00
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