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 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
disk_access.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
disk_access_flash.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
disk_access_ram.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
disk_access_sdhc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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
fat12_ramdisk.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig disk: add stm32 sdmmc disk access driver 2020-05-08 10:53:10 +02:00