Re: [PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-05-01 Thread Marc Zyngier
On 26/04/18 20:50, Thomas Gleixner wrote: > On Mon, 23 Apr 2018, Marc Zyngier wrote: > >> Nobody would be insane enough to try and use level triggered >> MSIs on PCI, but let's make sure it doesn't happen. Also, >> let's mandate that the irqchip backing the platform MSI domain >> is providing an

Re: [PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-05-01 Thread Marc Zyngier
On 26/04/18 20:50, Thomas Gleixner wrote: > On Mon, 23 Apr 2018, Marc Zyngier wrote: > >> Nobody would be insane enough to try and use level triggered >> MSIs on PCI, but let's make sure it doesn't happen. Also, >> let's mandate that the irqchip backing the platform MSI domain >> is providing an

Re: [PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-04-26 Thread Thomas Gleixner
On Mon, 23 Apr 2018, Marc Zyngier wrote: > Nobody would be insane enough to try and use level triggered > MSIs on PCI, but let's make sure it doesn't happen. Also, > let's mandate that the irqchip backing the platform MSI domain > is providing an irq_set_type method (or the whole thing would > be

Re: [PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-04-26 Thread Thomas Gleixner
On Mon, 23 Apr 2018, Marc Zyngier wrote: > Nobody would be insane enough to try and use level triggered > MSIs on PCI, but let's make sure it doesn't happen. Also, > let's mandate that the irqchip backing the platform MSI domain > is providing an irq_set_type method (or the whole thing would > be

[PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-04-23 Thread Marc Zyngier
Nobody would be insane enough to try and use level triggered MSIs on PCI, but let's make sure it doesn't happen. Also, let's mandate that the irqchip backing the platform MSI domain is providing an irq_set_type method (or the whole thing would be a bit useless). Signed-off-by: Marc Zyngier

[PATCH 2/7] genirq/msi: Limit level-triggered MSI to platform devices

2018-04-23 Thread Marc Zyngier
Nobody would be insane enough to try and use level triggered MSIs on PCI, but let's make sure it doesn't happen. Also, let's mandate that the irqchip backing the platform MSI domain is providing an irq_set_type method (or the whole thing would be a bit useless). Signed-off-by: Marc Zyngier ---