Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices
@ 2023-06-24  0:00 kelvin.cao
  2023-06-24  0:00 ` [PATCH 1/2] PCI: switchtec: Use normal comment style kelvin.cao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kelvin.cao @ 2023-06-24  0:00 UTC (permalink / raw)
  To: kurt.schwemmer, logang, bhelgaas, linux-pci, linux-kernel

From: Kelvin Cao <kelvin.cao@microchip.com>

Hi,

This patchset adds support for Switchtec PCIe Gen5 devices by adding
device IDs to the driver and PCI quirks. There's also minor code change
to accommodate those devices.

The patchset is based off of v6.4-rc7.

Thanks,
Kelvin

Kelvin Cao (2):
  PCI: switchtec: Use normal comment style
  PCI: switchtec: Add support for PCIe Gen5 devices

 drivers/pci/quirks.c           |  36 ++++++++
 drivers/pci/switch/switchtec.c | 158 ++++++++++++++++++++-------------
 include/linux/switchtec.h      |   1 +
 3 files changed, 134 insertions(+), 61 deletions(-)

-- 
2.25.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-24  0:00 [PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices kelvin.cao
2023-06-24  0:00 ` [PATCH 1/2] PCI: switchtec: Use normal comment style kelvin.cao
2023-06-24  0:00 ` [PATCH 2/2] PCI: switchtec: Add support for PCIe Gen5 devices kelvin.cao
2023-06-26 15:37 ` [PATCH 0/2] " Logan Gunthorpe
2023-08-09 19:17 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox