Re: [PATCH v3 09/14] PCI: cadence: Add MSI-X support to Endpoint driver

2020-05-05 Thread Kishon Vijay Abraham I
Hi Rob, On 4/30/2020 7:25 AM, Rob Herring wrote: > On Fri, Apr 17, 2020 at 06:27:48PM +0530, Kishon Vijay Abraham I wrote: >> From: Alan Douglas >> >> Implement ->set_msix() and ->get_msix() callback functions in order >> to configure MSIX capability in the PCIe endpoint controller. >> >> Add cdn

Re: [PATCH v3 09/14] PCI: cadence: Add MSI-X support to Endpoint driver

2020-04-29 Thread Rob Herring
On Fri, Apr 17, 2020 at 06:27:48PM +0530, Kishon Vijay Abraham I wrote: > From: Alan Douglas > > Implement ->set_msix() and ->get_msix() callback functions in order > to configure MSIX capability in the PCIe endpoint controller. > > Add cdns_pcie_ep_send_msix_irq() to send MSIX interrupts to Hos