[PATCH 1/1] powerpc/book3e: store critical/machine/debug exception thread info

2012-10-26 Thread Tiejun Chen
We need to store thread info to these exception thread info like something we already did for PPC32. Signed-off-by: Tiejun Chen --- This patch is followed on my three patches I send recently: [PATCH 1/3] powerpc/book3e: load critical/machine/debug exception stack [PATCH 2/3] powerpc/book3e: supp

Re: [PATCH] powerpc/esdhc: enable the card insert/remove interrupt

2012-10-26 Thread Anton Vorontsov
Hello Huang, On Fri, Oct 26, 2012 at 02:42:36AM +, Huang Changming-R66093 wrote: > For the current polling mode, driver will send CMD13 to poll the card status > periodically , which will cause too many interrupts. > Once I sent patches to detect the card when using polling mode last year: >

Re: Power Management issues in MPC8313 processor

2012-10-26 Thread Scott Wood
On 10/25/2012 05:07:01 PM, Srivatsan Canchivaram wrote: Hi, I have a modem with a Freescale MPC8313E processor. I am trying to enable power savings in the processor by placing it in Standby mode and resume normal operation with a Wake-On-LAN magic packet. Following the directions in the

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

2012-10-26 Thread Scott Wood
On Tue, Oct 11, 2011 at 09:47:36AM -0500, 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/a

[PATCH RFT RESEND linux-next] powerpc: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread Shuah Khan
Add support for debug_dma_mapping_error() call to avoid warning from debug_dma_unmap() interface when it checks for mapping error checked status. Without this patch, device driver failed to check map error warning is generated. Signed-off-by: Shuah Khan --- arch/powerpc/include/asm/dma-mapping.h

[PATCH] powerpc: mpc5200: Add a3m071 board support

2012-10-26 Thread Stefan Roese
This patch adds the MPC5200B based a3m071 board. Signed-off-by: Stefan Roese Cc: Anatolij Gustschin --- arch/powerpc/boot/dts/a3m071.dts | 153 +++ arch/powerpc/platforms/52xx/mpc5200_simple.c | 1 + 2 files changed, 154 insertions(+) create mode 100644 ar

Re: [PATCH 1/1] usb: gadget: Don't attempt to dequeue requests for a disabled USB endpoint on Freescale hardware

2012-10-26 Thread Felipe Balbi
Hi, On Thu, Oct 25, 2012 at 02:36:24AM +0200, Laurent Pinchart wrote: > Hi Felipe, > > On Monday 22 October 2012 13:56:01 Felipe Balbi wrote: > > On Mon, Oct 22, 2012 at 12:47:21PM +0200, Laurent Pinchart wrote: > > > On Monday 22 October 2012 03:33:19 Li Yang-R58472 wrote: > > > > On Saturday, O