]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: move to a new drivers/nvme/host directory
authorJay Sternberg <jay.e.sternberg@intel.com>
Fri, 9 Oct 2015 16:17:06 +0000 (18:17 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:32:02 +0000 (16:32 -0700)
commit04029c166294658ddfbe1cafd4e8b3eca959bdd9
treed081f1eeaa874aeaa2195d4773edfb20985eaa45
parent28668a359ec1a4a31ee27a6749378bbf233e5d4b
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>
(cherry picked from commit 57dacad5f2288e3de91f99b29f07b4a2793446d2)

Orabug: 22620486
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
12 files changed:
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/block/Kconfig
drivers/block/Makefile
drivers/nvme/Kconfig [new file with mode: 0644]
drivers/nvme/Makefile [new file with mode: 0644]
drivers/nvme/host/Kconfig [new file with mode: 0644]
drivers/nvme/host/Makefile [new file with mode: 0644]
drivers/nvme/host/nvme.h [moved from drivers/block/nvme.h with 100% similarity]
drivers/nvme/host/pci.c [moved from drivers/block/nvme-core.c with 100% similarity]
drivers/nvme/host/scsi.c [moved from drivers/block/nvme-scsi.c with 100% similarity]