[PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices

kelvin.cao@microchip.com posted 2 patches 2 years, 7 months ago
drivers/pci/quirks.c           |  36 ++++++++
drivers/pci/switch/switchtec.c | 158 ++++++++++++++++++++-------------
include/linux/switchtec.h      |   1 +
3 files changed, 134 insertions(+), 61 deletions(-)
[PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices
Posted by kelvin.cao@microchip.com 2 years, 7 months ago
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
Re: [PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices
Posted by Bjorn Helgaas 2 years, 6 months ago
On Fri, Jun 23, 2023 at 05:00:01PM -0700, kelvin.cao@microchip.com wrote:
> 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(-)

Applied with Logan's Reviewed-by for v6.6, thanks!

Bjorn
Re: [PATCH 0/2] PCI: switchtec: Add support for PCIe Gen5 devices
Posted by Logan Gunthorpe 2 years, 7 months ago

On 2023-06-23 18:00, kelvin.cao@microchip.com wrote:
> 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

Both patches look good to me, thanks.

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Logan