[PATCH v1 0/5] nvme: few fixups
dmukhin at ford.com
dmukhin at ford.com
Thu May 28 03:20:51 CEST 2026
The series adds few fixes for NVMe subsystem.
Patch 1 adds logline for tracing misbehaving NVMe drives.
Patch 2 introduces NVMe flush command.
Patch 3 enables `nvme flush` for the currently selected NVMe drive.
Patch 4 makes nvme_shutdown() symbol public to enable use of it from
board_quiesce_devices()
Patch 5 tiny fixup for QEMU command for manual NVMe tests.
Denis Mukhin (5):
drivers: nvme: Log I/O timeouts
drivers: nvme: Implement NVMe flush command (0x0)
cmd: nvme: Add flush support
drivers: nvme: Export nvme_shutdown symbol
docs: nvme: Update QEMU command for testing
cmd/blk_common.c | 14 ++++++++++++++
cmd/nvme.c | 1 +
disk/disk-uclass.c | 6 ++++++
doc/develop/driver-model/nvme.rst | 2 +-
drivers/block/blk-uclass.c | 18 ++++++++++++++++++
drivers/nvme/nvme.c | 24 +++++++++++++++++++++++-
drivers/nvme/nvme.h | 7 -------
include/blk.h | 28 ++++++++++++++++++++++++++++
include/nvme.h | 11 +++++++++++
include/part.h | 8 ++++++++
10 files changed, 110 insertions(+), 9 deletions(-)
--
2.54.0
More information about the U-Boot
mailing list