Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-16 Thread Bjorn Helgaas
On Wed, Apr 16, 2014 at 10:20:45AM +0200, Lucas Stach wrote: > Am Dienstag, den 15.04.2014, 12:30 -0600 schrieb Bjorn Helgaas: > > On Tue, Apr 15, 2014 at 12:07:34PM +0200, Lucas Stach wrote: > > > Hi Bjorn, > > > > > > Am Freitag, den 04.04.2014, 10:55 -0600 schrieb Bjorn Helgaas: > > > > On Wed,

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-16 Thread Lucas Stach
Am Dienstag, den 15.04.2014, 12:30 -0600 schrieb Bjorn Helgaas: > On Tue, Apr 15, 2014 at 12:07:34PM +0200, Lucas Stach wrote: > > Hi Bjorn, > > > > Am Freitag, den 04.04.2014, 10:55 -0600 schrieb Bjorn Helgaas: > > > On Wed, Mar 05, 2014 at 02:25:47PM +0100, Lucas Stach wrote: > > > > This is the

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-15 Thread Bjorn Helgaas
On Tue, Apr 15, 2014 at 12:07:34PM +0200, Lucas Stach wrote: > Hi Bjorn, > > Am Freitag, den 04.04.2014, 10:55 -0600 schrieb Bjorn Helgaas: > > On Wed, Mar 05, 2014 at 02:25:47PM +0100, Lucas Stach wrote: > > > This is the recommended method of doing the IRQ > > > mapping. For old devicetrees we f

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-15 Thread Lucas Stach
Hi Bjorn, Am Freitag, den 04.04.2014, 10:55 -0600 schrieb Bjorn Helgaas: > On Wed, Mar 05, 2014 at 02:25:47PM +0100, Lucas Stach wrote: > > This is the recommended method of doing the IRQ > > mapping. For old devicetrees we fall back to the > > previous practice. > > > > Signed-off-by: Lucas Stac

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-14 Thread Srikanth Thokala
On Sat, Apr 12, 2014 at 2:11 AM, Jason Gunthorpe wrote: > On Fri, Apr 11, 2014 at 11:10:59PM +0530, Srikanth Thokala wrote: > >> I see this error too on my setup (Xilinx PCIe Root Complex Driver), >> https://lkml.org/lkml/2014/3/3/183 > >> After digging into it, I see I need to override the API >>

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-11 Thread Jason Gunthorpe
On Fri, Apr 11, 2014 at 11:10:59PM +0530, Srikanth Thokala wrote: > I see this error too on my setup (Xilinx PCIe Root Complex Driver), > https://lkml.org/lkml/2014/3/3/183 > After digging into it, I see I need to override the API > pcibios_get_phb_of_node() No, as I pointed out before, the DT n

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-11 Thread Srikanth Thokala
Hi Lucas/Tanmay, On Thu, Mar 6, 2014 at 11:09 PM, Lucas Stach wrote: > Am Donnerstag, den 06.03.2014, 10:36 -0700 schrieb Stephen Warren: >> On 03/05/2014 06:25 AM, Lucas Stach wrote: >> > This is the recommended method of doing the IRQ >> > mapping. For old devicetrees we fall back to the >> > p

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-04-04 Thread Bjorn Helgaas
On Wed, Mar 05, 2014 at 02:25:47PM +0100, Lucas Stach wrote: > This is the recommended method of doing the IRQ > mapping. For old devicetrees we fall back to the > previous practice. > > Signed-off-by: Lucas Stach > Acked-by: Arnd Bergmann Applied with Stephen's Tested-by to my pending/host-teg

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-06 Thread Jingoo Han
On Friday, March 07, 2014 9:25 AM, Arnd Bergmann wrote: > On Thursday 06 March 2014, Lucas Stach wrote: > > Am Donnerstag, den 06.03.2014, 10:36 -0700 schrieb Stephen Warren: > > > On 03/05/2014 06:25 AM, Lucas Stach wrote: > > > > This is the recommended method of doing the IRQ > > > > mapping. Fo

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-06 Thread Arnd Bergmann
On Thursday 06 March 2014, Lucas Stach wrote: > Am Donnerstag, den 06.03.2014, 10:36 -0700 schrieb Stephen Warren: > > On 03/05/2014 06:25 AM, Lucas Stach wrote: > > > This is the recommended method of doing the IRQ > > > mapping. For old devicetrees we fall back to the > > > previous practice. > >

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-06 Thread Lucas Stach
Am Donnerstag, den 06.03.2014, 10:36 -0700 schrieb Stephen Warren: > On 03/05/2014 06:25 AM, Lucas Stach wrote: > > This is the recommended method of doing the IRQ > > mapping. For old devicetrees we fall back to the > > previous practice. > > Tested-by: Stephen Warren > > I tested both with and

Re: [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-06 Thread Stephen Warren
On 03/05/2014 06:25 AM, Lucas Stach wrote: > This is the recommended method of doing the IRQ > mapping. For old devicetrees we fall back to the > previous practice. Tested-by: Stephen Warren I tested both with and without patch 1/6, and the PCIe-based NIC on Beaver worked fine either way. Withou

[PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-05 Thread Lucas Stach
This is the recommended method of doing the IRQ mapping. For old devicetrees we fall back to the previous practice. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- drivers/pci/host/pci-tegra.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/pci/host/pci-