Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609825
| Path | csiph.com!1.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Bin Liu <b-liu@ti.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] usb-musb: keep VBUS on when device is disconnected |
| Date | Mon, 27 Mar 2017 15:20:03 +0200 |
| Message-ID | <tpCIX-cb-35@gated-at.bofh.it> (permalink) |
| References | <tlipr-wL-1@gated-at.bofh.it> <toCBj-5D8-5@gated-at.bofh.it> <toOj7-5Ya-5@gated-at.bofh.it> <tpCpA-8bK-15@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1490620622; bh=FdiyLtLyXZX32gLHMsVLv4GSuVCVPjM7VGTvo1CdzP4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=I7iDNzDqWmlLf01pshHgjRRHZvnnvjIYwTZiz33Of1vlYWrl+nbPPWmazqWjQSQyn 57CjZ1p0Emq6JrK1BsrlJWkj9/5z2zYk3j9rqsC0GdnwVL3/y4IFEVfEGO+0KxP6jX /n8OqzsTZk7t2T7OAoWG2YerT15WmyZc85T32T8g= |
| Mail-Followup-To | Bin Liu <b-liu@ti.com>, Moreno Bartalucci <moreno.bartalucci@tecnorama.it>, Lars Melin <larsm17@gmail.com>, "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>, "linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Alessio Igor Bogani <abogani@kernel.org> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 46 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Lars Melin <larsm17@gmail.com>, "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>, "linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Alessio Igor Bogani <abogani@kernel.org> |
| X-Original-Date | Mon, 27 Mar 2017 08:17:01 -0500 |
| X-Original-Message-ID | <20170327131701.GA12674@uda0271908> |
| X-Original-References | <20170315140801.97230-1-moreno.bartalucci@tecnorama.it> <20170324185836.GC19814@uda0271908> <2d10809f-d482-ffa9-30b7-8785e94ab102@gmail.com> <00882633-3F61-4010-A4D2-D04473282B10@tecnorama.it> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1609825 |
Show key headers only | View raw
On Mon, Mar 27, 2017 at 02:53:27PM +0200, Moreno Bartalucci wrote: > > Il giorno 25 mar 2017, alle ore 08:21, Lars Melin <larsm17@gmail.com> ha scritto: > > > >> > >> The usb device has been disconnected, why it still cares about VBUS > >> power? > > > > Morphing devices (3G dongles, wifi dongles, some printers) boots up in install mode, usually only as a virtual cd-rom containing Windows drivers and software. > > [...] > > why a host only configured port should cut the VBUS supply, it could be always on right? > > > > Yes, that’s exactly the problem I tried to solve with this patch. Yeah, the problem is clear to me now. > I have to add that the problem was not there with kernels up to > 4.8.17, I started to see it with 4.9 and up. > > By git-bisecting kernel sources, it appears this behaviour has been > introduced by this commit: > > 2f3fd2c5bde1f94513c3dc311ae64494085ec371 It seems this patch changes how OTG_STATE_A_WAIT_VRISE and OTG_STATE_A_WAIT_BCON are used. > > I also agree that, in my opinion, a host only port should never remove > the VBUS supply, as it happens on all the PCs (linux+windows+mac) that > I tested until now. True. It is just that the musb driver handles both dual-role and host-only mode. > > I saw this problem on a beaglebone black. Of course I’m available to > do all the tests that you might suggest me to help you better > understand the issue. Thanks for the offer. Please let me look at the problem first, I have a modem to test. It is not clear why the original driver clears VBUS in this place, so I have to ensure your patch is the correct change. Regards, -Bin.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] usb-musb: keep VBUS on when device is disconnected Moreno Bartalucci <moreno.bartalucci@tecnorama.it> - 2017-03-15 15:50 +0100
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Bin Liu <b-liu@ti.com> - 2017-03-24 20:00 +0100
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Lars Melin <larsm17@gmail.com> - 2017-03-25 08:30 +0100
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Moreno Bartalucci <moreno.bartalucci@tecnorama.it> - 2017-03-27 15:00 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Bin Liu <b-liu@ti.com> - 2017-03-27 15:20 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Tony Lindgren <tony@atomide.com> - 2017-03-27 16:50 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Moreno Bartalucci <moreno.bartalucci@tecnorama.it> - 2017-03-27 18:30 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Tony Lindgren <tony@atomide.com> - 2017-03-27 19:20 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Bin Liu <b-liu@ti.com> - 2017-03-27 19:20 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Tony Lindgren <tony@atomide.com> - 2017-03-27 20:00 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Moreno Bartalucci <moreno.bartalucci@tecnorama.it> - 2017-03-28 08:20 +0200
Re: [PATCH] usb-musb: keep VBUS on when device is disconnected Tony Lindgren <tony@atomide.com> - 2017-03-28 17:10 +0200
csiph-web