Re: [PATCH] pci: adding support for PCI_MSI_IRQ_DOMAIN in ARC arch

2016-09-06 Thread Joao Pinto
Hi Bjorn, Did you have the chance to check this patch? Thanks. On 8/10/2016 6:55 PM, Vineet Gupta wrote: > On 08/09/2016 08:51 AM, Joao Pinto wrote: >> Due to the added dependency on PCI_MSI_IRQ_DOMAIN for all PCIe RC >> drivers, we were unable to build a RC solution for

Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h

2016-03-15 Thread Joao Pinto
No problem! Thanks! On 3/15/2016 1:51 PM, Bjorn Helgaas wrote: > On Tue, Mar 15, 2016 at 11:06:02AM +0000, Joao Pinto wrote: >> While building linux-next the test robot detected that the pci.h was >> including >> two removed header files (pci-dma-compat.h and

RE: [PATCH v11 0/4] ARC: Add PCI support

2016-02-29 Thread Joao Pinto
Hi Bjorn! Is it possible to pull this patch set into 4.5? Thanks -Original Message- From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci-ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas Sent: Friday, February 26, 2016 4:30 PM To: Joao Pinto Cc: mark.rutl...@arm.com; alexey.brod

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-29 Thread Joao Pinto
Hi Bjorn! On 2/27/2016 12:06 AM, Bjorn Helgaas wrote: > On Fri, Feb 26, 2016 at 10:42:55AM +0800, Joao Pinto wrote: >> Hi! This patch seems OK also. >> I did not received the 3/4 and 4/4 patches. > > Huh. I do see them in the list archives: > > http://marc.info/?

Re: [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

2016-02-25 Thread Joao Pinto
Hi! This patch seems OK also. I did not received the 3/4 and 4/4 patches. Thanks. On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto <joao.pi...@synopsys.com> > > Several DesignWare-based drivers (dra7xx, exynos, imx6 and spear13xx) had > similar loops waiting for t

Re: [PATCH v10 1/4] ARC: Add PCI support

2016-02-25 Thread Joao Pinto
Hi! This patch is fine. Joao On 2/26/2016 1:37 AM, Bjorn Helgaas wrote: > From: Joao Pinto <joao.pi...@synopsys.com> > > Add PCI support to ARC and update drivers/pci Makefile enabling the ARC > arch to use the generic PCI setup functions. > > Signed-off-by: Joao Pi

Re: [PATCH v9 2/2] pcie-designware platform driver

2016-02-15 Thread Joao Pinto
Hi Bjorn! Did you have opportunity to check the v9 patch set? Thanks. Joao On 2/10/2016 9:48 AM, Joao Pinto wrote: > Hi Bjorn, > > On 2/8/2016 11:28 PM, Bjorn Helgaas wrote: >>> if (!pci_has_flag(PCI_PROBE_ONLY)) { >>>^ >>>dr

Re: [PATCH v8 2/2] add new platform driver for PCI RC

2016-02-08 Thread Joao Pinto
Bergmann wrote: > On Friday 05 February 2016 17:32:48 Bjorn Helgaas wrote: >> On Fri, Feb 05, 2016 at 03:39:05PM +0100, Arnd Bergmann wrote: >>> On Friday 05 February 2016 10:44:29 Joao Pinto wrote: > >>> I think in this case, we should do this completely differently:

[PATCH v9 2/2] pcie-designware platform driver

2016-02-08 Thread Joao Pinto
nware-plat) was created to contain the specific platform init code for pcie-designware. Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Change v8 -> v9 (Bjorn Helgaas and Arnd Bergmann): - wait for link routine was moved to pcie-designware, this implicated an update in ra7xx, exynos, imx6

Re: [PATCH v8 2/2] add new platform driver for PCI RC

2016-02-05 Thread Joao Pinto
On 2/5/2016 3:43 PM, Arnd Bergmann wrote: > On Friday 05 February 2016 14:51:39 Joao Pinto wrote: >> >> It is a driver that is useful for PCIe RC prototyping and to be a reference >> platform driver for DesignWare PCIe RC, I don't know if merging some of the >> driver'

Re: [PATCH v7 2/2] add new platform driver for PCI RC

2016-02-04 Thread Joao Pinto
Hi Bjorn, On 2/3/2016 6:38 PM, Bjorn Helgaas wrote: > On Wed, Feb 03, 2016 at 06:12:00PM +0000, Joao Pinto wrote: >> Hi Bjorn, >> >> Are these tasks enough? >> >> - replace mdelay() for msleep() >> - remove synopsys_pcie_irq_handler() > > Above

Re: [PATCH v8 2/2] add new platform driver for PCI RC

2016-02-04 Thread Joao Pinto
Hi Bjorn, On 2/4/2016 6:19 PM, Bjorn Helgaas wrote: > On Thu, Feb 04, 2016 at 03:52:10PM +0000, Joao Pinto wrote: >> This patch adds a new driver that will be the reference platform driver >> for all PCI RC IP Protoyping Kits based on ARC SDP. >> >> Signed-off-by: Joao

Re: [PATCH v7 2/2] add new platform driver for PCI RC

2016-02-03 Thread Joao Pinto
o include the config space Joao On 2/3/2016 6:05 PM, Bjorn Helgaas wrote: > Hi Joao & Arnd, > > On Tue, Feb 02, 2016 at 09:25:25PM +0100, Arnd Bergmann wrote: >> On Monday 01 February 2016 18:07:45 Joao Pinto wrote: >>> This patch adds a new driver that will be the

Re: [PATCH v7 0/2] adding PCI support to AXS10x

2016-02-02 Thread Joao Pinto
Found it. Thanks. On 2/2/2016 5:17 PM, Joao Pinto wrote: > Hi Bjorn, > Thanks. Could you please send me the git URL for me to give it a try? > > Joao > > On 2/2/2016 5:14 PM, Bjorn Helgaas wrote: >> On Mon, Feb 01, 2016 at 06:07:43PM +, Joao Pinto wrote: >>

Re: [PATCH v6 1/2] PCI support added to ARC

2016-02-01 Thread Joao Pinto
other patch. > > On Thu, Jan 14, 2016 at 11:04:32AM +, Joao Pinto wrote: >> This patch adds PCI support to ARC and updates drivers/pci Makefile >> enabling the ARC arch to use the generic PCI setup functions. >> >> Signed-off-by: Joao Pinto <jpi...@synopsys

[PATCH v7 0/2] adding PCI support to AXS10x

2016-02-01 Thread Joao Pinto
were produced against Bjorn Helgaas' repository. It was properly tested in an IP Prototyping Kit. Joao Pinto (2): PCI support added to ARC add new platform driver for PCI RC .../devicetree/bindings/pci/pcie-synopsys.txt | 33 +++ MAINTAINERS| 7

[PATCH v7 2/2] add new platform driver for PCI RC

2016-02-01 Thread Joao Pinto
-New driver called pcie-synopsys Signed-off-by: Joao Pinto <jpi...@synopsys.com> --- Change v6 -> v7 (Bjorn Helgaas): - driver name was changed from pcie-snpsdev to pcie-synopsys - driver internals (functions and certain variables) also changed name accordingly - devicetree bindings docu

Re: [PATCH v6 1/2] PCI support added to ARC

2016-01-27 Thread Joao Pinto
Hi Bjorn, Could you please tell me what are the perspectives of pulling this patch set to mainline? On 1/14/2016 11:11 AM, Vineet Gupta wrote: > On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote: >> This patch adds PCI support to ARC and updates drivers/pci Makefile >> enabli

[PATCH v3 0/2] adding PCI support to AXS10x

2015-12-21 Thread Joao Pinto
were produced against Bjorn Helgaas' repository. It was properly tested in an IP Prototyping Kit. Joao Pinto (2): PCI support added to ARC add new platform driver for PCI RC .../devicetree/bindings/pci/pcie-snpsdev.txt | 33 +++ MAINTAINERS| 7