zephyr/drivers/disk
Tomasz Bursztyka 22db7b76ad drivers/nvme: Add namespace support
Based on FreeBSD's implementation made by James Harris, Intel Copyright
2012-2016.

Namespace in this context, will be a disk. It's not exposed from DTS, as
an actualy NVMe hardware controller card can bring more than one
namespace (disk).

Thus namespace are not instanciated through the device driver model, but
statically allocated and runtime configured, depending on what the
controller exposes.

By default the amount of namespace supported is one as it is the most
common setup.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2023-04-07 13:28:47 +02:00
..
nvme drivers/nvme: Add namespace support 2023-04-07 13:28:47 +02:00
CMakeLists.txt drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
Kconfig drivers/disk: Add NVMe controller support 2023-04-07 13:28:47 +02:00
Kconfig.flash
Kconfig.mmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
Kconfig.ram
Kconfig.sdmmc drivers: disk: Decouple SDMMC and MMC Kconfigs 2023-02-08 10:18:13 +01:00
flashdisk.c drivers: flashdisk: Change page info verification log message 2023-03-02 17:08:39 +01:00
mmc_subsys.c drivers: disk: Framework for eMMC 2023-01-14 09:22:22 +01:00
ramdisk.c
sdmmc_sdhc.h
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