[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250807070917.2245463-1-hongxing.zhu@nxp.com>
Date: Thu, 7 Aug 2025 15:09:15 +0800
From: Richard Zhu <hongxing.zhu@....com>
To: frank.li@....com,
Zhiqiang.Hou@....com,
bhelgaas@...gle.com,
ilpo.jarvinen@...ux.intel.com,
Jonthan.Cameron@...wei.com,
lukas@...ner.de,
feng.tang@...ux.alibaba.com,
jingoohan1@...il.com,
mani@...nel.org,
lpieralisi@...nel.org,
kwilczynski@...nel.org,
robh@...nel.org
Cc: linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org,
imx@...ts.linux.dev
Subject: [PATCH v1 0/2] PCI: dwc: Fetch dedicated AER/PME interrupters
Some SoCs have the limitation that PME/AER can't work over MSI. And
vendors route the AER/PME via the dedicated SPI interrupt which is only
handled by the controller driver.
Add the generic get_service_irqs() callback for bridge, to let portdrv
can fetch the vendor specific AER/PME interrupter by it.
Closes: https://lore.kernel.org/linux-pci/20250702223841.GA1905230@bhelgaas/
Tested on LS1046A RDB board, the AER interrupter can be triggered by
pull-out of EP device based on v6.16 kernel.
[PATCH v1 1/2] PCI/portdrv: Use get_service_irqs() callback to get
[PATCH v1 2/2] PCI: dwc: Fetch dedicated AER/PME interrupters
drivers/pci/controller/dwc/pcie-designware-host.c | 32 ++++++++++++++++++++++++++++++++
drivers/pci/pcie/portdrv.c | 7 +++++++
include/linux/pci.h | 1 +
Powered by blists - more mailing lists