Re: [PATCH 1/3] sched: Fix nohz_kick_needed to consider the nr_busy of the parent domain's group

2013-10-24 Thread Preeti U Murthy
Hi Vincent, I have addressed your comments and below is the fresh patch. This patch applies on PATCH 2/3 posted in this thread. Regards Preeti U Murthy sched:Remove un-necessary iterations over sched domains to update/query nr_busy_cpus From: Preeti U Murthy pre...@linux.vnet.ibm.com

Re: [PATCH] [RFC] Emulate lwsync to run standard user land on e500 cores

2013-10-24 Thread Kumar Gala
On Oct 24, 2013, at 4:45 AM, Benjamin Herrenschmidt wrote: On Wed, 2013-10-23 at 23:06 -0500, Kumar Gala wrote: On Oct 23, 2013, at 5:15 AM, Scott Wood wrote: On Wed, 2013-10-23 at 00:07 -0500, Kumar Gala wrote: On Oct 18, 2013, at 2:38 AM, Wolfgang Denk wrote: diff --git

RE: [PATCH] [RFC] Emulate lwsync to run standard user land on e500 cores

2013-10-24 Thread David Laight
Subject: Re: [PATCH] [RFC] Emulate lwsync to run standard user land on e500 cores On Oct 23, 2013, at 5:15 AM, Scott Wood wrote: On Wed, 2013-10-23 at 00:07 -0500, Kumar Gala wrote: On Oct 18, 2013, at 2:38 AM, Wolfgang Denk wrote: diff --git a/arch/powerpc/kernel/traps.c

[PATCH] powerpc/powernv: Code update interface

2013-10-24 Thread Vasant Hegde
Code update interface for powernv platform. This provides sysfs interface to pass new image, validate, update and commit images. This patch includes: - Below OPAL APIs for code update - opal_validate_flash() - opal_manage_flash() - opal_update_flash() - Create below sysfs files

Re: [PATCHv1 1/8] ALSA: Add SAI SoC Digital Audio Interface driver.

2013-10-24 Thread Mark Brown
On Thu, Oct 17, 2013 at 05:01:10PM +0800, Xiubo Li wrote: +static struct snd_pcm_hardware snd_fsl_hardware = { + .info = SNDRV_PCM_INFO_INTERLEAVED | + SNDRV_PCM_INFO_BLOCK_TRANSFER | + SNDRV_PCM_INFO_MMAP | + SNDRV_PCM_INFO_MMAP_VALID | +

Re: [PATCH v2 08/10] of/platform: Resolve interrupt references at probe time

2013-10-24 Thread Grant Likely
On Wed, 16 Oct 2013 00:24:36 +0100, Grant Likely grant.lik...@linaro.org wrote: On Wed, 18 Sep 2013 15:24:50 +0200, Thierry Reding thierry.red...@gmail.com wrote: Interrupt references are currently resolved very early (when a device is created). This has the disadvantage that it will fail

[PATCH 2/2] powerpc/e500v2: Include Power ISA properties

2013-10-24 Thread Lijun Pan
bsc9131 device tree does not have these properties. Signed-off-by: Lijun Pan lijun@freescale.com --- arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi

[PATCH 1/2] powerpc/e6500: Include Power ISA properties

2013-10-24 Thread Lijun Pan
b4420 and b4860 device trees do not have these properties. Signed-off-by: Lijun Pan lijun@freescale.com --- arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi |2 ++ arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi |2 ++ 2 files changed, 4 insertions(+) diff --git

Re: [PATCH] [RFC] Emulate lwsync to run standard user land on e500 cores

2013-10-24 Thread James Yang
On Thu, 24 Oct 2013, Kumar Gala wrote: On Oct 24, 2013, at 4:45 AM, Benjamin Herrenschmidt wrote: On Wed, 2013-10-23 at 23:06 -0500, Kumar Gala wrote: On Oct 23, 2013, at 5:15 AM, Scott Wood wrote: On Wed, 2013-10-23 at 00:07 -0500, Kumar Gala wrote: On Oct 18, 2013, at 2:38 AM,

[PATCH 1/2 v2] powerpc/e6500: Include Power ISA properties

2013-10-24 Thread Lijun Pan
b4420 and b4860 device trees do not have these properties. Signed-off-by: Lijun Pan lijun@freescale.com --- v2: fixed a typo arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi |2 ++ arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi |2 ++ 2 files changed, 4 insertions(+) diff --git

Re: [PATCH] [RFC] Emulate lwsync to run standard user land on e500 cores

2013-10-24 Thread Kumar Gala
On Oct 24, 2013, at 4:05 PM, James Yang wrote: On Thu, 24 Oct 2013, Kumar Gala wrote: On Oct 24, 2013, at 4:45 AM, Benjamin Herrenschmidt wrote: On Wed, 2013-10-23 at 23:06 -0500, Kumar Gala wrote: On Oct 23, 2013, at 5:15 AM, Scott Wood wrote: On Wed, 2013-10-23 at 00:07 -0500, Kumar

Re: [PATCH 02/12][v3] pci: fsl: add structure fsl_pci

2013-10-24 Thread Lian Minghuan-b31939
Hi Kumar, please see my comment inline. On 10/24/2013 12:11 PM, Kumar Gala wrote: On Oct 23, 2013, at 5:41 AM, Minghuan Lian wrote: PowerPC uses structure pci_controller to describe PCI controller, but ARM uses structure pci_sys_data. In order to support PowerPC and ARM simultaneously, the