linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] lpfc: Update lpfc to revision 14.0.0.0
@ 2021-07-22 22:17 James Smart
  2021-07-22 22:17 ` [PATCH 1/6] lpfc: Add pci id support for LPe37000/LPe38000 series adapters James Smart
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: James Smart @ 2021-07-22 22:17 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 14.0.0.0

This patch set adds support for the new G7+ ASIC found on the LPe37xxx
and LPe38xxx adapter models.

The set:
- Adds support for the new PCI ID's
- Corrects a bug found due to higher resource counts
- Rather than patching in new PCI ID's to capability checks, refactor
  to pick up the ASIC Family values which automatically picks up the
  new chip.
- Add in 256 Link support, which can now be seen on trunk links

The patches were cut against Martin's 5.15/scsi-staging tree


James Smart (6):
  lpfc: Add pci id support for LPe37000/LPe38000 series adapters
  lpfc: Fix cq_id truncation in rq create
  lpfc: Revise Topology and RAS support checks for new adapters
  lpfc: Add 256Gb link speed support
  lpfc: Update lpfc version to 14.0.0.0
  lpfc: Copyright updates for 14.0.0.0 patches

 drivers/scsi/lpfc/lpfc_attr.c    | 17 +++++++++----
 drivers/scsi/lpfc/lpfc_ct.c      |  5 ++++
 drivers/scsi/lpfc/lpfc_els.c     |  8 ++++++
 drivers/scsi/lpfc/lpfc_hbadisc.c |  1 +
 drivers/scsi/lpfc/lpfc_hw.h      |  3 ++-
 drivers/scsi/lpfc/lpfc_hw4.h     |  6 ++++-
 drivers/scsi/lpfc/lpfc_ids.h     |  4 ++-
 drivers/scsi/lpfc/lpfc_init.c    | 42 +++++++++++++++++++++-----------
 drivers/scsi/lpfc/lpfc_mbox.c    |  5 ++--
 drivers/scsi/lpfc/lpfc_scsi.c    |  8 ++----
 drivers/scsi/lpfc/lpfc_scsi.h    |  6 ++++-
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 12 files changed, 75 insertions(+), 32 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-07-29  3:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-22 22:17 [PATCH 0/6] lpfc: Update lpfc to revision 14.0.0.0 James Smart
2021-07-22 22:17 ` [PATCH 1/6] lpfc: Add pci id support for LPe37000/LPe38000 series adapters James Smart
2021-07-22 22:17 ` [PATCH 2/6] lpfc: Fix cq_id truncation in rq create James Smart
2021-07-22 22:17 ` [PATCH 3/6] lpfc: Revise Topology and RAS support checks for new adapters James Smart
2021-07-22 22:17 ` [PATCH 4/6] lpfc: Add 256Gb link speed support James Smart
2021-07-22 22:17 ` [PATCH 5/6] lpfc: Update lpfc version to 14.0.0.0 James Smart
2021-07-22 22:17 ` [PATCH 6/6] lpfc: Copyright updates for 14.0.0.0 patches James Smart
2021-07-27  2:59 ` [PATCH 0/6] lpfc: Update lpfc to revision 14.0.0.0 Martin K. Petersen
2021-07-27 20:36   ` James Smart
2021-07-29  3:38 ` Martin K. Petersen

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).