Re: for-next

2016-01-12 Thread Noam Camus
Hi Vineet, 1) I will fix my DT but the problem will remain, this panic is bad if we cannot see it on console. If panic cannot be deferred, what about moving this check to later point in boot time, if this may not make sense consider to restore use of BUG() 2) >From 628cdfb5182562461cebc5d6d66d4

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

2016-01-12 Thread Carlos Palminha
Hi guys, I don't think maintaining that flag this in the kernel is correct... the kernel simply doesn't compile out of the box. If you grep for CONFIG_INITRAMFS_SOURCE, ARC is the only architecture that uses that kernel flag by default pointing to an external directory. I don't think this is pr

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

2016-01-12 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 v4 -> v5 (Vineet Gupta): - pcibios.c unused functions, variables and includes were removed - ioremap.c has no need for changes (no

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

2016-01-12 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 v5 0/2] adding PCI support to AXS10x

2016-01-12 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 w

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

2016-01-12 Thread Vineet Gupta
On Tuesday 12 January 2016 03:25 PM, Joao Pinto wrote: > Hi Vineet, > > On 1/12/2016 6:05 AM, Vineet Gupta wrote: >> 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 f

Re: for-next

2016-01-12 Thread Vineet Gupta
On Friday 01 January 2016 04:14 AM, Noam Camus wrote: > > Hi Vineet, > > > Few things I encountered lately: > > 1. Too early invisible panic due to link base not matching DT. > You need to fix the DT which u already did. How do you propose to fix this anyways - show me a patch ? > 1. uapi/asm/

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

2016-01-12 Thread Joao Pinto
Hi Vineet, On 1/12/2016 6:05 AM, Vineet Gupta wrote: > 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

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

2016-01-12 Thread Marc Zyngier
On 12/01/16 09:12, Vineet Gupta wrote: [...] >> HANDLE_DOMAIN_IRQ is not mandatory at all - a number of architectures >> had something open-coded in the past (with some drawbacks and/or bugs), >> and this config option is just one of the ways to get it right. >> >> MIPS/PPC perform the reverse lo

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

2016-01-12 Thread Vineet Gupta
On Tuesday 12 January 2016 02:18 PM, Marc Zyngier wrote: > Hi Vineet, > > Sorry I missed that one, it must have been caught in the mother of all > "mark as read" I did on coming back from holiday. That was expected - NP :-) > > On 12/01/16 07:00, Vineet Gupta wrote: >> > Hi Marc, >> > >> > On We

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

2016-01-12 Thread Marc Zyngier
Hi Vineet, Sorry I missed that one, it must have been caught in the mother of all "mark as read" I did on coming back from holiday. On 12/01/16 07:00, Vineet Gupta wrote: > Hi Marc, > > On Wednesday 30 December 2015 05:05 PM, Vineet Gupta wrote: >> On Friday 18 December 2015 10:01 PM, Marc Zyngi