zephyr/subsys/disk
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
disk_access_flash.c disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05: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 soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -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 disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00