Re: [PATCH 2/3] [44x] Enable CONFIG_RELOCATABLE for PPC44x

2011-10-27 Thread Suzuki Poulose
On 10/27/11 00:46, Scott Wood wrote: On 10/26/2011 02:12 PM, Suzuki Poulose wrote: On 10/25/11 21:04, Scott Wood wrote: On 10/12/2011 09:15 AM, Dave Hansen wrote: This is not the place to enforce that kind of thing. If CONFIG_RELOCATABLE is only supported on one platform, then do: confi

Re: Kdump/kexec for mpc85xx

2011-10-27 Thread radha krishna
Hi , The subject is changed to "Kdump/kexec for mpc85xx", as i am going to use it on P2010 and MPC8567 processors as will. So that it will not confuse others and to continue as a separate topic. In fact, i have selected P2041 which is e500mc core, for my next project. Please provide more details o

[PATCH] powerpc: add pgprot_cached_noncoherent()

2011-10-27 Thread Geoff Thorpe
This adds a pgprot combination required by some cache-enabled IO device mappings, such as Freescale datapath (QMan and BMan) portals. Signed-off-by: Geoff Thorpe --- arch/powerpc/include/asm/pgtable.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include

[PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Mike Frysinger
Rather than requiring architectures that use gpiolib but don't have any need to define anything custom to copy an asm/gpio.h, merge this code into the asm-generic/gpio.h. We add ifdef checks so that arches can still override things while using the asm-generic/gpio.h, but on a more fine grained per

Re: [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Mike Frysinger
On Thu, Oct 27, 2011 at 15:11, Russell King - ARM Linux wrote: > On Thu, Oct 27, 2011 at 09:01:43AM -0400, Mike Frysinger wrote: >> diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h >> index d494001..622851c 100644 >> --- a/include/asm-generic/gpio.h >> +++ b/include/asm-generic/

Re: [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Russell King - ARM Linux
On Thu, Oct 27, 2011 at 09:01:43AM -0400, Mike Frysinger wrote: > diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h > index d494001..622851c 100644 > --- a/include/asm-generic/gpio.h > +++ b/include/asm-generic/gpio.h > @@ -170,6 +170,29 @@ extern int __gpio_cansleep(unsigned gpi

Re: [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Russell King - ARM Linux
On Thu, Oct 27, 2011 at 03:29:40PM +0200, Mike Frysinger wrote: > On Thu, Oct 27, 2011 at 15:11, Russell King - ARM Linux wrote: > > On Thu, Oct 27, 2011 at 09:01:43AM -0400, Mike Frysinger wrote: > >> diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h > >> index d494001..622851c

Re: [PATCH] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Russell King - ARM Linux
On Thu, Oct 27, 2011 at 09:01:43AM -0400, Mike Frysinger wrote: > diff --git a/arch/arm/include/asm/gpio.h b/arch/arm/include/asm/gpio.h > index 11ad0bf..741efb2 100644 > --- a/arch/arm/include/asm/gpio.h > +++ b/arch/arm/include/asm/gpio.h > @@ -5,14 +5,15 @@ > #include > > #ifndef __ARM_GPIO

RE: [PATCH 3/5][v2] fsl-rio: Add two ports and rapidio message units support

2011-10-27 Thread Bounine, Alexandre
On Tue, Oct 25, 2011 at 6:40 AM, Liu Gang-B34182 wrote: > > ... skip ... > > > + > > > + DBELL_TID(dmsg), > > > + DBELL_INF(dmsg)); > > > + break; > > > +} > > > } > > >} > > > > Do we need to check for matching DBELL_TID and mport destID here and > > scan only doorbell l

Re: [PATCH 2/3] [44x] Enable CONFIG_RELOCATABLE for PPC44x

2011-10-27 Thread Scott Wood
On 10/27/2011 03:43 AM, Suzuki Poulose wrote: > On 10/27/11 00:46, Scott Wood wrote: >> On 10/26/2011 02:12 PM, Suzuki Poulose wrote: >>> I have renamed the new type of relocation to RELOCATABLE_PPC32_PIE. The >>> patches >>> were posted yesterday. Please let me know your thoughts. >> >> I think it

Fix for fsl_upm

2011-10-27 Thread Rusev
patch is vs. 2.6.39, yet it applied to 3.1 Fix of UPM driver for Freescale PowerPC processors If Freescale LBC driver fails to initialise itself from device tree, then internal structure is freed only but not NULL-fied. As result functions fsl_lbc_find() after checking the structure is not NULL

Re: Fix for fsl_upm

2011-10-27 Thread Kumar Gala
On Oct 27, 2011, at 9:18 AM, Rusev wrote: > patch is vs. 2.6.39, yet it applied to 3.1 > > > > Fix of UPM driver for Freescale PowerPC processors > > If Freescale LBC driver fails to initialise itself from device tree, > then internal structure is freed only but not NULL-fied. > As result fun

Re: [PATCH v2] powerpc: book3e: WSP: Add Chroma as a new WSP/PowerEN platform.

2011-10-27 Thread Scott Wood
On 10/11/2011 09:47 AM, Jimi Xenidis wrote: > On Tue Oct 4 05:02:41 EST 2011, Scott Wood wrote: > > Looking at your comments below, will the following be acceptable > >> On 09/29/2011 09:27 PM, Jimi Xenidis wrote: >>> diff --git a/arch/powerpc/platforms/wsp/Kconfig >>> b/arch/powerpc/platforms/w

Re: [PATCH 1/3 v2] mmc: Move mmc_delay() to include/linux/mmc/core.h

2011-10-27 Thread Kumar Gala
On Aug 26, 2011, at 2:52 AM, Chunhe Lan wrote: > Move mmc_delay() from drivers/mmc/core/core.h to > include/linux/mmc/core.h. So when other functions > call it with include syntax using > of absolute path rather than "../core/core.h" of > relative path. > > Signed-off-by: Chunhe Lan > Cc: Chri

[PATCH v2] asm-generic/gpio.h: merge basic gpiolib wrappers

2011-10-27 Thread Mike Frysinger
Rather than requiring architectures that use gpiolib but don't have any need to define anything custom to copy an asm/gpio.h, merge this code into the asm-generic/gpio.h. We add ifdef checks so that arches can still override things while using the asm-generic/gpio.h, but on a more fine grained per

RE: [PATCH v15 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2011-10-27 Thread Tirumala Marri
> >What email client are you using, I have never seen this type of >formatting, and it makes it impossible to read your replies. Please >resolve this. Wrong prefix setting. Should be fixed now. >Sometimes people miss things on previous reviews, this is not a perfict >system, only the best that we

Re: Kernel hang on PS3 with SMP

2011-10-27 Thread Geoff Levand
Hi, On 07/16/2011 02:34 AM, Peter Zijlstra wrote: > On Sat, 2011-07-16 at 09:38 +0200, Andre Heider wrote: >> Hi, >> >> when I boot a recent kernel I'm getting hangs early in the boot process. >> >> The kernel boots most of the time, but when /sbin/init kicks in it >> waits forever for something

Re: [PATCH 2/3] [44x] Enable CONFIG_RELOCATABLE for PPC44x

2011-10-27 Thread Suzuki Poulose
On 10/27/11 21:11, Scott Wood wrote: On 10/27/2011 03:43 AM, Suzuki Poulose wrote: On 10/27/11 00:46, Scott Wood wrote: On 10/26/2011 02:12 PM, Suzuki Poulose wrote: I have renamed the new type of relocation to RELOCATABLE_PPC32_PIE. The patches were posted yesterday. Please let me know your t