Tianyang! On Tue, Aug 06 2024 at 19:55, Tianyang Zhang wrote: > From: Huacai Chen <chenhuacai@xxxxxxxxxxx> > > Now remove the global PCI/MSI irqdomain implementation and provide the > required MSI parent functionality by filling in msi_parent_ops, so the > PCI/MSI code can detect the new parent and setup per-device MSI domains. > > Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx> Lacks a SOB from Tianyang. See Documentation ... > --- > drivers/irqchip/Kconfig | 1 + > drivers/irqchip/irq-loongson-pch-msi.c | 58 ++++++++++---------------- > 2 files changed, 24 insertions(+), 35 deletions(-) Nice! Thanks, tglx