Re: [PATCH 2/2] fsl_ifc: Support all 8 IFC chip selects

2014-08-24 Thread Prabhakar Kushwaha
On 8/22/2014 11:21 PM, Scott Wood wrote: On Fri, 2014-08-22 at 20:07 +0530, Prabhakar Kushwaha wrote: Sorry Scott for late reply, Please find my reply in-lined On 8/21/2014 4:51 AM, Scott Wood wrote: On Wed, 2014-08-20 at 09:05 +0530, Prabhakar Kushwaha wrote: On 8/20/2014 5:38 AM, Scott W

Re: [RFC PATCH powerpc] Fix warning reported by verify_cpu_node_mapping()

2014-08-24 Thread Li Zhong
On δΊ”, 2014-08-22 at 15:04 -0700, Nishanth Aravamudan wrote: > On 22.08.2014 [10:12:56 +0800], Li Zhong wrote: > > On ???, 2014-08-21 at 08:45 -0700, Nishanth Aravamudan wrote: > > > On 21.08.2014 [16:14:02 +0800], Li Zhong wrote: > > > > With commit 2fabf084b, during boottime, cpu_numa_callback() i

Re: [PATCH] powerpc: edac: Fix build error

2014-08-24 Thread Michael Ellerman
On Thu, 2014-08-21 at 22:19 -0400, Pranith Kumar wrote: > Fix the following build error: > > drivers/edac/ppc4xx_edac.c: In function 'mfsdram': > drivers/edac/ppc4xx_edac.c:249: error: implicit declaration of function > '__mfdcri' > drivers/edac/ppc4xx_edac.c: In function 'mtsdram': > drivers/edac

Re: [PATCH] powerpc/pseries: Drop unnecessary continue

2014-08-24 Thread Michael Ellerman
On Thu, 2014-08-21 at 10:51 -0500, Robert Jennings wrote: > On 08/20/2014 11:41 PM, Michael Ellerman wrote: > > On Wed, 2014-08-13 at 14:48 +0530, Himangi Saraogi wrote: > >> Continue is not needed at the bottom of a loop. > > > > True. > > > > I wonder though, is the code trying to continue to t

Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly

2014-08-24 Thread Chen Gang
Hello Maintainers: Is this patch OK? If it pass basic checking, please let me know, and I shall try to make another related patch for KBuild (I can do nothing related with Kbuild, before get confirmation for this patch). Thanks. On 8/15/14 17:01, Chen Gang wrote: > > > On 8/15/14 6:14, Chen Ga