zephyr/subsys/disk
Maureen Helm 4b29b9faec disk: Convert usdhc driver to new gpio api
Converts the usdhc driver to the new gpio api. Updates the
device tree for the mimxrt1050_evk board to set appropriate active
high/low polarity for the power and card detect pins.

Note that the driver doesn't actually support interrupts yet. It
initializes a gpio callback for the card detect pin, but never actually
enables the gpio interrupt. This incomplete behavior is left as-is,
since the purpose of this patch is only to convert the driver to the new
gpio api, not to add new features.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt usdhc: support NXP i.MXRT usdhc 2019-07-10 11:58:15 -05:00
disk_access_flash.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
disk_access_ram.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
disk_access_sdhc.h treewide: use full path to spi.h header 2020-01-26 17:52:12 +01:00
disk_access_spi_sdhc.c disk: sdhc: reinitialize SPI SDHC always 2019-11-27 09:44:19 -06:00
disk_access_usdhc.c disk: Convert usdhc driver to new gpio api 2020-02-05 12:00:36 +01:00
disk_access.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
fat12_ramdisk.h
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00