Skip to content

Commit

Permalink
IB/hfi1: Move driver out of staging
Browse files Browse the repository at this point in the history
The TODO list for the hfi1 driver was completed during 4.6. In addition
other objections raised (which are far beyond what was in the TODO list)
have been addressed as well. It is now time to remove the driver from
staging and into the drivers/infiniband sub-tree.

Reviewed-by: Jubin John <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
  • Loading branch information
Dennis Dalessandro authored and dledford committed May 26, 2016
1 parent e11ffbd commit f48ad61
Show file tree
Hide file tree
Showing 67 changed files with 10 additions and 15 deletions.
13 changes: 7 additions & 6 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5086,6 +5086,13 @@ F: drivers/block/cciss*
F: include/linux/cciss_ioctl.h
F: include/uapi/linux/cciss_ioctl.h

HFI1 DRIVER
M: Mike Marciniszyn <[email protected]>
M: Dennis Dalessandro <[email protected]>
L: [email protected]
S: Supported
F: drivers/infiniband/hw/hfi1

HFS FILESYSTEM
L: [email protected]
S: Orphan
Expand Down Expand Up @@ -10661,12 +10668,6 @@ M: Arnaud Patard <[email protected]>
S: Odd Fixes
F: drivers/staging/xgifb/

HFI1 DRIVER
M: Mike Marciniszyn <[email protected]>
L: [email protected]
S: Supported
F: drivers/staging/rdma/hfi1

STARFIRE/DURALAN NETWORK DRIVER
M: Ion Badulescu <[email protected]>
S: Odd Fixes
Expand Down
2 changes: 2 additions & 0 deletions drivers/infiniband/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ source "drivers/infiniband/ulp/isert/Kconfig"

source "drivers/infiniband/sw/rdmavt/Kconfig"

source "drivers/infiniband/hw/hfi1/Kconfig"

endif # INFINIBAND
1 change: 1 addition & 0 deletions drivers/infiniband/hw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/
obj-$(CONFIG_INFINIBAND_NES) += nes/
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/
obj-$(CONFIG_INFINIBAND_USNIC) += usnic/
obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/
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.
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.
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.
2 changes: 0 additions & 2 deletions drivers/staging/rdma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
if STAGING_RDMA

source "drivers/staging/rdma/hfi1/Kconfig"

endif
1 change: 0 additions & 1 deletion drivers/staging/rdma/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/
6 changes: 0 additions & 6 deletions drivers/staging/rdma/hfi1/TODO

This file was deleted.

0 comments on commit f48ad61

Please sign in to comment.