zephyr/drivers/disk
Tomasz Bursztyka a8fc5f4c53 drivers/nvme: Add concurrent access control over Disk API functions
This is currently the only end-point where multiple threads can access
the NVMe device (all calls are synchronous).

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-04-07 13:28:47 +02:00
..
nvme drivers/nvme: Add concurrent access control over Disk API functions 2023-04-07 13:28:47 +02:00
CMakeLists.txt drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
flashdisk.c drivers: flashdisk: Change page info verification log message 2023-03-02 17:08:39 +01:00
Kconfig drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
Kconfig.flash drivers: flashdisk: check partition constraints 2022-11-14 16:37:04 +01:00
Kconfig.mmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
Kconfig.ram disk: move disk and sdmmc controller drivers to drivers/disk 2021-03-23 12:16:01 +01:00
Kconfig.sdmmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
mmc_subsys.c drivers: disk: Framework for eMMC 2023-01-14 09:22:22 +01:00
ramdisk.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
sdmmc_sdhc.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
sdmmc_stm32.c treewide: Update clock control API usage 2023-04-05 10:55:46 +02:00
sdmmc_subsys.c drivers: disk: Framework for eMMC 2023-01-14 09:22:22 +01:00