aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Romanovsky2016-09-22 09:31:13 -0500
committerDoug Ledford2016-10-07 15:54:35 -0500
commite44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee (patch)
treea99fb7538c6a5749e6fdb1cdc0fc4b5ab17b4476 /MAINTAINERS
parenta85fb3383340b417132e5731f9694840660887cb (diff)
downloadkernel-e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee.tar.gz
kernel-e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee.tar.xz
kernel-e44ee2fd9845a86b0c7e8742672ae5ba6d7d34ee.zip
IB/cxgb4: Move user vendor structures
This patch moves cxgb4 vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libcxgb4) and currently manually copied to that library. This move will allow cross-compile against these files and simplify introduction of vendor specific data. Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8ebd644becef..22fd3b7f5a31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3482,6 +3482,7 @@ L: linux-rdma@vger.kernel.org
3482W: http://www.openfabrics.org 3482W: http://www.openfabrics.org
3483S: Supported 3483S: Supported
3484F: drivers/infiniband/hw/cxgb4/ 3484F: drivers/infiniband/hw/cxgb4/
3485F: include/uapi/rdma/cxgb4-abi.h
3485 3486
3486CXGB4VF ETHERNET DRIVER (CXGB4VF) 3487CXGB4VF ETHERNET DRIVER (CXGB4VF)
3487M: Casey Leedom <leedom@chelsio.com> 3488M: Casey Leedom <leedom@chelsio.com>