Re: [PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-06-19 Thread Felipe Balbi
Hi, On Thu, Jun 19, 2014 at 03:44:42AM -0700, Tony Lindgren wrote: > * George Cherian [140526 02:25]: > > BABBLE and RESET share the same interrupt. The interrupt > > is considered to be RESET if MUSB is in peripheral mode and > > as a BABBLE if MUSB is in HOST mode. > > > > Handle babble

Re: [PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-06-19 Thread Tony Lindgren
* George Cherian [140526 02:25]: > BABBLE and RESET share the same interrupt. The interrupt > is considered to be RESET if MUSB is in peripheral mode and > as a BABBLE if MUSB is in HOST mode. > > Handle babble condition iff MUSB is in HOST mode. Please get this into mainline kernel for

Re: [PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-06-19 Thread Tony Lindgren
* George Cherian george.cher...@ti.com [140526 02:25]: BABBLE and RESET share the same interrupt. The interrupt is considered to be RESET if MUSB is in peripheral mode and as a BABBLE if MUSB is in HOST mode. Handle babble condition iff MUSB is in HOST mode. Please get this into mainline

Re: [PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-06-19 Thread Felipe Balbi
Hi, On Thu, Jun 19, 2014 at 03:44:42AM -0700, Tony Lindgren wrote: * George Cherian george.cher...@ti.com [140526 02:25]: BABBLE and RESET share the same interrupt. The interrupt is considered to be RESET if MUSB is in peripheral mode and as a BABBLE if MUSB is in HOST mode. Handle

[PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-05-26 Thread George Cherian
BABBLE and RESET share the same interrupt. The interrupt is considered to be RESET if MUSB is in peripheral mode and as a BABBLE if MUSB is in HOST mode. Handle babble condition iff MUSB is in HOST mode. Signed-off-by: George Cherian --- drivers/usb/musb/musb_core.c | 2 +- 1 file changed, 1

[PATCH v6 1/5] usb: musb: core: Handle Babble condition only in HOST mode

2014-05-26 Thread George Cherian
BABBLE and RESET share the same interrupt. The interrupt is considered to be RESET if MUSB is in peripheral mode and as a BABBLE if MUSB is in HOST mode. Handle babble condition iff MUSB is in HOST mode. Signed-off-by: George Cherian george.cher...@ti.com --- drivers/usb/musb/musb_core.c | 2 +-