All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Improve link speed presentation process
@ 2020-02-29  3:07 Bjorn Helgaas
  2020-02-29  3:07 ` [PATCH v5 1/4] PCI: Add 32 GT/s decoding in some macros Bjorn Helgaas
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bjorn Helgaas @ 2020-02-29  3:07 UTC (permalink / raw)
  To: Yicong Yang; +Cc: Jay Fang, huangdaode, linux-pci, Bjorn Helgaas

From: Bjorn Helgaas <bhelgaas@google.com>

Here's my proposal for merging this series.

The main difference from v4 is that this adds a pci_speed_string()
interface instead of making the table public and uses that everywhere
instead of PCI_SPEED2STR().


v4: https://lore.kernel.org/r/1581937984-40353-1-git-send-email-yangyicong@hisilicon.com

Bjorn Helgaas (2):
  PCI: Add pci_speed_string()
  PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings

Yicong Yang (2):
  PCI: Add 32 GT/s decoding in some macros
  PCI: Add PCIE_LNKCAP2_SLS2SPEED() macro

 drivers/pci/controller/pcie-brcmstb.c |  3 +--
 drivers/pci/pci-sysfs.c               | 27 ++++---------------
 drivers/pci/pci.c                     | 23 +++++-----------
 drivers/pci/pci.h                     | 19 ++++++++------
 drivers/pci/probe.c                   | 38 +++++++++++++++++++++++++++
 drivers/pci/slot.c                    | 38 +--------------------------
 include/linux/pci.h                   |  2 +-
 7 files changed, 64 insertions(+), 86 deletions(-)


base-commit: bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
-- 
2.25.0.265.gbab2e86ba0-goog


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

end of thread, other threads:[~2020-03-02 23:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29  3:07 [PATCH v5 0/4] Improve link speed presentation process Bjorn Helgaas
2020-02-29  3:07 ` [PATCH v5 1/4] PCI: Add 32 GT/s decoding in some macros Bjorn Helgaas
2020-02-29  3:07 ` [PATCH v5 2/4] PCI: Add pci_speed_string() Bjorn Helgaas
2020-02-29  3:07 ` [PATCH v5 3/4] PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings Bjorn Helgaas
2020-02-29  9:10   ` Yicong Yang
2020-03-02 23:45     ` Bjorn Helgaas
2020-02-29  3:07 ` [PATCH v5 4/4] PCI: Add PCIE_LNKCAP2_SLS2SPEED() macro Bjorn Helgaas
2020-03-02 23:46 ` [PATCH v5 0/4] Improve link speed presentation process Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.