summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Smart <jsmart2021@gmail.com>2016-12-02 03:28:44 -0500
committerChristoph Hellwig <hch@lst.de>2016-12-06 08:51:48 -0500
commit475d0fe795516a9b9f286a851c3972fd8831c643 (patch)
tree5d8599d1b2d969d300afccb6be7671f1497de4a1 /MAINTAINERS
parentc53432030d86429dc9fe5adc3d68cb9d1343b0b2 (diff)
nvme-fabrics: Add FC LLDD loopback driver to test FC-NVME
Add FC LLDD loopback driver to test FC host and target transport within nvme-fabrics To aid in the development and testing of the lower-level api of the FC transport, this loopback driver has been created to act as if it were a FC hba driver supporting both the host interfaces as well as the target interfaces with the nvme FC transport. Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1c2c9f96dd56..0bbc0b0baf82 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8667,6 +8667,7 @@ F: include/linux/nvme-fc.h
8667F: include/linux/nvme-fc-driver.h 8667F: include/linux/nvme-fc-driver.h
8668F: drivers/nvme/host/fc.c 8668F: drivers/nvme/host/fc.c
8669F: drivers/nvme/target/fc.c 8669F: drivers/nvme/target/fc.c
8670F: drivers/nvme/target/fcloop.c
8670 8671
8671NVMEM FRAMEWORK 8672NVMEM FRAMEWORK
8672M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 8673M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>