Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275668
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PCI: MSI: Only use the generic MSI layer when domain is hierarchical |
| Date | 2015-11-23 18:40 +0100 |
| Message-ID | <qy3fQ-4Y1-37@gated-at.bofh.it> (permalink) |
| References | <qy0hY-2Wb-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 23 Nov 2015, Marc Zyngier wrote:
> Since d8a1cb757550 ("PCI/MSI: Let pci_msi_get_domain use struct
> device::msi_domain"), we use the MSI domain associated to the PCI device.
>
> But finding a MSI domain doesn't mean that the domain is implemented
> using the generic MSI domain API, and a number of MSI controllers
> are still using the arch_setup_msi_irq/arch_teardown_msi_irqs.
>
> In order to avoid a firework on these systems, check that the domain
> we just obtained is hierarchical. If not, don't use the generic MSI
> stuff and stick with the old one. Not pretty, but reliable.
>
> Another insentive to rework those drivers and phase out this API.
>
> Reported-by: Phil Edworthy <phil.edworthy@renesas.com>
> Tested-by: Phil Edworthy <phil.edworthy@renesas.com>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] PCI: MSI: Only use the generic MSI layer when domain is hierarchical Marc Zyngier <marc.zyngier@arm.com> - 2015-11-23 15:30 +0100 Re: [PATCH] PCI: MSI: Only use the generic MSI layer when domain is hierarchical Thomas Gleixner <tglx@linutronix.de> - 2015-11-23 18:40 +0100 [PATCH] PCI: MSI: Only use the generic MSI layer when domain is hierarchical Phil Edworthy <phil.edworthy@renesas.com> - 2015-11-30 11:30 +0100
csiph-web