RE: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x

2015-04-12 Thread Hongtao Jia
-Original Message- From: Wood Scott-B07421 Sent: Saturday, April 11, 2015 6:41 AM To: Jia Hongtao-B38951 Cc: linuxppc-dev@lists.ozlabs.org; devicet...@vger.kernel.org; robh...@kernel.org; rui.zh...@intel.com Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree

2015-04-12 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the powerpc-mpe tree got a conflict in arch/powerpc/include/asm/machdep.h between commit 6e628c7d33d9 (powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe) from the tree and commit 467efc2e4fdc (powerpc: Remove shims for

Re: [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash

2015-04-12 Thread Cyril Bur
On Wed, 2015-04-01 at 14:05 +0800, Jeremy Kerr wrote: Hi all, This series implements a simple mtd device to allow access to the PNOR flash on OpenPower machines. The flash is accessed through firmware calls. Patch 1/2 adds the Linux interface to these calls. Patch 2/2 adds a mtd driver

Re: [PATCH] powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y

2015-04-12 Thread Michael Ellerman
On Sun, 2015-04-12 at 14:04 -0500, Segher Boessenkool wrote: On Fri, Apr 10, 2015 at 08:38:55PM +1000, Michael Ellerman wrote: BUT, I can't work out how to tell git-send-email I *always* want to pass -M, so I'll probably forget next time :) In your config: -- [diff] renames =

linux-next: manual merge of the powerpc-mpe tree with the powerpc tree

2015-04-12 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the powerpc-mpe tree got a conflict in arch/powerpc/platforms/powernv/pci-ioda.c between commit 6e628c7d33d9 (powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe) from the powerpc tree and commit 65ebf4b6370e

[PATCH] powerpc: Re-enable dynticks

2015-04-12 Thread Michael Ellerman
From: Paul Clarke p...@us.ibm.com Commit fea559f303567e558bfab9c8ba4a2af5b309205a upstream, for 3.19. Implement arch_irq_work_has_interrupt() for powerpc Commit 9b01f5bf3 introduced a dependency on IRQ work self-IPIs for full dynamic ticks to be enabled, by expecting architectures to implement

[PATCH] ibmveth: Fix off-by-one error in ibmveth_change_mtu()

2015-04-12 Thread David Gibson
AFAIK the PAPR document which defines the virtual device interface used by the ibmveth driver doesn't specify a specific maximum MTU. So, in the ibmveth driver, the maximum allowed MTU is determined by the maximum allocated buffer size of 64k (corresponding to one page in the common case) minus

RE: [v2] dt/bindings: qoriq-clock: Add binding for FMan clock mux

2015-04-12 Thread igal.liber...@freescale.com
Regards, Igal Liberman. -Original Message- From: Wood Scott-B07421 Sent: Thursday, April 09, 2015 8:03 PM To: Liberman Igal-B31950 Cc: devicet...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Subject: Re: [v2] dt/bindings: qoriq-clock: Add binding for FMan clock mux On Thu,

RE: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles

2015-04-12 Thread igal.liber...@freescale.com
Regards, Igal Liberman. -Original Message- From: Wood Scott-B07421 Sent: Thursday, April 09, 2015 8:00 PM To: Liberman Igal-B31950 Cc: devicet...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] dt/bindings: fsl/guts: Added global-utilities compatibles On

RE: [PATCH] powerpc/dts: Add some SoC specific fsl, *-device-config compatibles

2015-04-12 Thread igal.liber...@freescale.com
Regards, Igal Liberman. -Original Message- From: Wood Scott-B07421 Sent: Thursday, April 09, 2015 8:02 PM To: Liberman Igal-B31950 Cc: devicet...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/dts: Add some SoC specific fsl,*-device- config

Re: [v3, 01/11] powerpc/8xx: remove remaining unnecessary code in FixupDAR

2015-04-12 Thread leroy christophe
Le 26/03/2015 22:32, Scott Wood a écrit : On Tue, Feb 03, 2015 at 12:38:16PM +0100, LEROY Christophe wrote: Since commit 33fb845a6f01 (powerpc/8xx: Don't use MD_TWC for walk), MD_EPN and MD_TWC are not writen anymore in FixupDAR so saving r3 has become useless. Signed-off-by: Christophe

Re: [PATCH] powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y

2015-04-12 Thread Segher Boessenkool
On Fri, Apr 10, 2015 at 08:38:55PM +1000, Michael Ellerman wrote: BUT, I can't work out how to tell git-send-email I *always* want to pass -M, so I'll probably forget next time :) In your config: -- [diff] renames = true -- but this will do it for all diffs, not just for