linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Improve link speed presentation process
@ 2020-02-06 10:59 Yicong Yang
  2020-02-06 10:59 ` [PATCH v2 1/6] PCI: add 32 GT/s decoding in some macros Yicong Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yicong Yang @ 2020-02-06 10:59 UTC (permalink / raw)
  To: helgaas, linux-pci; +Cc: f.fangjian, huangdaode

In this series:
1. Add 32 GT/s decoding in some macros as a complementary
2. Remove redundancy in speed presentation process and improve the codes.

Currently We use switch-case statements to acquire the speed
string according to the pci bus speed in current_link_speed_show()
and pcie_get_speed_cap(). It leads to redundant and when new
standard comes, we have to add cases in the related functions,
which is easy to omit at somewhere.

Abstract the judge statements out. Use macros and pci speed
arrays instead. Then only the macros and arrays need to be
extended when next generation comes.

Link:
https://lore.kernel.org/linux-pci/20200113211728.GA113776@google.com/
https://lore.kernel.org/linux-pci/20200114224909.GA19633@google.com/

change since v1:
1. split "PCI: Make pci_bus_speed_strings[] public" from the series
2. split v1 PATCH 4 to two patches as suggested
3. modify some description in commit as suggested

Yicong Yang (6):
  PCI: add 32 GT/s decoding in some macros
  PCI: Add comments for link speed info arrays
  PCI: Refactor and rename PCIE_SPEED2STR macro
  PCI: Refactor bus_speed_read() with PCI_SPEED2STR macro
  PCI: Add PCIE_LNKCAP2_SLS2SPEED macro
  PCI: Reduce redundancy in current_link_speed_show()

 drivers/pci/pci-sysfs.c | 26 ++++----------------------
 drivers/pci/pci.c       | 23 +++++++----------------
 drivers/pci/pci.h       | 21 ++++++++++++++-------
 drivers/pci/probe.c     |  8 ++++++++
 drivers/pci/slot.c      | 10 +++-------
 5 files changed, 36 insertions(+), 52 deletions(-)

--
2.8.1


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 10:59 [PATCH v2 0/6] Improve link speed presentation process Yicong Yang
2020-02-06 10:59 ` [PATCH v2 1/6] PCI: add 32 GT/s decoding in some macros Yicong Yang
2020-02-06 10:59 ` [PATCH v2 2/6] PCI: Add comments for link speed info arrays Yicong Yang
2020-02-06 10:59 ` [PATCH v2 3/6] PCI: Refactor and rename PCIE_SPEED2STR macro Yicong Yang
2020-02-06 10:59 ` [PATCH v2 4/6] PCI: Refactor bus_speed_read() with PCI_SPEED2STR macro Yicong Yang
2020-02-06 10:59 ` [PATCH v2 5/6] PCI: Add PCIE_LNKCAP2_SLS2SPEED macro Yicong Yang
2020-02-06 10:59 ` [PATCH v2 6/6] PCI: Reduce redundancy in current_link_speed_show() Yicong Yang

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