I see in /driver/pci/msi.c there is a comment in default_setup_msi_irqs() that says
/*
* If an architecture wants to support multiple MSI, it needs to
* override arch_setup_msi_irqs()
*/
Which does not happen. Is there support for an arch_setup_msi_irqs() function for the keystone II so that I can enable multiple MSI?