Re: [PATCH v8 3/8] usb: chipidea: add otg id switch and vbus connect/disconnect detect

2013-02-16 Thread Peter Chen
On Thu, Feb 14, 2013 at 02:37:42PM +0200, Alexander Shishkin wrote: > Peter Chen writes: > > > @@ -130,6 +130,7 @@ struct hw_bank { > > * @transceiver: pointer to USB PHY, if any > > * @hcd: pointer to usb_hcd for ehci host driver > > * @otg: for otg support > > + * @events: events for otg,

Re: [PATCH v8 8/8] usb: chipidea: udc: fix the oops when plugs in usb cable after rmmod gadget

2013-02-16 Thread Peter Chen
On Wed, Feb 13, 2013 at 10:41:28AM +0200, Felipe Balbi wrote: > Hi, > > > > > Signed-off-by: Peter Chen > > > > diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c > > index b57b735..8319d7e 100644 > > --- a/drivers/usb/chipidea/udc.c > > +++ b/drivers/usb/chipidea/udc.c > > @@

Re: [PATCH v2] xhci - correct comp_mode_recovery_timer on return from hibernate

2013-02-16 Thread Tony Camuso
Sergei, Thank you for your response. On 02/16/2013 11:32 AM, Sergei Shtylyov wrote: Commit 71c731a Please also specify that commit's summary in parens (or however you like). Yes, I will re-submit with an excerpt of the summary. It's rather long, so I will just take the first paragraph,

[PATCH] USB: update host controller Kconfig entries

2013-02-16 Thread Arnd Bergmann
On Saturday 16 February 2013, Ezequiel Garcia wrote: > > s/Morvell/Marvell > > Just this tiny nitpick. Thanks for pointing this out! Tony Prisk had another comment about the VT8500 patch, so I figured it would be good to update both here, and I found a few more outdated changeset comments about

Re: xhci module fails when booting in UEFI mode

2013-02-16 Thread David Härdeman
On Thu, Jan 10, 2013 at 11:15:56AM +, Frederik Himpe wrote: >I've got a HP EliteBook 8470p on which I installed Debian Wheezy in UEFI >mode. With both the 3.2 kernel from Wheezy, as the 3.7.1 kernel from >experimental, xhci fails to initialize and my USB mouse connected to one >of these port

Re: [PATCH v2] xhci - correct comp_mode_recovery_timer on return from hibernate

2013-02-16 Thread Sergei Shtylyov
Hello. On 13-02-2013 20:22, Tony Camuso wrote: First version was created from RHEL. This one is created from 3.8 rc7 Commit 71c731a Please also specify that commit's summary in parens (or however you like). was a workaround for systems using the SN65LVPE502CP, controller, but it introd

Re: [usb-storage + sd] Driver fails to read e-reader av (autovision) 606

2013-02-16 Thread Ronald
> Did you also try to mount the /dev/sdc device directly? It might be > an unpartitioned device with a FAT filesystem (Android phones which > support USB storage mode look like this from the USB host side). The > first sector of such filesystems in most cases contains the bootloader > code at the

Re: [usb-storage + sd] Driver fails to read e-reader av (autovision) 606

2013-02-16 Thread Sergey Vlasov
On Sat, Feb 16, 2013 at 10:07:55AM +0100, Ronald wrote: > > 3) The device should appear as /dev/sdb according to the logs > > It did, once. There were no partitions. Manual does not mention an > initial format and I don't want to brick it. It did come up with > another device /dev/sdc. The size re

Re: [usb-storage + sd] Driver fails to read e-reader av (autovision) 606

2013-02-16 Thread Ronald
>> Ronald -- >> >> A quick review on the verbose log shows a few interesting things: >> >> 1) The device claims to use the USB Mass Storage Class, so it should >> work with usb-storage. > > My thoughts exactly. However, I did see some 'lsusb -v' outputs on the > libmtp mailing list that also carry

Re: [PATCH 2/2] USB: EHCI: make ehci-orion a separate driver

2013-02-16 Thread Ezequiel Garcia
Hi Arnd, On Fri, Feb 15, 2013 at 11:12:29PM +0100, Arnd Bergmann wrote: > From: Manjunath Goudar > > With the multiplatform changes in arm-soc tree, it becomes > possible to enable the mvebu platform (which uses > ehci-orion) at the same time as other platforms that require > a conflicting EHCI

Re: io_edgeport problem - Digi Edgeport/4r with 3.2.0 linux

2013-02-16 Thread Doug Minett
Before I tried what you suggested below, I had a look at file structure in /sys. The tree looks like this: /sys/bus/usb-serial/drivers/ with subdirectories there as follows: edgeport_2/ edgeport_4/ edgeport_8/ epic/ generic/ There is no sign of io_edgeport/ (which would be required in your sug

Re: [PATCH v4 00/11] usb: dwc3: PM support patchset

2013-02-16 Thread Vivek Gautam
On Tue, Feb 12, 2013 at 2:16 PM, Felipe Balbi wrote: > Hi folks, > > this patchset implements the bare minimum PM > support for dwc3. We're not even playing with > the PHYs yet. > > Please give this a good round of test as PM > always tends to break things apart. > > I haven't thoroughly tested th

Re: [usb-storage + sd] Driver fails to read e-reader av (autovision) 606

2013-02-16 Thread Ronald
> Ronald -- > > A quick review on the verbose log shows a few interesting things: > > 1) The device claims to use the USB Mass Storage Class, so it should > work with usb-storage. My thoughts exactly. However, I did see some 'lsusb -v' outputs on the libmtp mailing list that also carry these value

Re: [PATCH 2/2] USB: EHCI: make ehci-orion a separate driver

2013-02-16 Thread Andrew Lunn
On Fri, Feb 15, 2013 at 11:12:29PM +0100, Arnd Bergmann wrote: > From: Manjunath Goudar > > With the multiplatform changes in arm-soc tree, it becomes > possible to enable the mvebu platform (which uses > ehci-orion) at the same time as other platforms that require > a conflicting EHCI bus glue.