diff options
author | Jay Sternberg <jay.e.sternberg@intel.com> | 2015-10-09 12:17:06 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-10-09 12:40:37 -0400 |
commit | 57dacad5f2288e3de91f99b29f07b4a2793446d2 (patch) | |
tree | d9a94bab016d7a68ee315ea135c80711c55b64e1 /MAINTAINERS | |
parent | 08c69640cfcbdcc7aaed31c05bbfaf03bb60611c (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 797236befd27..d104ec95a5b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7448,7 +7448,7 @@ M: Matthew Wilcox <willy@linux.intel.com> | |||
7448 | L: linux-nvme@lists.infradead.org | 7448 | L: linux-nvme@lists.infradead.org |
7449 | T: git git://git.infradead.org/users/willy/linux-nvme.git | 7449 | T: git git://git.infradead.org/users/willy/linux-nvme.git |
7450 | S: Supported | 7450 | S: Supported |
7451 | F: drivers/block/nvme* | 7451 | F: drivers/nvme/host/ |
7452 | F: include/linux/nvme.h | 7452 | F: include/linux/nvme.h |
7453 | 7453 | ||
7454 | NVMEM FRAMEWORK | 7454 | NVMEM FRAMEWORK |