Re: Kdump/kexec for mpc85xx

2011-10-26 Thread McClintock Matthew-B29882
On Wed, Oct 26, 2011 at 11:57 PM, radha krishna wrote: > 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 i

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

2011-10-26 Thread Pratyush Anand
On Sun, Oct 23, 2011 at 2:00 AM, Olof Johansson wrote: > > Hi, > > On Fri, Oct 21, 2011 at 10:33 AM, Olof Johansson wrote: > > On Fri, Oct 14, 2011 at 03:08:34PM -0700, tma...@apm.com wrote: > >> From: Tirumala Marri > > > > Overall this driver seems to be based on the IP vendor driver? It > > l

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

2011-10-26 Thread Greg KH
On Wed, Oct 26, 2011 at 10:17:19AM -0700, Tirumala Marri wrote: > Greg, > > < >

ps3-linux tree back at k.org

2011-10-26 Thread Geoff Levand
Hi All, Just for anyone interested, my ps3-linux kernel git repo is back at kernel.org: http://git.kernel.org/?p=linux/kernel/git/geoff/ps3-linux.git I haven't merged in mainline for a while because there is a bug in the scheduler IPI code I want to get fix before I merge. -Geoff ___

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

2011-10-26 Thread Geoff Levand
Hi Marri, On Wed, 2011-10-26 at 09:06 -0700, Tirumala Marri wrote: > < > < >

[PATCH] powerpc/iommu: remove default window before creating larger window

2011-10-26 Thread Nishanth Aravamudan
The DDW feature relies on there being sufficient TCE space to allocate for the requested DMA window size. The default window uses up some of that space, though, and it is recommended to first remove the default window and then allocate the larger window advertised by firmware. Do this by abstractin

[PATCH] [v2] powerpc/fsl_msi: add support for the fsl, msi property in PCI nodes

2011-10-26 Thread Timur Tabi
On Freescale parts with multiple MSI controllers, the controllers are combined into one "pool" of interrupts. Whenever a device requests an MSI interrupt, the next available interrupt from the pool is selected, regardless of which MSI controller the interrupt is from. This works because each PCI

[PATCH] powerpc/fsl_msi: add support for the fsl, msi property in PCI nodes

2011-10-26 Thread Timur Tabi
On Freescale parts with multiple MSI controllers, the controllers are combined into one "pool" of interrupts. Whenever a device requests an MSI interrupt, the next available interrupt from the pool is selected, regardless of which MSI controller the interrupt is from. This works because each PCI

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

2011-10-26 Thread Scott Wood
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: >>> >>> config RELOCATABLE >>>

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

2011-10-26 Thread Suzuki Poulose
On 10/25/11 21:04, Scott Wood wrote: On 10/12/2011 09:15 AM, Dave Hansen wrote: On Tue, 2011-10-11 at 18:24 +0530, Suzuki Poulose wrote: On 10/10/11 23:30, Scott Wood wrote: On 10/10/2011 04:56 AM, Suzuki K. Poulose wrote: #if defined(CONFIG_RELOCATABLE)&& defined(CONFIG_44x) #define __va(x

[PATCH v4 1/5] powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices

2011-10-26 Thread Matthew McClintock
This is listed as a requirement for Freescale CoreNet based devices (e.g p4080ds with MPIC v4.x) after issuing a core reset to properly clear pending interrupts. Signed-off-by: Matthew McClintock --- v2: Updated commit message v3: Added detail in code comment as well v4: Check for MPIC_FSL in

[PATCH v3 1/5] powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices

2011-10-26 Thread Matthew McClintock
This is listed as a requirement for Freescale CoreNet based devices (e.g p4080ds with MPIC v4.x) after issuing a core reset to properly clear pending interrupts. Signed-off-by: Matthew McClintock --- v2: Updated commit message v3: Added detail in code comment as well arch/powerpc/sysdev/mpic.

Re: [PATCH 1/5] powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices

2011-10-26 Thread Segher Boessenkool
@@ -1759,6 +1760,12 @@ void mpic_reset_core(int cpu) pir &= ~(1 << cpuid); mpic_write(mpic->gregs, MPIC_INFO(GREG_PROCESSOR_INIT), pir); mpic_read(mpic->gregs, MPIC_INFO(GREG_PROCESSOR_INIT)); + + /* Perform 15 EOI on each reset core to clear pending interrupts */ +

[PATCH 1/5] powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices

2011-10-26 Thread Matthew McClintock
This is listed as a requirement for Freescale CoreNet based devices (e.g p4080ds with MPIC v4.x) after issuing a core reset to properly clear pending interrupts. Signed-off-by: Matthew McClintock --- v2: Updated commit message arch/powerpc/sysdev/mpic.c |7 +++ 1 files changed, 7 inser

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

2011-10-26 Thread Tirumala Marri
Greg, < < Could you please comment on this. This has been reviewed so many times And we did the major changes. I think it is un-acceptable to say to re-write The driver now after 15 reviews? This should have happened in first 5 reviews. Thx, Marri __

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

2011-10-26 Thread Tirumala Marri
< https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 06/11] powerpc/85xx: Add ethernet magic packet property to P1020 device tree

2011-10-26 Thread Scott Wood
On 10/25/2011 10:35 PM, Kumar Gala wrote: > > On Oct 25, 2011, at 5:19 PM, Scott Wood wrote: > >> On 10/22/2011 04:20 PM, Kumar Gala wrote: >>> All eTSEC2 controllers support waking on magic packet so fixup device >>> tree to report that. >> >> If they *all* support it, we can make the driver rel

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

2011-10-26 Thread Olof Johansson
On Tue, Oct 25, 2011 at 2:54 PM, Tirumala Marri wrote: > < >< > [Tirumala Marri] Some what true that it was based on skeletal driver > Provided from IP vendor. Please use a real mail program instead of this [name] comment style. It's hard to read. >< >< > [Tirumala Marri] I can sure