Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-10 Thread Marc Zyngier
On Thu, 9 Jun 2016 21:00:08 -0700 Doug Anderson wrote: Hi Doug, > Shawn, > > On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote: > > This patch adds Rockchip PCIe controller support found > > on RK3399 Soc platform. > > > > Signed-off-by: Shawn

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-10 Thread Marc Zyngier
On Thu, 9 Jun 2016 21:00:08 -0700 Doug Anderson wrote: Hi Doug, > Shawn, > > On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote: > > This patch adds Rockchip PCIe controller support found > > on RK3399 Soc platform. > > > > Signed-off-by: Shawn Lin > > > > --- > > > > Changes in v2: > > -

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread Doug Anderson
Shawn, On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote: > This patch adds Rockchip PCIe controller support found > on RK3399 Soc platform. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - remove phy related stuff and call phy API >

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread Doug Anderson
Shawn, On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote: > This patch adds Rockchip PCIe controller support found > on RK3399 Soc platform. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - remove phy related stuff and call phy API > - add new head file and define lots of macro to make

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread kbuild test robot
Hi, [auto build test WARNING on pci/next] [also build test WARNING on v4.7-rc2 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread kbuild test robot
Hi, [auto build test WARNING on pci/next] [also build test WARNING on v4.7-rc2 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread Arnd Bergmann
On Wednesday, June 8, 2016 10:21:27 AM CEST Marc Zyngier wrote: > > + rockchip_pcie_enable_interrupts(port); > > + if (!IS_ENABLED(CONFIG_PCI_MSI)) { > > + err = rockchip_pcie_init_irq_domain(port); > > + if (err < 0) > > + goto err_vpcie; > >

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-09 Thread Arnd Bergmann
On Wednesday, June 8, 2016 10:21:27 AM CEST Marc Zyngier wrote: > > + rockchip_pcie_enable_interrupts(port); > > + if (!IS_ENABLED(CONFIG_PCI_MSI)) { > > + err = rockchip_pcie_init_irq_domain(port); > > + if (err < 0) > > + goto err_vpcie; > >

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-08 Thread Marc Zyngier
On 08/06/16 09:05, Shawn Lin wrote: > This patch adds Rockchip PCIe controller support found > on RK3399 Soc platform. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - remove phy related stuff and call phy API > - add new head file and define lots of macro

Re: [PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-08 Thread Marc Zyngier
On 08/06/16 09:05, Shawn Lin wrote: > This patch adds Rockchip PCIe controller support found > on RK3399 Soc platform. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - remove phy related stuff and call phy API > - add new head file and define lots of macro to make > the code more

[PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-08 Thread Shawn Lin
This patch adds Rockchip PCIe controller support found on RK3399 Soc platform. Signed-off-by: Shawn Lin --- Changes in v2: - remove phy related stuff and call phy API - add new head file and define lots of macro to make the code more readable - remove lots msi

[PATCH v2 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

2016-06-08 Thread Shawn Lin
This patch adds Rockchip PCIe controller support found on RK3399 Soc platform. Signed-off-by: Shawn Lin --- Changes in v2: - remove phy related stuff and call phy API - add new head file and define lots of macro to make the code more readable - remove lots msi related code suggested by Marc