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

2010-10-19 Thread Greg KH
On Fri, Oct 15, 2010 at 09:24:38PM +0200, Eric Bénard wrote: > 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 im

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

[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 --