Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f9b3890 authored by Dennis Dalessandro's avatar Dennis Dalessandro Committed by Doug Ledford
Browse files

IB/ipath: Deprecate ipath driver and move to staging.



It is now time for the ipath driver to begin to be phased out of the kernel.
This patch moves the ipath driver from the Infiniband sub tree to the staging
area where it will remain until the code is removed from the kernel in a few
releases.

Reviewed-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 2dfcad3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5536,7 +5536,7 @@ IPATH DRIVER
M:	Mike Marciniszyn <infinipath@intel.com>
L:	linux-rdma@vger.kernel.org
S:	Maintained
F:	drivers/infiniband/hw/ipath/
F:	drivers/staging/rdma/ipath/

IPMI SUBSYSTEM
M:	Corey Minyard <minyard@acm.org>
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ config INFINIBAND_ADDR_TRANS
	default y

source "drivers/infiniband/hw/mthca/Kconfig"
source "drivers/infiniband/hw/ipath/Kconfig"
source "drivers/infiniband/hw/qib/Kconfig"
source "drivers/infiniband/hw/ehca/Kconfig"
source "drivers/infiniband/hw/amso1100/Kconfig"
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_INFINIBAND_MTHCA)		+= mthca/
obj-$(CONFIG_INFINIBAND_IPATH)		+= ipath/
obj-$(CONFIG_INFINIBAND_QIB)		+= qib/
obj-$(CONFIG_INFINIBAND_EHCA)		+= ehca/
obj-$(CONFIG_INFINIBAND_AMSO1100)	+= amso1100/
+2 −0
Original line number Diff line number Diff line
@@ -22,4 +22,6 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
if STAGING_RDMA

source "drivers/staging/rdma/ipath/Kconfig"

endif
+1 −0
Original line number Diff line number Diff line
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_IPATH)	+= ipath/
Loading