Re: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Scott Wood
On Tue, 2015-08-25 at 02:52 -0500, Zhao Qiang-B45475 wrote: On Tue, 2015-08-25 at 12:35 +0800, Wood Scott-B07421 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, August 25, 2015 12:35 AM To: Zhao Qiang-B45475 Cc: linux-ker...@vger.kernel.org;

Re: [PATCH v6 1/3] genalloc:support memory-allocation with bytes-alignment to genalloc

2015-08-25 Thread Scott Wood
On Tue, 2015-08-25 at 03:09 -0500, Zhao Qiang-B45475 wrote: On 08/25/2015 12:01 PM, Laura Abbott wrote: -Original Message- From: Laura Abbott [mailto:labb...@redhat.com] Sent: Tuesday, August 25, 2015 12:01 PM To: Zhao Qiang-B45475; Wood Scott-B07421 Cc:

Re: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Scott Wood
On Tue, 2015-08-25 at 02:19 -0500, Zhao Qiang-B45475 wrote: On 08/25/2015 12:15 PM, Laura Abbott wrote -Original Message- From: Laura Abbott [mailto:labb...@redhat.com] Sent: Tuesday, August 25, 2015 12:15 PM To: Zhao Qiang-B45475; Wood Scott-B07421 Cc:

Re: [PATCH V4 0/6] Redesign SR-IOV on PowerNV

2015-08-25 Thread Alexey Kardashevskiy
On 08/19/2015 12:01 PM, Wei Yang wrote: In original design, it tries to group VFs to enable more number of VFs in the system, when VF BAR is bigger than 64MB. This design has a flaw in which one error on a VF will interfere other VFs in the same group. This patch series change this design by

Re: [PATCH] powerpc/configs: Enable LEDS support

2015-08-25 Thread Vasant Hegde
On 08/26/2015 05:56 AM, Stewart Smith wrote: Vasant Hegde hegdevas...@linux.vnet.ibm.com writes: Presently PowerNV LEDS driver is specific to FSP based PowerNV platform. Hence added it as 'm'. So that we will be loaded only if we have required device tree support. Stewart, Currently the

RE: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Zhao Qiang
On Tue, 2015-08-25 at 12:35 +0800, Wood Scott-B07421 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, August 25, 2015 12:35 AM To: Zhao Qiang-B45475 Cc: linux-ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; lau...@codeaurora.org; Xie Xiaobo-R63061;

Re: [PATCH v2 0/6] powerpc: use jump label for {cpu,mmu}_has_feature()

2015-08-25 Thread Ingo Molnar
* Kevin Hao haoke...@gmail.com wrote: Hi, v2: Drop the following two patches as suggested by Ingo and Peter: jump_label: no need to acquire the jump_label_mutex in jump_lable_init() jump_label: introduce DEFINE_STATIC_KEY_{TRUE,FALSE}_ARRAY macros v1: I have tried to change

Re: [PATCH] cxl: Release irqs if memory allocation fails

2015-08-25 Thread Ian Munsie
Acked-by: Ian Munsie imun...@au1.ibm.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

RE: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Zhao Qiang
On 08/25/2015 12:15 PM, Laura Abbott wrote -Original Message- From: Laura Abbott [mailto:labb...@redhat.com] Sent: Tuesday, August 25, 2015 12:15 PM To: Zhao Qiang-B45475; Wood Scott-B07421 Cc: linux-ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; lau...@codeaurora.org; Xie

[PATCH] powerpc/configs: Enable LEDS support

2015-08-25 Thread Vasant Hegde
Commit 84ad6e5c added LEDS support for PowerNV platform. Lets update ppc64_defconfig to pick LEDS driver. Presently PowerNV LEDS driver is specific to FSP based PowerNV platform. Hence added it as 'm'. So that we will be loaded only if we have required device tree support. Also note that powernv

RE: [PATCH v6 1/3] genalloc:support memory-allocation with bytes-alignment to genalloc

2015-08-25 Thread Zhao Qiang
On 08/25/2015 12:01 PM, Laura Abbott wrote: -Original Message- From: Laura Abbott [mailto:labb...@redhat.com] Sent: Tuesday, August 25, 2015 12:01 PM To: Zhao Qiang-B45475; Wood Scott-B07421 Cc: linux-ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; lau...@codeaurora.org; Xie

Re: [PATCH 3/3] mmc: sdhci-of-esdhc: add workaround for T4240 incorrect HOSTVER value

2015-08-25 Thread Ulf Hansson
On 27 July 2015 at 17:57, Scott Wood scottw...@freescale.com wrote: On Mon, 2015-07-27 at 09:58 +0200, Ulf Hansson wrote: On 25 July 2015 at 04:27, Scott Wood scottw...@freescale.com wrote: On Tue, 2015-07-21 at 15:02 +0200, Ulf Hansson wrote: On 21 July 2015 at 11:45, Yangbo Lu

Re: [PATCH] powerpc/configs: Enable LEDS support

2015-08-25 Thread Stewart Smith
Vasant Hegde hegdevas...@linux.vnet.ibm.com writes: Presently PowerNV LEDS driver is specific to FSP based PowerNV platform. Hence added it as 'm'. So that we will be loaded only if we have required device tree support. Currently the *firmware* support is FSP specific. The driver should

Re: [RFC PATCH 14/17] powerpc/book3e-64/kexec: Enable SMP release

2015-08-25 Thread Scott Wood
On Tue, 2015-08-25 at 11:57 +1000, Michael Ellerman wrote: On Mon, 2015-08-24 at 15:25 -0500, Scott Wood wrote: On Thu, 2015-08-20 at 14:54 +1000, Michael Ellerman wrote: Hi Scott, Sorry for the delay. So I'm back to square one on this patch. On Sat, 2015-07-18 at 15:08 -0500,

Re: [RFC PATCH 14/17] powerpc/book3e-64/kexec: Enable SMP release

2015-08-25 Thread Michael Ellerman
On Tue, 2015-08-25 at 18:40 -0500, Scott Wood wrote: On Tue, 2015-08-25 at 11:57 +1000, Michael Ellerman wrote: I guess it's arguable whether that's more or less horrible than adding an #ifdef'ed booted_from_kexec check, but I think I'd prefer the spinning_secondaries solution. We'd

RE: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Zhao Qiang
-Original Message- From: Wood Scott-B07421 Sent: Wednesday, August 26, 2015 12:23 AM To: Zhao Qiang-B45475 Cc: Laura Abbott; linux-ker...@vger.kernel.org; linuxppc- d...@lists.ozlabs.org; lau...@codeaurora.org; Xie Xiaobo-R63061; b...@kernel.crashing.org; Li Yang-Leo-R58472;

Re: [PATCH v6 3/3] qe_common: add qe_muram_ functions to manage muram

2015-08-25 Thread Scott Wood
On Tue, 2015-08-25 at 20:49 -0500, Zhao Qiang-B45475 wrote: -Original Message- From: Wood Scott-B07421 Sent: Wednesday, August 26, 2015 12:23 AM To: Zhao Qiang-B45475 Cc: Laura Abbott; linux-ker...@vger.kernel.org; linuxppc- d...@lists.ozlabs.org; lau...@codeaurora.org; Xie