zephyr/drivers/disk/nvme
Daniel DeGrasse d18cbb60b2 drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs
Add DISK_IOCTL_CTRL_DEINIT ioctl command to disk subsystem. When
disk_access_ioctl() is called with this command, the disk will be
de-initialized. After this IOCTL completes, the disk can safely be
reinitialized.

Fixes #60628

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-06-07 18:16:01 +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.h disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_cmd.c disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_cmd.h disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_controller.c disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_controller_cmd.c disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01: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 disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00
nvme_namespace.h disk/nvme: Update copyright headers 2024-03-22 09:23:00 +00:00