zephyr/drivers/disk/nvme
Anas Nashif e2f3912c5a x86: revert removing soc.h from atom soc
This was part of the mega hwmv2 commit. Looks like hpet drivers heavily
relies on soc.h. Reverting this for now while we look for a proper fix
and remove reliance on soc.h for drivers.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-03-04 20:07:30 +01:00
..
CMakeLists.txt drivers/nvme: Integrate to disk subsystem 2023-04-07 13:28:47 +02:00
Kconfig drivers/nvme: Support data bigger than a memory page 2023-04-07 13:28:47 +02:00
nvme_cmd.c drivers/nvme: Rewrite how data pointer is filled 2023-09-22 09:23:18 +02:00
nvme_cmd.h drivers/nvme: Rely on CONFIG_MMU_PAGE_SIZE for PRP 2023-09-22 09:23:18 +02:00
nvme_controller_cmd.c drivers/nvme: Add namespace support 2023-04-07 13:28:47 +02:00
nvme_controller.c x86: revert removing soc.h from atom soc 2024-03-04 20:07:30 +01:00
nvme_disk.c drivers/nvme: Return an error in case of non dword-aligned data buffer 2023-09-22 09:23:18 +02:00
nvme_helpers.h drivers/nvme: Return an error in case of non dword-aligned data buffer 2023-09-22 09:23:18 +02:00
nvme_namespace.c drivers/nvme: Integrate to disk subsystem 2023-04-07 13:28:47 +02:00
nvme_namespace.h drivers/nvme: Integrate to disk subsystem 2023-04-07 13:28:47 +02:00
nvme.h drivers/nvme: Add concurrent access control over Disk API functions 2023-04-07 13:28:47 +02:00