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 recommended

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, Mar 05, 2014

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 fall back

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 jguntho...@obsidianresearch.com 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

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 l.st...@pengutronix.de 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

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 node

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 l.st...@pengutronix.de Acked-by: Arnd Bergmann a...@arndb.de Applied with Stephen's

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 swar...@nvidia.com I tested both with and without patch 1/6, and the PCIe-based NIC on Beaver worked fine

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 swar...@nvidia.com I tested both

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 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. For old

[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 l.st...@pengutronix.de Acked-by: Arnd Bergmann a...@arndb.de --- drivers/pci/host/pci-tegra.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)