Skip to content

Commit

Permalink
RDMA/amso1100: Deprecate the amso1100 driver and move to staging
Browse files Browse the repository at this point in the history
The HW hasn't been sold since 2005, and the SW has definite bit rot.
Its time to remove it.  So move it to staging for a few releases and
then remove it after that.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Steve Wise authored and Doug Ledford committed Aug 29, 2015
1 parent 6f9b389 commit 072bf1f
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/infiniband/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ config INFINIBAND_ADDR_TRANS
source "drivers/infiniband/hw/mthca/Kconfig"
source "drivers/infiniband/hw/qib/Kconfig"
source "drivers/infiniband/hw/ehca/Kconfig"
source "drivers/infiniband/hw/amso1100/Kconfig"
source "drivers/infiniband/hw/cxgb3/Kconfig"
source "drivers/infiniband/hw/cxgb4/Kconfig"
source "drivers/infiniband/hw/mlx4/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/infiniband/hw/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
obj-$(CONFIG_INFINIBAND_QIB) += qib/
obj-$(CONFIG_INFINIBAND_EHCA) += ehca/
obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/
obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/
obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/
obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/
Expand Down
2 changes: 2 additions & 0 deletions drivers/staging/rdma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
if STAGING_RDMA

source "drivers/staging/rdma/amso1100/Kconfig"

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

endif
1 change: 1 addition & 0 deletions drivers/staging/rdma/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/
obj-$(CONFIG_INFINIBAND_IPATH) += ipath/
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions drivers/staging/rdma/amso1100/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
7/2015

The amso1100 driver has been deprecated and moved to drivers/staging.
It will be removed in the 4.6 merge window.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 072bf1f

Please sign in to comment.