Re: [PATCH] arc: Removed local initramfs source file from axs101 configuration.

2016-01-11 Thread Alexey Brodkin
Hi Vineet, On Mon, 2016-01-11 at 07:47 +, Vineet Gupta wrote: > On Saturday 09 January 2016 05:55 AM, Carlos Palminha wrote: > > Hi Alexey, > > > > Probably my e-mail comments before the patch mislead you... > > If you download the kernel source and try to compile it, it won't work > > becau

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

2016-01-11 Thread Joao Pinto
Hi Bjorn, On 1/8/2016 8:33 PM, Bjorn Helgaas wrote: > Hi Joao, > > On Mon, Dec 21, 2015 at 03:44:14PM +, Joao Pinto wrote: >> This patch set has the goal to add suppport for DesignWare PCIe RC in ARC >> AXS10x. It includes the necessary tweaks to the ARC architecture, necessary >> tweaks to

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

2016-01-11 Thread Joao Pinto
Hi Bjorn, On 1/8/2016 8:33 PM, Bjorn Helgaas wrote: > Hi Joao, > > On Mon, Dec 21, 2015 at 03:44:14PM +, Joao Pinto wrote: >> This patch set has the goal to add suppport for DesignWare PCIe RC in ARC >> AXS10x. It includes the necessary tweaks to the ARC architecture, necessary >> tweaks to t

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

2016-01-11 Thread Bjorn Helgaas
On Mon, Jan 11, 2016 at 02:31:51PM +, Joao Pinto wrote: > Hi Bjorn, > > On 1/8/2016 8:33 PM, Bjorn Helgaas wrote: > > Hi Joao, > > > > On Mon, Dec 21, 2015 at 03:44:14PM +, Joao Pinto wrote: > >> This patch set has the goal to add suppport for DesignWare PCIe RC in ARC > >> AXS10x. It inc

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

2016-01-11 Thread Joao Pinto
Hi, I am going to add dependencies to the driver' kconfig to avoid this problem. I will send you a new patch version today. Thanks. On 1/11/2016 2:53 PM, Bjorn Helgaas wrote: > On Mon, Jan 11, 2016 at 02:31:51PM +, Joao Pinto wrote: >> Hi Bjorn, >> >> On 1/8/2016 8:33 PM, Bjorn Helgaas wrote

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

2016-01-11 Thread Joao Pinto
This patch adds a new driver that will be the reference platform driver for all PCI RC IP Protoyping Kits based on ARC SDP. This patch is composed by: -Changes to pcie-designware driver add a function that enables the feature of starting the LTSSM (Link Train Status State) used by the new driver -

[PATCH v4 1/2] PCI support added to ARC

2016-01-11 Thread Joao Pinto
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 --- Change v3 -> v4: - Nothing changed (just to keep up with patch set version). Change v2 -> v3 (Bjorn Helgaas): - arch/arc/kernel/pcibios.c

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

2016-01-11 Thread Joao Pinto
This patch set has the goal to add suppport for DesignWare PCIe RC in ARC AXS10x. It includes the necessary tweaks to the ARC architecture, necessary tweaks to the PCI subsystem and a new driver (pcie-snpsdev). This new driver will be used extensively in the PCIe RC Prototyping Kit. The patches we

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

2016-01-11 Thread Vineet Gupta
On Monday 11 January 2016 10:54 PM, 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. > ... > > diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h > index 694ece8..2ec3cf4 100644

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

2016-01-11 Thread Vineet Gupta
On Monday 11 January 2016 10:54 PM, 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 BTW this patch has whitespace errors still - can you make sure they are not in

Re: [PATCH v4 05/19] irqchip: add nps Internal and external irqchips

2016-01-11 Thread Vineet Gupta
Hi Marc, On Wednesday 30 December 2015 05:05 PM, Vineet Gupta wrote: > On Friday 18 December 2015 10:01 PM, Marc Zyngier wrote: >> On 18/12/15 14:29, Noam Camus wrote: From: Marc Zyngier [mailto:marc.zyng...@arm.com] Sent: Friday, December 18, 2015 1:21 PM >>> > I need this for my p