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

2015-12-21 Thread kbuild test robot
Hi Joao, [auto build test ERROR on arc/for-next] [also build test ERROR on v4.4-rc6 next-20151221] url: https://github.com/0day-ci/linux/commits/Joao-Pinto/adding-PCI-support-to-AXS10x/20151221-234734 base: https://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc for-next config: i386

ARC AXS101 problems with linux next-20151221

2015-12-21 Thread Carlos Palminha
Hi guys, I just compiled the kernel for axs101_defconfig based on linux next tag 'next-20151221'. I can't boot it due to the following errors causing strange stack traces after freeing unused kernel memory (check log below). Any clue? Do you more info to understand the

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

2015-12-21 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 v3 1/2] PCI support added to ARC

2015-12-21 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 v2 -> v3 (Bjorn Helgaas): - arch/arc/kernel/pcibios.c unused functions were removed and also the arch/arc/include/asm/mach/pci.h w

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

2015-12-21 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