* USB regression in v3.12-rc4
@ 2013-10-12 21:46 Aaro Koskinen
2013-10-12 23:07 ` Aaro Koskinen
2013-10-14 15:33 ` Greg Kroah-Hartman
0 siblings, 2 replies; 5+ messages in thread
From: Aaro Koskinen @ 2013-10-12 21:46 UTC (permalink / raw)
To: Greg Kroah-Hartman, Felipe Balbi, linux-kernel, linux-usb
Hi,
With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB
(peripheral, g_ether).
According to git bisect this is caused by:
9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 is the first bad commit
commit 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61
Author: Bin Liu <b-liu@ti.com>
Date: Tue Sep 17 15:33:35 2013 -0500
usb: musb: gadget: fix otg active status flag
In gadget mode, musb->is_active should be set only when connected to the
host. musb_g_reset() already takes care of it.
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reverting that commit from v3.12-rc4 will fix the issue. Based on the
commit log this is not fixing any real issue, so I wonder why was it
included in -rc4 in the first place?
A.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: USB regression in v3.12-rc4 2013-10-12 21:46 USB regression in v3.12-rc4 Aaro Koskinen @ 2013-10-12 23:07 ` Aaro Koskinen 2013-10-14 15:33 ` Greg Kroah-Hartman 1 sibling, 0 replies; 5+ messages in thread From: Aaro Koskinen @ 2013-10-12 23:07 UTC (permalink / raw) To: Greg Kroah-Hartman, Felipe Balbi, linux-kernel, linux-usb Hi, On Sun, Oct 13, 2013 at 12:46:18AM +0300, Aaro Koskinen wrote: > With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB > (peripheral, g_ether). To clarify, I was running v3.12-rc4 on N800/peripheral side and that's where the problem is; on host side I'm running some old Debian kernel. A. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB regression in v3.12-rc4 2013-10-12 21:46 USB regression in v3.12-rc4 Aaro Koskinen 2013-10-12 23:07 ` Aaro Koskinen @ 2013-10-14 15:33 ` Greg Kroah-Hartman 2013-10-14 19:05 ` Felipe Balbi 1 sibling, 1 reply; 5+ messages in thread From: Greg Kroah-Hartman @ 2013-10-14 15:33 UTC (permalink / raw) To: Aaro Koskinen; +Cc: Felipe Balbi, linux-kernel, linux-usb On Sun, Oct 13, 2013 at 12:46:18AM +0300, Aaro Koskinen wrote: > Hi, > > With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB > (peripheral, g_ether). > > According to git bisect this is caused by: > > 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 is the first bad commit > commit 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 > Author: Bin Liu <b-liu@ti.com> > Date: Tue Sep 17 15:33:35 2013 -0500 > > usb: musb: gadget: fix otg active status flag > > In gadget mode, musb->is_active should be set only when connected to the > host. musb_g_reset() already takes care of it. > > Signed-off-by: Bin Liu <b-liu@ti.com> > Signed-off-by: Felipe Balbi <balbi@ti.com> > > Reverting that commit from v3.12-rc4 will fix the issue. Based on the > commit log this is not fixing any real issue, so I wonder why was it > included in -rc4 in the first place? Hm, Felipe, should I just revert this patch for 3.12-final? thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB regression in v3.12-rc4 2013-10-14 15:33 ` Greg Kroah-Hartman @ 2013-10-14 19:05 ` Felipe Balbi 2013-10-14 20:07 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Felipe Balbi @ 2013-10-14 19:05 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Aaro Koskinen, Felipe Balbi, linux-kernel, linux-usb, b-liu [-- Attachment #1: Type: text/plain, Size: 1183 bytes --] Hi, On Mon, Oct 14, 2013 at 08:33:56AM -0700, Greg Kroah-Hartman wrote: > On Sun, Oct 13, 2013 at 12:46:18AM +0300, Aaro Koskinen wrote: > > Hi, > > > > With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB > > (peripheral, g_ether). > > > > According to git bisect this is caused by: > > > > 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 is the first bad commit > > commit 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 > > Author: Bin Liu <b-liu@ti.com> > > Date: Tue Sep 17 15:33:35 2013 -0500 > > > > usb: musb: gadget: fix otg active status flag > > > > In gadget mode, musb->is_active should be set only when connected to the > > host. musb_g_reset() already takes care of it. > > > > Signed-off-by: Bin Liu <b-liu@ti.com> > > Signed-off-by: Felipe Balbi <balbi@ti.com> > > > > Reverting that commit from v3.12-rc4 will fix the issue. Based on the > > commit log this is not fixing any real issue, so I wonder why was it > > included in -rc4 in the first place? > > Hm, Felipe, should I just revert this patch for 3.12-final? Yeah, let's do that... It's unfortunate that tusb6010 is so messed up :-( -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB regression in v3.12-rc4 2013-10-14 19:05 ` Felipe Balbi @ 2013-10-14 20:07 ` Greg Kroah-Hartman 0 siblings, 0 replies; 5+ messages in thread From: Greg Kroah-Hartman @ 2013-10-14 20:07 UTC (permalink / raw) To: Felipe Balbi; +Cc: Aaro Koskinen, linux-kernel, linux-usb, b-liu On Mon, Oct 14, 2013 at 02:05:39PM -0500, Felipe Balbi wrote: > Hi, > > On Mon, Oct 14, 2013 at 08:33:56AM -0700, Greg Kroah-Hartman wrote: > > On Sun, Oct 13, 2013 at 12:46:18AM +0300, Aaro Koskinen wrote: > > > Hi, > > > > > > With v3.12-rc4 I can no longer connect to N800 (OMAP2) with USB > > > (peripheral, g_ether). > > > > > > According to git bisect this is caused by: > > > > > > 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 is the first bad commit > > > commit 9b0a1de3c85d99d881c86a29b3d52da7b9c7bd61 > > > Author: Bin Liu <b-liu@ti.com> > > > Date: Tue Sep 17 15:33:35 2013 -0500 > > > > > > usb: musb: gadget: fix otg active status flag > > > > > > In gadget mode, musb->is_active should be set only when connected to the > > > host. musb_g_reset() already takes care of it. > > > > > > Signed-off-by: Bin Liu <b-liu@ti.com> > > > Signed-off-by: Felipe Balbi <balbi@ti.com> > > > > > > Reverting that commit from v3.12-rc4 will fix the issue. Based on the > > > commit log this is not fixing any real issue, so I wonder why was it > > > included in -rc4 in the first place? > > > > Hm, Felipe, should I just revert this patch for 3.12-final? > > Yeah, let's do that... It's unfortunate that tusb6010 is so messed up > :-( Ok, now reverted. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-10-14 20:07 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-10-12 21:46 USB regression in v3.12-rc4 Aaro Koskinen 2013-10-12 23:07 ` Aaro Koskinen 2013-10-14 15:33 ` Greg Kroah-Hartman 2013-10-14 19:05 ` Felipe Balbi 2013-10-14 20:07 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox