zephyr/subsys/disk
Kumar Gala 07d1e4a45b disk: sdhc: Convert drivers to new DT device macros
Convert sdhc drivers from:

	DEVICE_AND_API_INIT -> DEVICE_DT_INST_DEFINE
	DEVICE_DECLARE -> DEVICE_DT_INST_DECLARE

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-12-15 15:17:59 -06:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
disk_access_flash.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_ram.c disk: remove USB MSC specific FAT12 ramdisk 2020-12-02 11:50:11 +01:00
disk_access_sdhc.h
disk_access_spi_sdhc.c disk: sdhc: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
disk_access_stm32_sdmmc.c disk: sdhc: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
disk_access_usdhc.c disk: sdhc: Convert drivers to new DT device macros 2020-12-15 15:17:59 -06:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig