Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-09 Thread Ray Jui
Hi Arnd, On 3/9/2015 5:35 AM, Arnd Bergmann wrote: > On Friday 06 March 2015 10:00:34 Ray Jui wrote: >>> >> >> Although I have not tested it, but to my best knowledge there shouldn't >> be any technical issue by making the PCIe iProc driver a loadable module >> and installing the module later afte

Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-09 Thread Arnd Bergmann
On Friday 06 March 2015 10:00:34 Ray Jui wrote: > > > > Although I have not tested it, but to my best knowledge there shouldn't > be any technical issue by making the PCIe iProc driver a loadable module > and installing the module later after the kernel finishes booting. > > But I wonder why I h

Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-06 Thread Ray Jui
Hi Dmitry, On 3/6/2015 9:35 AM, Dmitry Torokhov wrote: > On Fri, Mar 6, 2015 at 9:26 AM, Ray Jui wrote: >> Hi Paul, >> >> On 3/6/2015 3:00 AM, Paul Bolle wrote: >>> On Thu, 2015-03-05 at 17:01 -0800, Ray Jui wrote: --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -1

Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-06 Thread Dmitry Torokhov
On Fri, Mar 6, 2015 at 9:26 AM, Ray Jui wrote: > Hi Paul, > > On 3/6/2015 3:00 AM, Paul Bolle wrote: >> On Thu, 2015-03-05 at 17:01 -0800, Ray Jui wrote: >>> --- a/drivers/pci/host/Kconfig >>> +++ b/drivers/pci/host/Kconfig >>> @@ -106,4 +106,21 @@ config PCI_VERSATILE >>> bool "ARM Versatile

Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-06 Thread Ray Jui
Hi Paul, On 3/6/2015 3:00 AM, Paul Bolle wrote: > On Thu, 2015-03-05 at 17:01 -0800, Ray Jui wrote: >> --- a/drivers/pci/host/Kconfig >> +++ b/drivers/pci/host/Kconfig >> @@ -106,4 +106,21 @@ config PCI_VERSATILE >> bool "ARM Versatile PB PCI controller" >> depends on ARCH_VERSATILE >>

Re: [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-06 Thread Paul Bolle
On Thu, 2015-03-05 at 17:01 -0800, Ray Jui wrote: > --- a/drivers/pci/host/Kconfig > +++ b/drivers/pci/host/Kconfig > @@ -106,4 +106,21 @@ config PCI_VERSATILE > bool "ARM Versatile PB PCI controller" > depends on ARCH_VERSATILE > > +config PCIE_IPROC > + bool "Broadcom iProc PCIe

[PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support

2015-03-05 Thread Ray Jui
This adds the support for Broadcom iProc PCIe controller pcie-iproc.c servers as the common core driver, and front-end bus interface needs to be added to support different bus interfaces pcie-iproc-pltfm.c contains the support for the platform bus interface Signed-off-by: Ray Jui Reviewed-by: S