RE: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Jake Oshins
iyang Zhang > ; bhelg...@google.com; linux- > p...@vger.kernel.org > Subject: Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata > > On 03/02/16 18:51, Bjorn Helgaas wrote: > > On Wed, Feb 03, 2016 at 06:32:20PM +, Jake Oshins wrote: > >>> -Origin

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Marc Zyngier
>>> Cc: gre...@linuxfoundation.org; KY Srinivasan ; linux- >>> ker...@vger.kernel.org; de...@linuxdriverproject.org; Haiyang Zhang >>> ; marc.zyng...@arm.com; >>> bhelg...@google.com; linux-...@vger.kernel.org >>> Subject: Re: [PATCH RESEND 1/3] PCI: Add fwno

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Bjorn Helgaas
ux- > > ker...@vger.kernel.org; de...@linuxdriverproject.org; Haiyang Zhang > > ; marc.zyng...@arm.com; > > bhelg...@google.com; linux-...@vger.kernel.org > > Subject: Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata > > > > Hi Jake, > >

RE: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Jake Oshins
marc.zyng...@arm.com; > bhelg...@google.com; linux-...@vger.kernel.org > Subject: Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata > > Hi Jake, > > On Tue, Feb 02, 2016 at 05:41:41PM +, ja...@microsoft.com wrote: > > From: Jake Oshins > > > > This

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Bjorn Helgaas
Hi Jake, On Tue, Feb 02, 2016 at 05:41:41PM +, ja...@microsoft.com wrote: > From: Jake Oshins > > This patch adds an fwnode_handle to struct pci_sysdata, which is > used by the next patch in the series when trying to locate an > IRQ domain associated with a root PCI bus. > > Signed-off-by:

RE: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Jake Oshins
k...@microsoft.com>; linux- > ker...@vger.kernel.org; de...@linuxdriverproject.org; Haiyang Zhang > <haiya...@microsoft.com>; bhelg...@google.com; linux- > p...@vger.kernel.org > Subject: Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata > > On 03/02/16 18:51, Bjorn Helga

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Marc Zyngier
shins <ja...@microsoft.com> >>> Cc: gre...@linuxfoundation.org; KY Srinivasan <k...@microsoft.com>; linux- >>> ker...@vger.kernel.org; de...@linuxdriverproject.org; Haiyang Zhang >>> <haiya...@microsoft.com>; marc.zyng...@arm.com; >>> bhelg...@goo

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Bjorn Helgaas
inuxfoundation.org; KY Srinivasan <k...@microsoft.com>; linux- > > ker...@vger.kernel.org; de...@linuxdriverproject.org; Haiyang Zhang > > <haiya...@microsoft.com>; marc.zyng...@arm.com; > > bhelg...@google.com; linux-...@vger.kernel.org > > Subject: Re: [PATCH RESEND 1/3]

Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Bjorn Helgaas
Hi Jake, On Tue, Feb 02, 2016 at 05:41:41PM +, ja...@microsoft.com wrote: > From: Jake Oshins > > This patch adds an fwnode_handle to struct pci_sysdata, which is > used by the next patch in the series when trying to locate an > IRQ domain associated with a root PCI

RE: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-03 Thread Jake Oshins
; de...@linuxdriverproject.org; Haiyang Zhang > <haiya...@microsoft.com>; marc.zyng...@arm.com; > bhelg...@google.com; linux-...@vger.kernel.org > Subject: Re: [PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata > > Hi Jake, > > On Tue, Feb 02, 2016 at 05:41:41PM +0

[PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-02 Thread jakeo
From: Jake Oshins This patch adds an fwnode_handle to struct pci_sysdata, which is used by the next patch in the series when trying to locate an IRQ domain associated with a root PCI bus. Signed-off-by: Jake Oshins --- arch/x86/include/asm/pci.h | 15 +++ drivers/pci/probe.c

[PATCH RESEND 1/3] PCI: Add fwnode_handle to pci_sysdata

2016-02-02 Thread jakeo
From: Jake Oshins This patch adds an fwnode_handle to struct pci_sysdata, which is used by the next patch in the series when trying to locate an IRQ domain associated with a root PCI bus. Signed-off-by: Jake Oshins --- arch/x86/include/asm/pci.h | 15