Re: [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-08 Thread Lorenzo Pieralisi
Hi Matthew, On Thu, Oct 08, 2015 at 03:07:34AM +0100, Matthew Minter wrote: > On Wednesday 07 October 2015 18:08:47 Bjorn Helgaas wrote: [...] > Yes, I had been working on this last year, and got a patchset that was tested > on arm, x86 (and amd64), and slightly tested on powerpc. However I was

Re: [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-07 Thread Matthew Minter
On Wednesday 07 October 2015 18:08:47 Bjorn Helgaas wrote: > [+cc Matthew] > > On Wed, Oct 07, 2015 at 01:08:40PM -0700, David Daney wrote: > > On 10/07/2015 12:44 PM, Bjorn Helgaas wrote: > > >Hi David, > > > > > >On Fri, Oct 02, 2015 at 11:43:59AM -0700, David Daney wrote: > > >>From: David Dane

Re: [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-07 Thread Bjorn Helgaas
[+cc Matthew] On Wed, Oct 07, 2015 at 01:08:40PM -0700, David Daney wrote: > On 10/07/2015 12:44 PM, Bjorn Helgaas wrote: > >Hi David, > > > >On Fri, Oct 02, 2015 at 11:43:59AM -0700, David Daney wrote: > >>From: David Daney > >> > >>pci_bus_fixup_irqs() works like pci_fixup_irqs(), except it onl

Re: [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-07 Thread David Daney
On 10/07/2015 12:44 PM, Bjorn Helgaas wrote: Hi David, On Fri, Oct 02, 2015 at 11:43:59AM -0700, David Daney wrote: From: David Daney pci_bus_fixup_irqs() works like pci_fixup_irqs(), except it only does the fixups for devices on the specified bus. Follow-on patch will use the new function.

Re: [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-07 Thread Bjorn Helgaas
Hi David, On Fri, Oct 02, 2015 at 11:43:59AM -0700, David Daney wrote: > From: David Daney > > pci_bus_fixup_irqs() works like pci_fixup_irqs(), except it only does > the fixups for devices on the specified bus. > > Follow-on patch will use the new function. > > Signed-off-by: David Daney > -

[PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs().

2015-10-02 Thread David Daney
From: David Daney pci_bus_fixup_irqs() works like pci_fixup_irqs(), except it only does the fixups for devices on the specified bus. Follow-on patch will use the new function. Signed-off-by: David Daney --- No change from v2. drivers/pci/setup-irq.c | 30 ++ inclu