zephyr/drivers/disk
Yong Cong Sin 52a202309b zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY
Change instances of:

DT_NODE_HAS_STATUS(<node_id>, okay)

to

DT_NODE_HAS_STATUS_OKAY(<node_id>)

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-10-03 17:06:52 +01:00
..
nvme drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
CMakeLists.txt drivers: disk: add loopback disk driver 2024-04-15 10:55:29 -07:00
flashdisk.c disk: flashdisk: init in POST_KERNEL 2024-07-27 15:19:14 +03:00
Kconfig drivers: disk: add loopback disk driver 2024-04-15 10:55:29 -07:00
Kconfig.flash disk: flashdisk: default enable if dts exists 2024-07-27 15:19:14 +03:00
Kconfig.loopback drivers: disk: add loopback disk driver 2024-04-15 10:55:29 -07:00
Kconfig.mmc disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
Kconfig.ram disk: use standard DT kconfig dependencies 2024-07-27 15:19:14 +03:00
Kconfig.sdmmc drivers: disk: sdmmc: enabled SDMMC DMA for stm32f7x 2024-09-30 17:10:56 +01:00
loopback_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
mmc_subsys.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
ramdisk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
sdmmc_stm32.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
sdmmc_subsys.c disk: sdmmc: power off card in DISK_IOCTL_CTRL_DEINIT 2024-08-20 19:42:37 -04:00