Re: [PATCH v7 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function

2020-10-07 Thread Rob Herring
On Fri, 11 Sep 2020 18:33:32 +0900, Kunihiko Hayashi wrote: > Add pcie_port_service_get_irq() that returns the virtual IRQ number > for specified portdrv service. > > Cc: Lorenzo Pieralisi > Signed-off-by: Kunihiko Hayashi > --- > drivers/pci/pcie/portdrv.h | 1 + > drivers/pci/pcie/portd

[PATCH v7 1/3] PCI: portdrv: Add pcie_port_service_get_irq() function

2020-09-11 Thread Kunihiko Hayashi
Add pcie_port_service_get_irq() that returns the virtual IRQ number for specified portdrv service. Cc: Lorenzo Pieralisi Signed-off-by: Kunihiko Hayashi --- drivers/pci/pcie/portdrv.h | 1 + drivers/pci/pcie/portdrv_core.c | 16 2 files changed, 17 insertions(+) diff --g