Re: [PATCH v6 2/6] PCI: dwc: Add msi_host_isr() callback

2020-09-10 Thread Rob Herring
On Fri, 07 Aug 2020 19:25:18 +0900, Kunihiko Hayashi wrote: > This adds msi_host_isr() callback function support to describe > SoC-dependent service triggered by MSI. > > For example, when AER interrupt is triggered by MSI, the callback function > reads SoC-dependent registers and detects that

[PATCH v6 2/6] PCI: dwc: Add msi_host_isr() callback

2020-08-07 Thread Kunihiko Hayashi
This adds msi_host_isr() callback function support to describe SoC-dependent service triggered by MSI. For example, when AER interrupt is triggered by MSI, the callback function reads SoC-dependent registers and detects that the interrupt is from AER, and invoke AER interrupts related to MSI.