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

2013-10-13 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 Changes for v3 - Do sharing - add "fsl,P1

[PATCH 1/2] powerpc/p1010rdb:add P1010RDB-PB platform support

2013-10-13 Thread Zhao Qiang
The P1010RDB-PB is similar to P1010RDB(P1010RDB-PA). So, P1010RDB-PB use the same platform file as P1010RDB. Then Add support for P1010RDB-PB platform. Signed-off-by: Zhao Qiang --- arch/powerpc/platforms/85xx/p1010rdb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/platform

Re: [PATCH] powerpc, perf: Configure BHRB filter before enabling PMU interrupts

2013-10-13 Thread Michael Ellerman
On Fri, Oct 11, 2013 at 10:02:28AM +0530, Anshuman Khandual wrote: > On 10/11/2013 07:41 AM, Michael Ellerman wrote: > > On Thu, Oct 10, 2013 at 02:20:22PM +0530, Anshuman Khandual wrote: > > > >> Even I think this is not right. Instruction sampling should have been > >> enabled before we enable P

Re: "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file" was added twice

2013-10-13 Thread Aida Mynzhasova
On 13.10.2013 01:11, David Miller wrote: From: Aida Mynzhasova Date: Sat, 12 Oct 2013 18:54:42 +0400 Hi, recently I looked through commits in kernel/git/torvalds/linux.git and I noticed that my patch (old and new version) was added twice (by David S. Miller): e58f6f4fb4eada7867014bfaec898f03

[PATCH] arch/powerpc/platforms/83xx: Remove obsolete cleanup for clientdata

2013-10-13 Thread Wolfram Sang
A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit or error. This is obsolete meanwhile, the core will do it. Signed-off-by: Wolfram Sang --- arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/platform