nvme: split command submission helpers out of pci.c
authorChristoph Hellwig <hch@lst.de>
Thu, 26 Nov 2015 08:08:36 +0000 (09:08 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 17:59:38 +0000 (10:59 -0700)
commit21d34711e1b5970acfb22bddf1fefbfbd7e0123b
tree3b5c0d963a5a0f0bd5dc3382a9c1fb1e31ae9c0c
parent71bd150c71072014d98bff6dc2db3229306ece35
nvme: split command submission helpers out of pci.c

Create a new core.c and start by adding the command submission helpers
to it, which are already abstracted away from the actual hardware queues
by the block layer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/Makefile
drivers/nvme/host/core.c [new file with mode: 0644]
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c