Re: [PATCH] pci: rcar host needs OF

2014-05-27 Thread Jingoo Han
On Wednesday, May 28, 2014 7:54 AM, Bjorn Helgaas wrote: > On Thu, May 08, 2014 at 04:56:25PM +0200, Arnd Bergmann wrote: > > The pci-rcar driver is enabled for compile tests, and this has > > now shown that the driver cannot build without CONFIG_OF, > > following the inclusion of f8f2fe7355fb

Re: [PATCH] pci: rcar host needs OF

2014-05-27 Thread Bjorn Helgaas
On Thu, May 08, 2014 at 04:56:25PM +0200, Arnd Bergmann wrote: > The pci-rcar driver is enabled for compile tests, and this has > now shown that the driver cannot build without CONFIG_OF, > following the inclusion of f8f2fe7355fb "PCI: rcar: Use new OF > interrupt mapping when possible": > >

Re: [PATCH] pci: rcar host needs OF

2014-05-27 Thread Bjorn Helgaas
On Thu, May 08, 2014 at 04:56:25PM +0200, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible:

Re: [PATCH] pci: rcar host needs OF

2014-05-27 Thread Jingoo Han
On Wednesday, May 28, 2014 7:54 AM, Bjorn Helgaas wrote: On Thu, May 08, 2014 at 04:56:25PM +0200, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar:

Re: [PATCH] pci: rcar host needs OF

2014-05-09 Thread Arnd Bergmann
On Thursday 08 May 2014 17:21:54 Arnd Bergmann wrote: > On Thursday 08 May 2014 17:16:32 Geert Uytterhoeven wrote: > > On Thu, May 8, 2014 at 5:06 PM, Ben Dooks wrote: > > >> @@ -27,7 +27,7 @@ config PCI_TEGRA > > >> > > >> config PCI_RCAR_GEN2 > > >> bool "Renesas R-Car Gen2 Internal

Re: [PATCH] pci: rcar host needs OF

2014-05-09 Thread Arnd Bergmann
On Thursday 08 May 2014 17:21:54 Arnd Bergmann wrote: On Thursday 08 May 2014 17:16:32 Geert Uytterhoeven wrote: On Thu, May 8, 2014 at 5:06 PM, Ben Dooks ben.do...@codethink.co.uk wrote: @@ -27,7 +27,7 @@ config PCI_TEGRA config PCI_RCAR_GEN2 bool Renesas R-Car Gen2

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Arnd Bergmann
On Thursday 08 May 2014 17:16:32 Geert Uytterhoeven wrote: > On Thu, May 8, 2014 at 5:06 PM, Ben Dooks wrote: > > On 08/05/14 15:56, Arnd Bergmann wrote: > >> > >> The pci-rcar driver is enabled for compile tests, and this has > >> now shown that the driver cannot build without CONFIG_OF, > >>

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Geert Uytterhoeven
On Thu, May 8, 2014 at 5:06 PM, Ben Dooks wrote: > On 08/05/14 15:56, Arnd Bergmann wrote: >> >> The pci-rcar driver is enabled for compile tests, and this has >> now shown that the driver cannot build without CONFIG_OF, >> following the inclusion of f8f2fe7355fb "PCI: rcar: Use new OF >>

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Ben Dooks
On 08/05/14 15:56, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb "PCI: rcar: Use new OF interrupt mapping when possible": drivers/built-in.o: In function

[PATCH] pci: rcar host needs OF

2014-05-08 Thread Arnd Bergmann
The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb "PCI: rcar: Use new OF interrupt mapping when possible": drivers/built-in.o: In function `rcar_pci_map_irq': :(.text+0x1cc7c): undefined

[PATCH] pci: rcar host needs OF

2014-05-08 Thread Arnd Bergmann
The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible: drivers/built-in.o: In function `rcar_pci_map_irq': :(.text+0x1cc7c): undefined

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Ben Dooks
On 08/05/14 15:56, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use new OF interrupt mapping when possible: drivers/built-in.o: In function

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Geert Uytterhoeven
On Thu, May 8, 2014 at 5:06 PM, Ben Dooks ben.do...@codethink.co.uk wrote: On 08/05/14 15:56, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without CONFIG_OF, following the inclusion of f8f2fe7355fb PCI: rcar: Use

Re: [PATCH] pci: rcar host needs OF

2014-05-08 Thread Arnd Bergmann
On Thursday 08 May 2014 17:16:32 Geert Uytterhoeven wrote: On Thu, May 8, 2014 at 5:06 PM, Ben Dooks ben.do...@codethink.co.uk wrote: On 08/05/14 15:56, Arnd Bergmann wrote: The pci-rcar driver is enabled for compile tests, and this has now shown that the driver cannot build without