]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: dwc/dra7xx: Use the common MSI irq_chip
authorRob Herring <robh@kernel.org>
Thu, 5 Nov 2020 21:11:49 +0000 (15:11 -0600)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 19 Nov 2020 10:51:41 +0000 (10:51 +0000)
commitf6bd3b7211e5e4e5fe6360ac7a34308243bafc0d
treeca18f93455bd8d1e81d422642124e245967cbbbd
parentb57250eccece6706058ad8901d3c1ebe1963f3c3
PCI: dwc/dra7xx: Use the common MSI irq_chip

The dra7xx MSI irq_chip implementation is identical to the default DWC one.
The only difference is the interrupt handler as the MSI interrupt is muxed
with other interrupts, but that doesn't affect the irq_chip part of it.

Link: https://lore.kernel.org/r/20201105211159.1814485-7-robh@kernel.org
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-omap@vger.kernel.org
drivers/pci/controller/dwc/pci-dra7xx.c