All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] PCI/treewide: PCIe Link Width field access cleanup
@ 2023-09-11 12:14 Ilpo Järvinen
  2023-09-11 12:14 ` [PATCH 1/8] IB/hfi1: Use FIELD_GET() to extract Link Width Ilpo Järvinen
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Ilpo Järvinen @ 2023-09-11 12:14 UTC (permalink / raw)
  To: linux-pci, Bjorn Helgaas; +Cc: linux-kernel, Ilpo Järvinen

Instead of custom code to extract the PCIe Negotiated and Maximum Link
Width fields, make the code more obvious using FIELD_GET/PREP().

Ilpo Järvinen (8):
  IB/hfi1: Use FIELD_GET() to extract Link Width
  media: cobalt: Use FIELD_GET() to extract Link Width
  igb: Use FIELD_GET() to extract Link Width
  PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields
  PCI: mvebu: Use FIELD_PREP() with Link Width
  PCI: Use FIELD_GET() to extract Link Width
  scsi: esas2r: Use FIELD_GET() to extract Link Width
  scsi: qla2xxx: Use FIELD_GET() to extract Link Width

 drivers/infiniband/hw/hfi1/pcie.c          |  5 +++--
 drivers/media/pci/cobalt/cobalt-driver.c   | 11 ++++++-----
 drivers/net/ethernet/intel/igb/e1000_mac.c |  6 +++---
 drivers/pci/controller/dwc/pcie-tegra194.c |  9 ++++-----
 drivers/pci/controller/pci-mvebu.c         |  2 +-
 drivers/pci/pci-sysfs.c                    |  5 ++---
 drivers/pci/pci.c                          |  6 +++---
 drivers/scsi/esas2r/esas2r_ioctl.c         |  8 ++++----
 drivers/scsi/qla2xxx/qla_os.c              |  3 ++-
 9 files changed, 28 insertions(+), 27 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-09-12 15:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11 12:14 [PATCH 0/8] PCI/treewide: PCIe Link Width field access cleanup Ilpo Järvinen
2023-09-11 12:14 ` [PATCH 1/8] IB/hfi1: Use FIELD_GET() to extract Link Width Ilpo Järvinen
2023-09-12 10:26   ` Jonathan Cameron
2023-09-11 12:14 ` [PATCH 2/8] media: cobalt: " Ilpo Järvinen
2023-09-11 12:14 ` [Intel-wired-lan] [PATCH 3/8] igb: " Ilpo Järvinen
2023-09-11 12:14   ` Ilpo Järvinen
2023-09-12 10:34   ` [Intel-wired-lan] " Jonathan Cameron
2023-09-12 10:34     ` Jonathan Cameron
2023-09-12 12:11     ` [Intel-wired-lan] " Ilpo Järvinen
2023-09-12 12:11       ` Ilpo Järvinen
2023-09-11 12:14 ` [PATCH 4/8] PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields Ilpo Järvinen
2023-09-12 10:35   ` Jonathan Cameron
2023-09-11 12:14 ` [PATCH 5/8] PCI: mvebu: Use FIELD_PREP() with Link Width Ilpo Järvinen
2023-09-11 12:14   ` Ilpo Järvinen
2023-09-11 12:14 ` [PATCH 6/8] PCI: Use FIELD_GET() to extract " Ilpo Järvinen
2023-09-11 12:15 ` [PATCH 7/8] scsi: esas2r: " Ilpo Järvinen
2023-09-12 10:38   ` Jonathan Cameron
2023-09-11 12:15 ` [PATCH 8/8] scsi: qla2xxx: " Ilpo Järvinen
2023-09-12 10:39   ` Jonathan Cameron
2023-09-12 10:24 ` [PATCH 0/8] PCI/treewide: PCIe Link Width field access cleanup Jonathan Cameron

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.