Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-09 Thread Lorenzo Pieralisi
; > > ow...@vger.kernel.org] On Behalf Of Lorenzo Pieralisi > > > Sent: 21 July 2016 10:35 > > > To: Phil Edworthy > > > Cc: Bjorn Helgaas ; linux-...@vger.kernel.org; linux- > > > renesas-...@vger.kernel.org > > > Subject: Re: [

Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-08 Thread Matthew Minter
e another look at it. > > > > -Original Message- > > > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > > > ow...@vger.kernel.org] On Behalf Of Lorenzo Pieralisi > > > Sent: 21 July 2016 10:35 > > > To: Phil Edworthy > > > Cc: Bjorn

Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-08 Thread Bjorn Helgaas
i-ow...@vger.kernel.org [mailto:linux-pci- > > ow...@vger.kernel.org] On Behalf Of Lorenzo Pieralisi > > Sent: 21 July 2016 10:35 > > To: Phil Edworthy > > Cc: Bjorn Helgaas ; linux-...@vger.kernel.org; linux- > > renesas-...@vger.kernel.org > > Subject: Re: [RFC] pci: Prov

RE: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-08 Thread Phil Edworthy
> Cc: Bjorn Helgaas ; linux-...@vger.kernel.org; linux- > renesas-...@vger.kernel.org > Subject: Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq > > Hi Phil, > > On Fri, Jul 08, 2016 at 12:49:55PM +0100, Phil Edworthy wrote: > > Hi Bjorn, > > &g

Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-07-21 Thread Lorenzo Pieralisi
Hi Phil, On Fri, Jul 08, 2016 at 12:49:55PM +0100, Phil Edworthy wrote: > Hi Bjorn, > > I've marked this as RFC as I guess there might be a better way to do > this, but I'm not sure how. I would appreciate your thoughts on this. There is a more generic solution to this issue, that has been hangi

RE: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-07-11 Thread Phil Edworthy
Note that kbuild test failed because domain_nr is only available when we have CONFIG_PCI_DOMAINS_GENERIC defined, so the patch will definitely have to change. Phil On 08 July 2016 12:50, Phil Edworthy wrote: > Hi Bjorn, > > I've marked this as RFC as I guess there might be a better way to do > t

[RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-07-08 Thread Phil Edworthy
Hi Bjorn, I've marked this as RFC as I guess there might be a better way to do this, but I'm not sure how. I would appreciate your thoughts on this. Thanks Phil --- pdev_fixup_irq() performs interrupt swizzling on all PCI devices, no matter that the device may be on a completely unrelated PCI Ho