Re: [PATCH v13 08/13] irqchip/riscv-imsic: Add device MSI domain support for PCI devices

From: Thomas Gleixner
Date: Tue Feb 20 2024 - 08:35:46 EST


On Tue, Feb 20 2024 at 11:37, Anup Patel wrote:
> static bool imsic_init_dev_msi_info(struct device *dev,
> struct irq_domain *domain,
> struct irq_domain *real_parent,
> @@ -218,6 +241,7 @@ static bool imsic_init_dev_msi_info(struct device *dev,
>
> /* MSI parent domain specific settings */
> switch (real_parent->bus_token) {
> + case DOMAIN_BUS_PCI_MSI:

case DOMAIN_BUS_PCI_DEVICE_MSIX:

?

Thanks,

tglx