Re: [PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-18 Thread Michael Guntsche
On Tue, Jun 18, 2013 at 2:10 AM, Scott Wood wrote: > On 06/17/2013 08:15:33 AM, Rojhalat Ibrahim wrote: >> >> On Friday 14 June 2013 15:18:03 Scott Wood wrote: >> > On 83xx: >> > cc1: warnings being treated as errors >> > /home/scott/fsl/git/linux/upstream/arch/powerpc/sysdev/fsl_pci.c:100:23: >>

Re: [PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-17 Thread Scott Wood
On 06/17/2013 08:15:33 AM, Rojhalat Ibrahim wrote: On Friday 14 June 2013 15:18:03 Scott Wood wrote: > On 83xx: > cc1: warnings being treated as errors > /home/scott/fsl/git/linux/upstream/arch/powerpc/sysdev/fsl_pci.c:100:23: > error: 'fsl_indirect_pcie_ops' defined but not used > make[2]: **

Re: [PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-17 Thread Rojhalat Ibrahim
On Friday 14 June 2013 15:18:03 Scott Wood wrote: > On 06/14/2013 04:05:34 AM, Rojhalat Ibrahim wrote: > > Commit 50d8f87d2b3 (powerpc/fsl-pci Make PCIe hotplug work with > > Freescale > > PCIe controllers) does not handle non-PCIe controllers properly, > > which causes > > a panic during boot for

Re: [PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-14 Thread Scott Wood
On 06/14/2013 04:05:34 AM, Rojhalat Ibrahim wrote: Commit 50d8f87d2b3 (powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllers) does not handle non-PCIe controllers properly, which causes a panic during boot for certain configurations. This patch fixes the issue by calling setu

[PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-14 Thread Rojhalat Ibrahim
Commit 50d8f87d2b3 (powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllers) does not handle non-PCIe controllers properly, which causes a panic during boot for certain configurations. This patch fixes the issue by calling setup_indirect_pci for all device types. fsl_indirect_read_co