nvme: move to a new drivers/nvme/host directory
This patch moves the NVMe driver from drivers/block/ to its own new drivers/nvme/host/ directory. This is in preparation of splitting the current monolithic driver up and add support for the upcoming NVMe over Fabrics standard. The drivers/nvme/host/ is chose to leave space for a NVMe target implementation in addition to this host side driver. Signed-off-by:Jay Sternberg <jay.e.sternberg@intel.com> [hch: rebased, renamed core.c to pci.c, slight tweaks] Signed-off-by:
Christoph Hellwig <hch@lst.de> Acked-by:
Keith Busch <keith.busch@intel.com> Signed-off-by:
Jens Axboe <axboe@fb.com>
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/Kconfig 2 additions, 0 deletionsdrivers/Kconfig
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/block/Kconfig 0 additions, 11 deletionsdrivers/block/Kconfig
- drivers/block/Makefile 0 additions, 2 deletionsdrivers/block/Makefile
- drivers/nvme/Kconfig 1 addition, 0 deletionsdrivers/nvme/Kconfig
- drivers/nvme/Makefile 2 additions, 0 deletionsdrivers/nvme/Makefile
- drivers/nvme/host/Kconfig 10 additions, 0 deletionsdrivers/nvme/host/Kconfig
- drivers/nvme/host/Makefile 4 additions, 0 deletionsdrivers/nvme/host/Makefile
- drivers/nvme/host/nvme.h 0 additions, 0 deletionsdrivers/nvme/host/nvme.h
- drivers/nvme/host/pci.c 0 additions, 0 deletionsdrivers/nvme/host/pci.c
- drivers/nvme/host/scsi.c 0 additions, 0 deletionsdrivers/nvme/host/scsi.c
Loading
Please register or sign in to comment