Re: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan

2014-12-23 Thread Scott Wood
On Tue, 2014-12-23 at 01:35 -0600, Xie Shaohui-B21989 wrote: +- bus-frequency + Usage: optional + Value type: u32 + Definition: Specifies external MDIO bus clock speed which is + different from MDIO standard 2.5MHz. Should be defined for SoCs +

RE: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan

2014-12-23 Thread Shaohui Xie
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, December 23, 2014 4:08 PM To: Xie Shaohui-B21989 Cc: Medve Emilian-EMMEDVE1; linuxppc-dev@lists.ozlabs.org; devicet...@vger.kernel.org; Liberman Igal-B31950 Subject: Re: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan

[PATCH] [v3] power/fsl: add MDIO dt binding for FMan

2014-12-23 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com This binding is for FMan MDIO, it covers FMan v2 FMan v3. Signed-off-by: Shaohui Xie shaohui@freescale.com --- changes in v3: rephrase the 'Definition' of property 'bus-frequency', don't include the property in example. changes in v2: addressed

Re: [PATCH v6 3/4] perf Documentation: add event parameters

2014-12-23 Thread Jiri Olsa
On Mon, Dec 22, 2014 at 11:34:36AM -0800, Sukadev Bhattiprolu wrote: Jiri Olsa [jo...@redhat.com] wrote: | On Sun, Dec 21, 2014 at 11:49:26PM -0800, Sukadev Bhattiprolu wrote: | From: Cody P Schafer c...@linux.vnet.ibm.com | + In the case of the last example, a value replacing ?

Re: [PATCH v6 1/4] tools/perf: support parsing parameterized events

2014-12-23 Thread Jiri Olsa
On Mon, Dec 22, 2014 at 11:30:45AM -0800, Sukadev Bhattiprolu wrote: Jiri Olsa [jo...@redhat.com] wrote: | On Sun, Dec 21, 2014 at 11:49:24PM -0800, Sukadev Bhattiprolu wrote: | | SNIP | | + } | |switch (format-value) { |case PERF_PMU_FORMAT_VALUE_CONFIG: | @@ -592,11

Re: [PATCH] powerpc/smp: Fix Non-boot cpus cannot be bring up.

2014-12-23 Thread Benjamin Herrenschmidt
On Tue, 2014-12-23 at 12:00 +1100, Michael Ellerman wrote: On Mon, 2014-12-22 at 14:38 +0800, Dongsheng Wang wrote: From: Wang Dongsheng dongsheng.w...@freescale.com Kernel cannot bring up Non-boot cpus always get Processor xx is stuck. this issue bring by

[PATCH 3/3] powerpc/config: Enable MDIO support

2014-12-23 Thread shh.xie
From: Andy Fleming aflem...@gmail.com Also, enable Vitesse PHY and fixed PHY support. Signed-off-by: Andy Fleming aflem...@gmail.com Signed-off-by: Shaohui Xie shaohui@freescale.com --- this patch is based on below patch: http://patchwork.ozlabs.org/patch/423348/

Re: [PATCH] i2c-qoriq: modified compatibility for correct prescaler

2014-12-23 Thread Valentin Longchamp
Wolfgang, Scott, On 12/11/2014 02:44 PM, Valentin Longchamp wrote: Hi all, Picking up this issue again. On 11/26/2014 02:41 AM, Scott Wood wrote: On Tue, 2014-11-25 at 19:13 +0100, Wolfram Sang wrote: On Mon, Nov 17, 2014 at 07:28:03PM -0600, Scott Wood wrote: On Fri, 2014-11-14 at

Re: [PATCH] i2c-qoriq: modified compatibility for correct prescaler

2014-12-23 Thread Wolfram Sang
On Tue, Dec 23, 2014 at 02:23:01PM +0100, Valentin Longchamp wrote: Wolfgang, Scott, Wolfram, please. What is then the agreement here ? Add a clock-div to the device trees ? Or do something similar to mpc_i2c_get_sec_cfg_8xxx() ? I think the clock-div property is better according

[PATCH] cleanup on stack DECLARE_COMPLETIONs

2014-12-23 Thread Nicholas Mc Guire
fixups for incorrect use of DECLARE_COMPLETION. see also commit 6e9a4738 (completions: lockdep annotate on stack completions) The only somewhat special case being drivers/misc/sgi-gru/grukservices.c:quicktest2 which had a static qualifier in the original DECLARE_COMPLETION() but that seems to be

Re: [PATCH] cleanup on stack DECLARE_COMPLETIONs

2014-12-23 Thread Felipe Balbi
On Tue, Dec 23, 2014 at 06:34:08PM +0100, Nicholas Mc Guire wrote: fixups for incorrect use of DECLARE_COMPLETION. see also commit 6e9a4738 (completions: lockdep annotate on stack completions) The only somewhat special case being drivers/misc/sgi-gru/grukservices.c:quicktest2 which had a

[PATCH] gadget: cleanup on stack DECLARE_COMPLETIONs

2014-12-23 Thread Nicholas Mc Guire
fixups for incorrect use of DECLARE_COMPLETION. see also commit 6e9a4738 (completions: lockdep annotate on stack completions) patch is against 3.18.0 linux-next This was only code reviewed and compile tested Signed-off-by: Nicholas Mc Guire der.h...@hofr.at ---

Re: [PATCH v6 1/4] tools/perf: support parsing parameterized events

2014-12-23 Thread Sukadev Bhattiprolu
From a24b480ff54381a7e092597864cf615162afdd60 Mon Sep 17 00:00:00 2001 From: Cody P Schafer c...@linux.vnet.ibm.com Date: Wed, 24 Sep 2014 12:27:15 -0700 Subject: [PATCH 1/4] tools/perf: support parsing parameterized events Enable event specification like:

Re: [PATCH v6 3/4] perf Documentation: add event parameters

2014-12-23 Thread Sukadev Bhattiprolu
From bfc20fd2161060cc51f3f24aa91663da39e97750 Mon Sep 17 00:00:00 2001 From: Cody P Schafer c...@linux.vnet.ibm.com Date: Wed, 24 Sep 2014 12:27:22 -0700 Subject: [PATCH 3/4] perf Documentation: add event parameters Event parameters are a basic way for partial events to be specified in sysfs with