Re: [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

2021-01-04 Thread Rob Herring
On Mon, Jan 4, 2021 at 6:13 AM Kishon Vijay Abraham I wrote: > > Hi Rob, > > On 15/12/20 9:31 pm, Rob Herring wrote: > > On Wed, Nov 11, 2020 at 9:37 AM Kishon Vijay Abraham I > > wrote: > >> > >> Implement ->msi_map_irq() ops in order to map physical address to > >> MSI address and return MSI d

Re: [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

2021-01-04 Thread Kishon Vijay Abraham I
Hi Rob, On 15/12/20 9:31 pm, Rob Herring wrote: > On Wed, Nov 11, 2020 at 9:37 AM Kishon Vijay Abraham I wrote: >> >> Implement ->msi_map_irq() ops in order to map physical address to >> MSI address and return MSI data. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> .../pci/controller/ca

Re: [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

2020-12-15 Thread Rob Herring
On Wed, Nov 11, 2020 at 9:37 AM Kishon Vijay Abraham I wrote: > > Implement ->msi_map_irq() ops in order to map physical address to > MSI address and return MSI data. > > Signed-off-by: Kishon Vijay Abraham I > --- > .../pci/controller/cadence/pcie-cadence-ep.c | 53 +++ > 1 fil

RE: [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

2020-12-14 Thread Tom Joseph
> -Original Message- > From: Kishon Vijay Abraham I > > Implement ->msi_map_irq() ops in order to map physical address to > MSI address and return MSI data. > > Signed-off-by: Kishon Vijay Abraham I > --- > .../pci/controller/cadence/pcie-cadence-ep.c | 53 +++ > 1 f