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

2021-04-14 Thread Kunihiko Hayashi
Hi Jonathan, On 2021/04/12 17:42, Jonathan Cameron wrote: On Sat, 10 Apr 2021 01:22:16 +0900 Kunihiko Hayashi wrote: Add pcie_port_service_get_irq() that returns the virtual IRQ number for specified portdrv service. Trivial comment inline. Cc: Lorenzo Pieralisi Signed-off-by: Kunihiko

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

2021-04-12 Thread Jonathan Cameron
On Sat, 10 Apr 2021 01:22:16 +0900 Kunihiko Hayashi wrote: > Add pcie_port_service_get_irq() that returns the virtual IRQ number > for specified portdrv service. Trivial comment inline. > > Cc: Lorenzo Pieralisi > Signed-off-by: Kunihiko Hayashi > Reviewed-by: Rob Herring > Acked-by: Bjorn

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

2021-04-09 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 Reviewed-by: Rob Herring Acked-by: Bjorn Helgaas --- drivers/pci/pcie/portdrv.h | 1 + drivers/pci/pcie/portdrv_core.c | 16