]> Gentwo Git Trees - linux/.git/commit
Merge branch 'pci/controller/dwc-edma'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:16 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:16 +0000 (12:13 -0500)
commit0a09e23176beb46879007257b678b6a59905109f
treea416a964a7f03bce3b18e5924ca82d556191cb01
parentf2b2fcf6d64e45f68e1730ac0a63fe896f06241e
parenteea30c76012245efa87f427ca6d110d1674e433a
Merge branch 'pci/controller/dwc-edma'

- Verify that if DT specifies a single IRQ for all eDMA channels, it is
  named 'dma' (Niklas Cassel)

- Remove qcom edma.nr_irqs initialization, which is redundant since
  dw_pcie_edma_irq_verify() initializes it based on whether the DT contains
  'dma' (single IRQ) or 'dmaX' (multiple IRQs) (Niklas Cassel)

* pci/controller/dwc-edma:
  PCI: qcom-ep: Remove redundant edma.nr_irqs initialization
  PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify()
drivers/pci/controller/dwc/pcie-designware.c
drivers/pci/controller/dwc/pcie-qcom-ep.c