Re: [PATCH v5 00/22] usb: third series of updates for dwc2 driver

2015-05-23 Thread Heiko Stuebner
Hi, Am Mittwoch, 29. April 2015, 22:08:58 schrieb Mian Yousaf Kaukab: Hi, This patchset consists of some bug fixes and feature enhancements for the dwc2 driver. All the patches are verified on dwc2 v3.0a with dedicated fifos. Main focus of testing was with dma enabled. Although basic testing

Re: [PATCH net,stable-4.0] cdc_ncm: Fix tx_bytes statistics

2015-05-23 Thread Florian Bruhin
* David Miller da...@davemloft.net [2015-05-22 14:34:21 -0400]: From: Bjørn Mork bj...@mork.no Date: Fri, 22 May 2015 13:15:22 +0200 The tx_curr_frame_payload field is u32. When we try to calculate a small negative delta based on it, we end up with a positive integer close to 2^32

Re: [Bulk] seagate SRD00f2 expansion 4Tb desktop drive does not work on USB 3.0 Part 3 xhci-debug

2015-05-23 Thread Donald Harter
I submitted a case to tech support at seagate case number: 04853786 On 05/23/2015 09:00 AM, Donald Harter wrote: I am adding some xhci debug information to my previous report since that seems more relevant. At the start of the debug, I had just removed the drive from a usb 2.0 port, and plugged

Re: [Bulk] seagate SRD00f2 expansion 4Tb desktop drive does not work on USB 3.0 Part 2 xhci-debug

2015-05-23 Thread Donald Harter
I am adding some xhci debug information to my previous report since that seems more relevant. At the start of the debug, I had just removed the drive from a usb 2.0 port, and plugged it into a usb 3.0 port. May 23 08:52:05 pc_u kernel: [53875.075976] xhci_hcd :00:14.0: Port Status Change

[PATCH] USB: musb: Fix order of conditions for assigning end point operations

2015-05-23 Thread Ben Hutchings
Currently we always assign one of the two common implementations of ep_offset and ep_select operations, overwriting any platform-specific implementations. Fixes: d026e9c76aac (usb: musb: Change end point selection to use ...) Signed-off-by: Ben Hutchings b...@decadent.org.uk --- This is untested;