UAS problem

2015-06-06 Thread James
I am having trouble with my USB3 drive, it drops the connection. I found this in dmesg: [59375.478410] usb 3-1: USB controller :02:00.0 does not support streams, which are required by the UAS driver. I use kernel-4.0.4 [58247.659416] usb-storage 3-1:1.0: USB Mass Storage device detected [5

[GIT PULL] USB driver fixes for 4.1-rc7

2015-06-06 Thread Greg KH
The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118: Linux 4.1-rc4 (2015-05-18 10:13:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.1-rc7 for you to fetch changes up to 9d082030692ab37c7d5c1f

Re: [PATCH 2/3] usb: chipidea: usbmisc_imx: delete clock information

2015-06-06 Thread Maciej S. Szmigiero
W dniu 06.06.2015 01:20, Fabio Estevam pisze: > On Fri, Jun 5, 2015 at 2:58 PM, Maciej S. Szmigiero > wrote: > >> That was a good lead, I've looked at imx6qdl-udoo.dtsi definition of usbh1 >> USB host >> device and it overrides clock property from imx6qdl.dtsi (USBOH3) with a >> clock that is >

[PATCH 1/2] USB: ssb: fix error handling in ssb_hcd_create_pdev()

2015-06-06 Thread Hauke Mehrtens
This patch makes bcma_hcd_create_pdev() not return NULL, but a prober error code in case of an error. Signed-off-by: Hauke Mehrtens --- drivers/usb/host/ssb-hcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ssb-hcd.c b/drivers/usb/host/ssb-hcd.c index

[PATCH 2/2] USB: ssb: use devm_kzalloc

2015-06-06 Thread Hauke Mehrtens
Instead of manually handling the frees use devm. There was also a free missing in the unregister call which is not needed with devm. Signed-off-by: Hauke Mehrtens --- drivers/usb/host/ssb-hcd.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/usb/host/ssb-h

Re: SuperSpeed usb-storage, yet runs at 5Mbyte/sec

2015-06-06 Thread Alan Stern
On Sat, 6 Jun 2015, Mark Hills wrote: > >> The most striking thing is that the affected system consistently uses > >~4KB > >> URBs ("Len: 1"?) for writes. > >> > >> Whereas all the other requests seem to be a majority ~60KB URBs and > >"Len: > >> 30" > > > >What did you use for this monitoring?

Re: SuperSpeed usb-storage, yet runs at 5Mbyte/sec

2015-06-06 Thread Mark Hills
On 5 June 2015 21:09:08 BST, Alan Stern wrote: >On Fri, 5 Jun 2015, Mark Hills wrote: > >> On Fri, 5 Jun 2015, Alan Stern wrote: >> >> > On Fri, 5 Jun 2015, Mark Hills wrote: >> > >> > > I have a new USB 3.0 hard drive which appears to be throttled at >> > > approx 5Mbyte/sec. >> > > >> > > Is

Re: [ehci-orion] ETIMEOUT with ehci_setup()'s ehci_halt()

2015-06-06 Thread Sebastian Hesselbarth
On 05.06.2015 17:19, Andrew Lunn wrote: On Fri, Jun 05, 2015 at 04:34:54PM +0200, Valentin Longchamp wrote: I am currently bringing up the USB 2.0 Host controller of the Bobcat's (98DX4122 Marvell switch) internal kirkwood CPU on a variation of Keymile's km_kirwood hardware (kirkwood-km_kirkwood

Re: [PATCH 2/2] usb: gadget: f_mass_storage: defer storage thread wakeup

2015-06-06 Thread Michal Nazarewicz
On Fri, Jun 05 2015, Sanjay Singh Rawat wrote: > As the bind configuration is not complete during thread > creation, defering the thread wake to end of bind. > > Signed-off-by: Sanjay Singh Rawat > --- > drivers/usb/gadget/function/f_mass_storage.c | 5 +++-- > 1 file changed, 3 insertions(+), 2

Re: [PATCH] usb: gadget: nokia: Add mass storage driver to g_nokia

2015-06-06 Thread Pali Rohár
On Friday 05 June 2015 22:17:09 Felipe Balbi wrote: > Hi, > > On Fri, Jun 05, 2015 at 10:09:03PM +0200, Pali Rohár wrote: > > On Friday 29 May 2015 18:57:06 Felipe Balbi wrote: > > > All right, I tried merging it and it added build breaks to the > > > tree. I'll wait for another version for v4.3 m