[PATCH v2 01/19] mxc_udc: add workaround for ENGcm09152 for i.MX25

2011-12-13 Thread Eric Bénard
://cache.freescale.com/files/dsp/doc/errata/IMX25CE.pdf Signed-off-by: Eric Bénard e...@eukrea.com Cc: Sascha Hauer ker...@pengutronix.de Cc: Greg Kroah-Hartman gre...@suse.de Cc: Li Yang le...@freescale.com --- drivers/usb/gadget/fsl_mxc_udc.c | 22 +- 1 files changed, 13 insertions(+), 9

[PATCH 01/19] mxc_udc: add workaround for ENGcm09152 for i.MX25

2011-12-12 Thread Eric Bénard
this patch gives the possibility to workaround bug ENGcm09152 on i.MX25 when the hardware workaround is also implemented on the board. It covers the workaround described on page 42 of the following Errata : http://cache.freescale.com/files/dsp/doc/errata/IMX25CE.pdf Signed-off-by: Eric Bénard e

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

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