zephyr/subsys/disk
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
Now that we generate a header that extern's all possible devicetree
based device struct we can remove DEVICE_DT_DECLARE and
DEVICE_DT_INST_DECLARE as they aren't needed anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-15 07:16:21 -06:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
disk_access_spi_sdhc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -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
Kconfig disk: add stm32 sdmmc disk access driver 2020-05-08 10:53:10 +02:00