Re: [PATCH 3/3] irqchip: al-fic: Introducing support for MSI-X

2019-06-05 Thread Greg KH
On Wed, Jun 05, 2019 at 09:54:13AM +0300, Talel Shenhar wrote: > The FIC supports either a (single) wired output, or generation of an MSI-X > interrupt per input (for cases where it is embedded in a PCIe device, > hence, allowing the PCIe drivers to call this API). > This patch introduces the suppo

[PATCH 3/3] irqchip: al-fic: Introducing support for MSI-X

2019-06-04 Thread Talel Shenhar
The FIC supports either a (single) wired output, or generation of an MSI-X interrupt per input (for cases where it is embedded in a PCIe device, hence, allowing the PCIe drivers to call this API). This patch introduces the support for allowing the configuration of MSI-X instead of a wire interrupt.