Re: [PATCH v2 3/4] serial gadget: enable/disable on request

2012-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:52 Tue 03 Jan , Eric Bénard wrote: - add a usbserial command to enable/disable the serial gadget - allow dfu and usbserial to cohexist in the same barebox - add a timeout in u_serial so that we don't get locked if the user enable usbserial from a UART console but doesn't consume the

Re: [PATCH v2 3/4] serial gadget: enable/disable on request

2012-01-04 Thread Sascha Hauer
On Wed, Jan 04, 2012 at 09:11:58AM +0100, Eric Bénard wrote: Hi Jean-Christophe, Le Wed, 4 Jan 2012 09:00:43 +0100, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com a écrit : +/* case 'o': + mode = 1; + break;*/ ditto

Re: [PATCH 1/4] fsl_udc: update and fix

2012-01-04 Thread Sascha Hauer
Hi Eric, Generally, can you please collect the comments to a series and then send the whole series again instead of responding with v2 patches in the original thread? I find it quite hard to pick the correct patches from a longer thread. It's easier to just see 'no comments to the new series

Re: [PATCH 1/1] calao/usb-926x: update usb gadget support

2012-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:03 Wed 04 Jan , Jean-Christophe PLAGNIOL-VILLARD wrote: enable serial and dfu at the same time senario if the usb device is plugged and the BP is not pressed at boot time during 5s the usbserial will be enable disable zlib support to fit in the 256K Signed-off-by:

[PATCH v4 1/5] fsl_udc: update and fix

2012-01-04 Thread Eric Bénard
- this patch sync fsl_udc.c with linux's driver, - add a poller on usb_gadget_poll to get serial gadget working, - return -EIO in usb_gadget_poll when udc is stopped (do detect cable disonnection) - tested on i.MX25 i.MX35 Signed-off-by: Eric Bénard e...@eukrea.com ---

[PATCH] u_serial: add setbrg to be able to use loadb co

2012-01-04 Thread Eric Bénard
Signed-off-by: Eric Bénard e...@eukrea.com --- drivers/usb/gadget/u_serial.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/u_serial.c b/drivers/usb/gadget/u_serial.c index e310c3a..980b527 100644 --- a/drivers/usb/gadget/u_serial.c +++

Re: [PATCH 08/12] at91/gpio: simplify resources

2012-01-04 Thread Sascha Hauer
Hi J, On Sat, Dec 31, 2011 at 04:21:34PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: drop irq id and rebase instead of of offset Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- arch/arm/mach-at91/at91rm9200.c| 12

Re: [PATCH 08/12] at91/gpio: simplify resources

2012-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:40 Wed 04 Jan , Sascha Hauer wrote: Hi J, On Sat, Dec 31, 2011 at 04:21:34PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: drop irq id and rebase instead of of offset Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---

[PATCH 2/2] at91rm9200_devices: add missing sizes.h

2012-01-04 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- arch/arm/mach-at91/at91rm9200_devices.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-at91/at91rm9200_devices.c b/arch/arm/mach-at91/at91rm9200_devices.c index 1152d07..599eb79