linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 00/11] staging/rdma/hfi1: Miscellaneous Fixes
@ 2015-11-07  1:06 Jubin John
       [not found] ` <1446858426-30509-1-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Jubin John @ 2015-11-07  1:06 UTC (permalink / raw)
  To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	dledford-H+wXaHxf7aLQT0dZR+AlfA,
	mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w,
	ira.weiny-ral2JQCrhuEAvxtiuMwx3w

Resending these previously sent hfi1 driver patches as a series, instead
of individual patches, based on feedback about order of patch application
from a friendly patch-bot of Greg KH.


Dean Luick (3):
  staging/rdma/hfi1: Always download SBus firmware
  staging/rdma/hfi1: Select only devices with active links
  staging/rdma/hfi1: use one-shot LCB write

Easwar Hariharan (1):
  staging/rdma/hfi1: Clear the QSFP reset that is asserted on FLR

Ignacio Hernandez (1):
  staging/rdma/hfi1: Remove spurious error messages

Ira Weiny (1):
  staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid

Jareer Abdel-Qader (1):
  staging/rdma/hfi1: Disable thermal polling before sensor
    initialization

Mark F. Brown (1):
  staging/rdma/hfi1: Workaround to prevent corruption during packet
    delivery

Sebastian Sanchez (2):
  staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process
    startup
  staging/rdma/hfi1: Fix for opaportconfig ledon by not checking for
    portNum

Vennila Megavannan (1):
  staging/rdma/hfi1: Enable WFR PCIe extended tags from the driver

 drivers/staging/rdma/hfi1/chip.c     |   79 ++++++++++++++++++++++++++--------
 drivers/staging/rdma/hfi1/chip.h     |    1 +
 drivers/staging/rdma/hfi1/driver.c   |   26 ++++++------
 drivers/staging/rdma/hfi1/file_ops.c |   31 ++++++++++---
 drivers/staging/rdma/hfi1/firmware.c |    2 +-
 drivers/staging/rdma/hfi1/hfi.h      |    4 ++
 drivers/staging/rdma/hfi1/init.c     |   59 ++++++++++++++++++++------
 drivers/staging/rdma/hfi1/mad.c      |    4 +-
 drivers/staging/rdma/hfi1/pcie.c     |   24 +++++-----
 drivers/staging/rdma/hfi1/pio.c      |   19 ++++----
 drivers/staging/rdma/hfi1/sdma.c     |   12 ++++-
 11 files changed, 183 insertions(+), 78 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-11-10  0:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-07  1:06 [PATCH RESEND 00/11] staging/rdma/hfi1: Miscellaneous Fixes Jubin John
     [not found] ` <1446858426-30509-1-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-11-07  1:06   ` [PATCH RESEND 01/11] staging/rdma/hfi1: Convert dd_dev_info() to hfi1_cdbg() in process startup Jubin John
2015-11-07  1:06   ` [PATCH RESEND 02/11] staging/rdma/hfi1: Clear the QSFP reset that is asserted on FLR Jubin John
2015-11-07  1:06   ` [PATCH RESEND 03/11] staging/rdma/hfi1: Enable WFR PCIe extended tags from the driver Jubin John
2015-11-07  1:06   ` [PATCH RESEND 04/11] staging/rdma/hfi1: Always download SBus firmware Jubin John
2015-11-07  1:07   ` [PATCH RESEND 05/11] staging/rdma/hfi1: Disable thermal polling before sensor initialization Jubin John
2015-11-07  1:07   ` [PATCH RESEND 06/11] staging/rdma/hfi1: Select only devices with active links Jubin John
2015-11-07  1:07   ` [PATCH RESEND 07/11] staging/rdma/hfi1: Fix for opaportconfig ledon by not checking for portNum Jubin John
2015-11-07  1:07   ` [PATCH RESEND 08/11] staging/rdma/hfi1: Remove spurious error messages Jubin John
2015-11-07  1:07   ` [PATCH RESEND 09/11] staging/rdma/hfi1: use one-shot LCB write Jubin John
2015-11-07  1:07   ` [PATCH RESEND 10/11] staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid Jubin John
     [not found]     ` <1446858426-30509-11-git-send-email-jubin.john-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-11-07  3:26       ` Greg KH
     [not found]         ` <20151107032614.GB4920-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-11-10  0:04           ` Jubin John
2015-11-07  1:07   ` [PATCH RESEND 11/11] staging/rdma/hfi1: Workaround to prevent corruption during packet delivery Jubin John
2015-11-07  3:25     ` Greg KH
     [not found]       ` <20151107032531.GA4920-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-11-10  0:01         ` Jubin John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).