On Fri, Jun 19, 2020 at 2:20 AM Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> wrote: > > From: Diana Craciun <diana.craciun@xxxxxxxxxxx> > > of_msi_map_get_device_domain() is PCI specific but it need not be and > can be easily changed to be bus agnostic in order to be used by other > busses by adding an IRQ domain bus token as an input parameter. > > Signed-off-by: Diana Craciun <diana.craciun@xxxxxxxxxxx> > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> # pci/msi.c > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Marc Zyngier <maz@xxxxxxxxxx> > --- > drivers/of/irq.c | 8 +++++--- > drivers/pci/msi.c | 2 +- > include/linux/of_irq.h | 5 +++-- > 3 files changed, 9 insertions(+), 6 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>