[PATCH 2/2][v7] powerpc/fsl-booke: Add initial T104x_QDS board support

2013-09-29 Thread Prabhakar Kushwaha
Add support for T104x board in board file t104x_qds.c, It is common for both T1040 and T1042 as they share same QDS board. T1040QDS board Overview --- - SERDES Connections, 8 lanes supporting: — PCI Express: supporting Gen 1 and Gen 2; — SGMII — QSGMII

[PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x

2013-09-29 Thread Prabhakar Kushwaha
The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA processor cores with high-performance data path acceleration architecture and network peripheral interfaces required for networking & telecommunications. T1042 personality is a reduced personality of T1040 without Integrated 8

[PATCH v2] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb

2013-09-29 Thread Zhao Qiang
P1010rdb-pa and p1010rdb-pb have different phy interrupts. So update dts to adapt to both p1010rdb-pa and p1010rdb-pb. Signed-off-by: Shengzhou Liu Signed-off-by: Zhao Qiang --- Changes for v2 - Take p1010rdb_36b.dts into account arch/powerpc/boot/dts/p1010rdb-pa.dts | 79

Re: [PATCH 2/2] pci: fsl: rework PCI driver compatible with Layerscape

2013-09-29 Thread Lian Minghuan-b31939
Hi Timur, Thanks for your comments. How about PCI_FSL_COMMON? Thanks, Minghuan On 09/30/2013 07:56 AM, Timur Tabi wrote: On Wed, Sep 18, 2013 at 6:02 AM, Minghuan Lian wrote: diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 38f3b7e..6fd6348 100644 --- a/arch/powerpc/Kconfig +

Re: [PATCH 2/2] pci: fsl: rework PCI driver compatible with Layerscape

2013-09-29 Thread Timur Tabi
On Wed, Sep 18, 2013 at 6:02 AM, Minghuan Lian wrote: > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index 38f3b7e..6fd6348 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -690,6 +690,7 @@ config FSL_SOC > > config FSL_PCI > bool > + select PCI_F

Re: [RFC PATCH 09/11] kvm: simplify processor compat check

2013-09-29 Thread Gleb Natapov
On Sun, Sep 29, 2013 at 08:35:16PM +0530, Aneesh Kumar K.V wrote: > Gleb Natapov writes: > > > On Sat, Sep 28, 2013 at 09:06:47PM +0530, Aneesh Kumar K.V wrote: > >> Paolo Bonzini writes: > >> > >> > Il 27/09/2013 15:13, Aneesh Kumar K.V ha scritto: > >> >> Alexander Graf writes: > >> >> > >>

Re: [RFC PATCH 09/11] kvm: simplify processor compat check

2013-09-29 Thread Aneesh Kumar K.V
Gleb Natapov writes: > On Sat, Sep 28, 2013 at 09:06:47PM +0530, Aneesh Kumar K.V wrote: >> Paolo Bonzini writes: >> >> > Il 27/09/2013 15:13, Aneesh Kumar K.V ha scritto: >> >> Alexander Graf writes: >> >> >> >>> On 27.09.2013, at 12:03, Aneesh Kumar K.V wrote: >> >>> >> From: "Aneesh K

[PATCH] powerpc: fix section mismatch warning in free_lppacas

2013-09-29 Thread Vladimir Murzin
While cross-building for PPC64 I've got bunch of WARNING: arch/powerpc/kernel/built-in.o(.text.unlikely+0x2d2): Section mismatch in reference from the function .free_lppacas() to the variable .init.data:lppaca_size The function .free_lppacas() references the variable __initdata lppaca_size. This i

Re: [PATCH 2/2] pci: fsl: rework PCI driver compatible with Layerscape

2013-09-29 Thread Lian Minghuan-b31939
Hi Scott, please see my comments inline. On 09/28/2013 12:54 AM, Scott Wood wrote: On Wed, 2013-09-18 at 19:02 +0800, Minghuan Lian wrote: @@ -592,6 +719,7 @@ int fsl_pci_mcheck_exception(struct pt_regs *regs) #if defined(CONFIG_FSL_SOC_BOOKE) || defined(CONFIG_PPC_86xx) struct device_n

Re: [RFC PATCH 09/11] kvm: simplify processor compat check

2013-09-29 Thread Gleb Natapov
On Sat, Sep 28, 2013 at 09:06:47PM +0530, Aneesh Kumar K.V wrote: > Paolo Bonzini writes: > > > Il 27/09/2013 15:13, Aneesh Kumar K.V ha scritto: > >> Alexander Graf writes: > >> > >>> On 27.09.2013, at 12:03, Aneesh Kumar K.V wrote: > >>> > From: "Aneesh Kumar K.V" > >>> > >>> Missing pa