kisskb: OK linus/axs101_defconfig/arcompact Tue Feb 02, 14:53

2016-02-01 Thread noreply
OK linus/axs101_defconfig/arcompact Tue Feb 02, 14:53 http://kisskb.ellerman.id.au/kisskb/buildresult/12601408/ Commit: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 34229b277480f46c1e9a19f027f30b074512e68b Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1)

Re: [PATCH 2/2] irqchip: add nps Internal and external irqchips

2016-02-01 Thread kbuild test robot
Hi Noam, [auto build test ERROR on tip/irq/core] [cannot apply to v4.5-rc2 next-20160201] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Noam-Camus/clocksource-Add-NPS400-timers-driver

Re: [PATCH 1/2] clocksource: Add NPS400 timers driver

2016-02-01 Thread kbuild test robot
Hi Noam, [auto build test ERROR on tip/irq/core] [also build test ERROR on v4.5-rc2 next-20160201] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Noam-Camus/clocksource-Add-NPS400-timers

[PATCH 0/2] Adding NPS400 drivers

2016-02-01 Thread Noam Camus
From: Noam Camus General summay: Both drivers are now apart of previous basic patch set of new platform for ARC. The rest is now can be seen at ARC srctree: https://git.kernel.org/cgit/linux/kernel/git/vgupta/arc.git/ Now ARC is supporting DT for clockevents and the interrupt controller ARC uses

[PATCH 1/2] clocksource: Add NPS400 timers driver

2016-02-01 Thread Noam Camus
From: Noam Camus Add internal tick generator which is shared by all cores. Each cluster of cores view it through dedicated address. This is used for SMP system where all CPUs synced by same clock source. Signed-off-by: Noam Camus Cc: Daniel Lezcano Cc: Rob Herring Cc: Thomas Gleixner Cc: Joh

[PATCH 2/2] irqchip: add nps Internal and external irqchips

2016-02-01 Thread Noam Camus
From: Noam Camus Adding EZchip NPS400 support. NPS internal interrupts are internally handled at Multi Thread Manager (MTM) that is signaled for deactivating an interrupt. External interrupts is handled also at Global Interrupt Controller (GIC) e.g. serial and network devices. Signed-off-by: Noa

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

2016-02-01 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: -MAINTAINERS file was updated to include the new driver -Documentation/devicetree/bindings/pci was updated to include the new driver documentation

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

2016-02-01 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 v6 -> v7 (Bjorn Helgaas): - Parenthesis removed from definitions Change v5 -> v6 (Vineet Gupta): - Removed EXPORT_SYMBOL(pcibios_f

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

2016-02-01 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-synopsys). This new driver will be used extensively in the PCIe RC Prototyping Kit. The patches

Re: [PATCH 11/31] Add debugger entry points for ARC

2016-02-01 Thread Jeff Merkey
On 2/1/16, Vineet Gupta wrote: > On Friday 29 January 2016 01:16 AM, Jeffrey Merkey wrote: >> This patch series adds an export which can be set by system debuggers to >> direct the hard lockup and soft lockup detector to trigger a breakpoint >> exception and enter a debugger if one is active. It

Re: [PATCH 11/31] Add debugger entry points for ARC

2016-02-01 Thread Vineet Gupta
On Friday 29 January 2016 01:16 AM, Jeffrey Merkey wrote: > This patch series adds an export which can be set by system debuggers to > direct the hard lockup and soft lockup detector to trigger a breakpoint > exception and enter a debugger if one is active. It is assumed that if > someone sets thi

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

2016-02-01 Thread Joao Pinto
Hi Bjorn, Thank you for the review. I am going to update the needed points and send a new patch version until tomorrow. Joao On 1/29/2016 8:40 PM, Bjorn Helgaas wrote: > Hi Joao, > > Trivial nits below; I wouldn't even mention them if you weren't making > a few updates to the other patch. > >