[PATCH 2/2] dts: Update sata controller compatible for p1022ds board

2011-01-19 Thread Xulei
Update p1022 sata compatible to fsl,p1022-sata, fsl,pq-sata-v2. p1022ds sata controller is v2 version comparing previous FSL sata controller, for example, mpc8536. Signed-off-by: Lei Xu b33...@freescale.com Signed-off-by: Roy Zang tie-fei.z...@freescale.com --- arch/powerpc/boot/dts/p1022ds.dts

[PATCH 1/2] ATA: Add FSL sata v2 controller support

2011-01-19 Thread Xulei
In FSL sata v2 block, the snoop bit of PRDT Word3 description information is at bit28 instead of bit22. This patch adds FSL sata v2 probe and resolve this difference. Signed-off-by: Lei Xu b33...@freescale.com Signed-off-by: Roy Zang tie-fei.z...@freescale.com Acked-by: Jeff Garzik

Re: Problem with Busybox shell

2011-01-19 Thread MohanReddy koppula
I further debugged and found that flush_to_ldisc() function is not called which actually wakes up the readers. This is a worker function and is not being scheduled. I suspected whether timer interrupts are generated or not. powerpc uses decrementer exceptions as timer interrupts. I see that

[PATCH] powerpc/83xx: fix build failures on dt compatible list.

2011-01-19 Thread Grant Likely
Commit a4f740cf, of/flattree: Add of_flat_dt_match() helper function introduced build failures in arch/powerpc/platform/83xx by mistyping 'static' as 'struct' in the compatible string list, and omitting a few semicolons. This patch fixes it. Reported-by: Stephen Rothwell s...@canb.auug.org.au

Re: [PATCH V7 07/10] USB/ppc4xx: Add Synopsys DWC OTG PCD function

2011-01-19 Thread Alan Stern
On Tue, 18 Jan 2011 tma...@apm.com wrote: From: Tirumala Marri tma...@apm.com The PCD is responsible for translating requests from the gadget driver to appropriate actions on the DWC OTG controller. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com

Re: [PATCH] define binding for fsl mpic interrupt controllers

2011-01-19 Thread Meador Inge
On 01/18/2011 01:47 PM, Yoder Stuart-B08248 wrote: I'm not sure a complete merge into one binding makes sense. The thing that motivated creating this new binding with 4 cells was a thread from last year. See: http://lists.ozlabs.org/pipermail/devicetree-discuss/2010-January/001489.html I

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Yoder Stuart-B08248
-Original Message- From: Meador Inge [mailto:meador_i...@mentor.com] Sent: Wednesday, January 19, 2011 2:25 PM To: Yoder Stuart-B08248 Cc: linuxppc-dev@lists.ozlabs.org; devicetree-disc...@lists.ozlabs.org; Blanchard, Hollis Subject: Re: [PATCH 1/2] powerpc: document the MPIC

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Yoder Stuart-B08248
+** Optional properties: + +   - no-reset : The presence of this property indicates that the MPIC +                should not be reset during runtime initialization. +   - protected-sources : Specifies a list of interrupt sources that are + not +                         available for use

Re: 2.6.37-git17 virtual IO boot failure

2011-01-19 Thread Nishanth Aravamudan
On 19.01.2011 [17:06:18 +1100], Benjamin Herrenschmidt wrote: On Tue, 2011-01-18 at 16:48 -0800, Nishanth Aravamudan wrote: Ben, if you're ok with waiting to see if Milton or Sonny have any ideas, I'd like to hold off on asking for a revert. In the case they do, I'll be able to test

[PATCH][v2] define binding for fsl mpic interrupt controllers

2011-01-19 Thread Stuart yoder
From: Stuart Yoder stuart.yo...@freescale.com define the binding for compatible = fsl,mpic, including the definition of 4-cell interrupt specifiers. The 3rd and 4th cells are needed to define additional types of interrupt source outside the normal external and internal interrupts in FSL SoCs.

[PATCH V8 01/10] USB/ppc4xx: Add Synopsys DWC OTG Register definitions

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Add Synopsys Design Ware core register definitions. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com --- drivers/usb/dwc_otg/dwc_otg_regs.h | 1325

[PATCH V8 02/10] USB/ppc4xx: Add Synopsys DWC OTG driver framework

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Platform probing is in dwc_otg_apmppc.c. Driver parameter and parameter checking are in dwc_otg_param.c. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com ---

[PATCH V8 05/10] USB/ppc4xx: Add Synopsys DWC OTG HCD interrupt function

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Implements DWC OTG USB HCD interrupt service routine. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com --- drivers/usb/dwc_otg/dwc_otg_hcd_intr.c | 1477

[PATCH V8 06/10] USB/ppc4xx: Add Synopsys DWC OTG HCD queue function

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Implements functions to manage Queue Heads and Queue Transfer Descriptors of DWC USB OTG Controller. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com ---

[PATCH V8 07/10] USB/ppc4xx: Add Synopsys DWC OTG PCD function

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com The PCD is responsible for translating requests from the gadget driver to appropriate actions on the DWC OTG controller. Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com ---

[PATCH V8 09/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Enable gadget support Signed-off-by: Tirumala R Marri tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com --- drivers/usb/gadget/Kconfig| 22 ++ drivers/usb/gadget/gadget_chips.h

[PATCH V8 10/10] USB ppc4xx: Add Synopsys DWC OTG driver kernel configuration and Makefile

2011-01-19 Thread tmarri
From: Tirumala Marri tma...@apm.com Add Synopsys DesignWare HS USB OTG driver kernel configuration. Synopsys OTG driver may operate in host only, device only, or OTG mode. The driver also allows user configure the core to use its internal DMA or Slave (PIO) mode. Signed-off-by: Tirumala R Marri

Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Meador Inge
On 01/19/2011 04:14 PM, Yoder Stuart-B08248 wrote: +** Optional properties: + + - no-reset : The presence of this property indicates that the MPIC +should not be reset during runtime initialization. + - protected-sources : Specifies a list of interrupt sources that are +

Re: Problem with Busybox shell

2011-01-19 Thread tiejun.chen
MohanReddy koppula wrote: I further debugged and found that flush_to_ldisc() function is not called which actually wakes up the readers. This is a worker function and is not being scheduled. I suspected whether timer interrupts are generated or not. powerpc uses decrementer exceptions as timer