[PATCH] Drivers: ps3: Makefile: replace the use of -objs with -y

2010-10-15 Thread Tracey Dent
Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent --- drivers/ps3/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile index ccea15c..50cb1e1 100644 --- a/drivers/ps3/Makefile +++ b/drivers/ps3/Makefile @@ -1,6 +

Re: [PATCH] powerpc/5121: pdm360ng: fix touch irq if 8xxx gpio driver is enabled

2010-10-15 Thread Grant Likely
On Thu, Oct 14, 2010 at 04:55:49PM +0200, Anatolij Gustschin wrote: > Hi Grant, > > On Wed, 15 Sep 2010 22:12:57 +0200 > Anatolij Gustschin wrote: > > > Enabling the MPC8xxx GPIO driver with MPC512x GPIO extension > > breaks touch screen support on this board since the GPIO > > interrupt will be

Re: [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35

2010-10-15 Thread Eric Bénard
Hi Greg, Le 15/10/2010 21:10, Greg KH a écrit : On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote: this patch gives the possibility to workaround bug ENGcm09152 on i.MX35 when the hardware workaround is also implemented on the board. It covers the workaround described on page 25 of th

Re: [PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35

2010-10-15 Thread Greg KH
On Fri, Oct 15, 2010 at 02:30:58PM +0200, Eric Bénard wrote: > this patch gives the possibility to workaround bug ENGcm09152 > on i.MX35 when the hardware workaround is also implemented on > the board. > It covers the workaround described on page 25 of the following Errata : > http://cache.freescal

Re: Possible kernel stack overflow due to fast interrupts

2010-10-15 Thread Rick Tao
You are exactly right! Ensuring interrupts would not cause more preemptions. Thanks for pointing it out. Rick --- On Thu, 10/14/10, Benjamin Herrenschmidt wrote: > From: Benjamin Herrenschmidt > Subject: Re: Possible kernel stack overflow due to fast interrupts > To: "Rick Tao" > Cc: linuxppc

[RFC PATCH v3] 476: Set CCR2[DSTI] to prevent isync from flushing shadow TLB

2010-10-15 Thread Dave Kleikamp
Josh, don't pick this up yet. It needs a bit more testing, but I think I got it right this time. When the DSTI (Disable Shadow TLB Invalidate) bit is set in the CCR2 register, the isync command does not flush the shadow TLB (iTLB & dTLB). However, since the shadow TLB does not contain context

[PATCH] mxc_udc: add workaround for ENGcm09152 for i.MX35

2010-10-15 Thread Eric Bénard
this patch gives the possibility to workaround bug ENGcm09152 on i.MX35 when the hardware workaround is also implemented on the board. It covers the workaround described on page 25 of the following Errata : http://cache.freescale.com/files/dsp/doc/errata/IMX35CE.pdf Signed-off-by: Eric Bénard --