On 6/20/19 8:03 AM, Jack Wang wrote:
From: Roman Pen <[email protected]>
Signed-off-by: Danil Kipnis <[email protected]>
Signed-off-by: Jack Wang <[email protected]>
---
MAINTAINERS | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index a6954776a37e..0b7fd93f738d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7590,6 +7590,20 @@ IBM ServeRAID RAID DRIVER
S: Orphan
F: drivers/scsi/ips.*
+IBNBD BLOCK DRIVERS
+M: IBNBD/IBTRS Storage Team <[email protected]>
+L: [email protected]
+S: Maintained
+T: git git://github.com/profitbricks/ibnbd.git
+F: drivers/block/ibnbd/
+
+IBTRS TRANSPORT DRIVERS
+M: IBNBD/IBTRS Storage Team <[email protected]>
+L: [email protected]
+S: Maintained
+T: git git://github.com/profitbricks/ibnbd.git
+F: drivers/infiniband/ulp/ibtrs/
+
ICH LPC AND GPIO DRIVER
M: Peter Tyser <[email protected]>
S: Maintained
I think the T: entry is for kernel trees against which developers should
prepare their patches. Since the ibnbd repository on github is an
out-of-tree kernel driver I don't think that it should appear in the
MAINTAINERS file.
Bart.