Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-30 Thread Felipe Balbi
On Thu, Apr 10, 2014 at 03:41:16PM +0200, Stefan Roese wrote: Hi Felipe, On 08.04.2014 16:31, Felipe Balbi wrote: diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 819a7cd..d369bf1 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-10 Thread Stefan Roese
Hi Felipe, On 08.04.2014 16:31, Felipe Balbi wrote: diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 819a7cd..d369bf1 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c @@ -316,7 +316,13 @@ static void omap_musb_mailbox_work(struct

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-08 Thread Stefan Roese
On 07.04.2014 18:04, Felipe Balbi wrote: snip that's not caused by my patch, it's a previously existing bug. This should sort it out: commit e7f69404a878b5345ad07bf06d78559ecd31db79 Author: Felipe Balbi ba...@ti.com Date: Mon Apr 7 10:58:01 2014 -0500 usb: musb: omap2430: make

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-08 Thread Felipe Balbi
Hi, On Tue, Apr 08, 2014 at 09:24:09AM +0200, Stefan Roese wrote: On 07.04.2014 18:04, Felipe Balbi wrote: snip that's not caused by my patch, it's a previously existing bug. This should sort it out: commit e7f69404a878b5345ad07bf06d78559ecd31db79 Author: Felipe Balbi

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-07 Thread Stefan Roese
Hi Felipe, On 04.04.2014 17:35, Stefan Roese wrote: I'm currently seeing a problem on an OMAP3530 based board (Technexion TAO3530). Where the MUSB is configured as device/peripheral and the ethernet gadget is compiled into the kernel. This works without any problems and usb0 is available

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-07 Thread Felipe Balbi
On Mon, Apr 07, 2014 at 01:21:10PM +0200, Stefan Roese wrote: Hi Felipe, On 04.04.2014 17:35, Stefan Roese wrote: I'm currently seeing a problem on an OMAP3530 based board (Technexion TAO3530). Where the MUSB is configured as device/peripheral and the ethernet gadget is compiled into

MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-04 Thread Stefan Roese
Hi! I'm currently seeing a problem on an OMAP3530 based board (Technexion TAO3530). Where the MUSB is configured as device/peripheral and the ethernet gadget is compiled into the kernel. This works without any problems and usb0 is available when the USB cable is connected to a PC upon

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-04 Thread Felipe Balbi
On Fri, Apr 04, 2014 at 09:45:06AM +0200, Stefan Roese wrote: Hi! I'm currently seeing a problem on an OMAP3530 based board (Technexion TAO3530). Where the MUSB is configured as device/peripheral and the ethernet gadget is compiled into the kernel. This works without any problems and usb0

Re: MUSB/OMAP: gadget does not start when cable is plugged after the driver is started

2014-04-04 Thread Stefan Roese
Hi Felipe, On 04.04.2014 16:34, Felipe Balbi wrote: On Fri, Apr 04, 2014 at 09:45:06AM +0200, Stefan Roese wrote: Hi! I'm currently seeing a problem on an OMAP3530 based board (Technexion TAO3530). Where the MUSB is configured as device/peripheral and the ethernet gadget is compiled into the