[PATCH v1 0/3] switchtec: add new device IDs

Logan Gunthorpe posted 3 patches 1 week, 3 days ago
drivers/dma/switchtec_dma.c    | 1 +
drivers/pci/quirks.c           | 1 +
drivers/pci/switch/switchtec.c | 1 +
3 files changed, 3 insertions(+)
[PATCH v1 0/3] switchtec: add new device IDs
Posted by Logan Gunthorpe 1 week, 3 days ago
This little patch set adds some new device IDs for switchtec hardware
to the PCI driver, the DMA driver and the PCI quirk needed for NTB.

I originally included this in a patchset I'm working on for
switchtec-dma but the Sashiko bot reminded me I need to add it to the
PCI management device and the quirk used for NTB. So I've respun three
patches here.

I'm open to options, but I might suggest if everyone is okay with it
these three patches could just go through the PCI tree together.

These three patches are based on v7.2-rc3.

Thanks,

Logan

Logan Gunthorpe (3):
  dmaengine: switchtec-dma: Add PCI1008 device ID
  PCI/switch: switchtec: Add PCI1008 device ID
  PCI: Add PCI1008 to switchtec NTB DMA alias quirk

 drivers/dma/switchtec_dma.c    | 1 +
 drivers/pci/quirks.c           | 1 +
 drivers/pci/switch/switchtec.c | 1 +
 3 files changed, 3 insertions(+)


base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa
-- 
2.47.3
Re: [PATCH v1 0/3] switchtec: add new device IDs
Posted by Bjorn Helgaas 1 week, 1 day ago
On Tue, Jul 14, 2026 at 03:20:07PM -0600, Logan Gunthorpe wrote:
> This little patch set adds some new device IDs for switchtec hardware
> to the PCI driver, the DMA driver and the PCI quirk needed for NTB.
> 
> I originally included this in a patchset I'm working on for
> switchtec-dma but the Sashiko bot reminded me I need to add it to the
> PCI management device and the quirk used for NTB. So I've respun three
> patches here.
> 
> I'm open to options, but I might suggest if everyone is okay with it
> these three patches could just go through the PCI tree together.
> 
> These three patches are based on v7.2-rc3.
> 
> Thanks,
> 
> Logan
> 
> Logan Gunthorpe (3):
>   dmaengine: switchtec-dma: Add PCI1008 device ID
>   PCI/switch: switchtec: Add PCI1008 device ID
>   PCI: Add PCI1008 to switchtec NTB DMA alias quirk
> 
>  drivers/dma/switchtec_dma.c    | 1 +
>  drivers/pci/quirks.c           | 1 +
>  drivers/pci/switch/switchtec.c | 1 +
>  3 files changed, 3 insertions(+)

Applied to pci/switchtec for v7.3, thanks!