zephyr/subsys/disk
Henrik Brix Andersen c64e0ce923 disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver
Leave the SPI CS GPIO handling to the SPI controller driver and make SPI
CS GPIO optional for SDHC disk access via SPI.

The SPI SDHC implementation relies on SPI_HOLD_ON_CS so we need to
explicitly release the SPI controller driver after ending transmissions
to force the CS line to be de-asserted.

Fixes #27444.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2020-08-25 10:07:53 +02:00
..
CMakeLists.txt
disk_access_flash.c
disk_access_ram.c
disk_access_sdhc.h
disk_access_spi_sdhc.c disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver 2020-08-25 10:07:53 +02:00
disk_access_stm32_sdmmc.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
disk_access_usdhc.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
disk_access.c
fat12_ramdisk.h
Kconfig