Re: [PATCH] ARM: dts: bcm283x: Fix fifo size for EP 6,7

2017-11-16 Thread Minas Harutyunyan
On 11/17/2017 2:35 AM, Stefan Wahren wrote: > Hi Eric, > >> Stefan Wahren hat am 31. Oktober 2017 um 09:43 >> geschrieben: >> >> >> Hi Eric, >> >>> Eric Anholt hat am 31. Oktober 2017 um 01:40 geschrieben: >>> >>> >>> Stefan Wahren writes: >>> > Stefan Wahren hat am 7. Oktober 2017 um 12:

Re: [PATCH] ARM: dts: bcm283x: Fix fifo size for EP 6,7

2017-11-16 Thread Stefan Wahren
Hi Eric, > Stefan Wahren hat am 31. Oktober 2017 um 09:43 > geschrieben: > > > Hi Eric, > > > Eric Anholt hat am 31. Oktober 2017 um 01:40 geschrieben: > > > > > > Stefan Wahren writes: > > > > >> Stefan Wahren hat am 7. Oktober 2017 um 12:16 > > >> geschrieben: > > >> > > >> > > >>

Re: Seagate External SMR drive USB resets (XHCI transfer error, not timeout)

2017-11-16 Thread Alan Stern
On Wed, 15 Nov 2017, Jérôme Carretero wrote: > I performed an usbmon capture extract, centered around the event > (there was a few hundred MBs written for this to happen): > > Nov 15 22:16:33 Bidule kernel: usb 6-4.3.2.1: reset SuperSpeed USB > device number 8 using xhci_hcd > > I can see tha

Re: [PATCH 0/8] USB: add device-tree support for interfaces

2017-11-16 Thread Rob Herring
On Thu, Nov 16, 2017 at 10:12 AM, Johan Hovold wrote: > On Thu, Nov 16, 2017 at 08:43:21AM -0600, Rob Herring wrote: >> On Thu, Nov 09, 2017 at 06:07:15PM +0100, Johan Hovold wrote: >> > This series adds support for representing USB interfaces in device tree >> > by implementing support for "inter

Re: [PATCH] usb: musb: musb_host: Introduce postponed URB giveback

2017-11-16 Thread Matwey V. Kornilov
2017-11-16 19:32 GMT+03:00 Bin Liu : > Hi, > > On Wed, Nov 15, 2017 at 06:19:08PM +0300, Matwey V. Kornilov wrote: >> The issue is also present in 4.9.60-ti-r75 >> >> 2017-11-04 17:05 GMT+03:00 Matwey V. Kornilov : >> > Hi Bin, >> > >> > I've just checked that the issue is still present in 4.13.10.

Re: [PATCH 2/2] musb: remove unused pipe variable

2017-11-16 Thread Bin Liu
Hi, On Wed, Nov 15, 2017 at 07:20:35PM +, Corentin Labbe wrote: > This patch fix the following build warning: > drivers/usb/musb/musb_host.c:1809:8: warning: variable 'pipe' set but not > used [-Wunused-but-set-variable] > by removing the pipe variable in musb_host_rx() > > Signed-off-by: Co

Re: [PATCH 1/2] musb: remove unused frame variable

2017-11-16 Thread Bin Liu
Hi, On Wed, Nov 15, 2017 at 07:20:34PM +, Corentin Labbe wrote: > This patch fix the following warning > drivers/usb/musb/musb_host.c:223:8: warning: variable 'frame' set but not > used [-Wunused-but-set-variable] > by remove the frame variable in musb_start_urb(). > > Signed-off-by: Corenti

Re: [PATCH] usb: musb: musb_host: Introduce postponed URB giveback

2017-11-16 Thread Bin Liu
Hi, On Wed, Nov 15, 2017 at 06:19:08PM +0300, Matwey V. Kornilov wrote: > The issue is also present in 4.9.60-ti-r75 > > 2017-11-04 17:05 GMT+03:00 Matwey V. Kornilov : > > Hi Bin, > > > > I've just checked that the issue is still present in 4.13.10. I am not aware of any work having been done f

[PATCH v2] typec: tcpm: fusb302: Resolve out of order messaging events

2017-11-16 Thread Adam Thomson
The expectation in the FUSB302 driver is that a TX_SUCCESS event should occur after a message has been sent, but before a GCRCSENT event is raised to indicate successful receipt of a message from the partner. However in some circumstances it is possible to see the hardware raise a GCRCSENT event be

Enabling PIO_ONLY (i.e. Disabling DMA in USB) for arm based ASIC

2017-11-16 Thread dev jad
Hello, Is there a way to disable DMA in Linux Kernel USB subsystem for generic SoC ? I found a way to disable DMA called 'musb' (MUSB_PIO_ONLY), but it is only available for ti / mentor graphics SoC's. I am using linux 3.3 kernel. on arm based ASIC.. I am currently enabling support

Re: [PATCH 0/8] USB: add device-tree support for interfaces

2017-11-16 Thread Johan Hovold
On Thu, Nov 16, 2017 at 08:43:21AM -0600, Rob Herring wrote: > On Thu, Nov 09, 2017 at 06:07:15PM +0100, Johan Hovold wrote: > > This series adds support for representing USB interfaces in device tree > > by implementing support for "interface nodes" and "combined nodes" from > > the OF specificati

[PATCH] typec: tcpm: fusb302: Resolve out of order messaging events

2017-11-16 Thread Adam Thomson
The expectation in the FUSB302 driver is that a TX_SUCCESS event should occur after a message has been sent, but before a GCRCSENT event is raised to indicate successful receipt of a message from the partner. However in some circumstances it is possible to see the hardware raise a GCRCSENT event be

Re: "hub doesn't have any ports" error message on the disabled USB addressable root hub port

2017-11-16 Thread Mathias Nyman
On 15.11.2017 11:46, Thang Q. Nguyen wrote: On Wed, Nov 1, 2017 at 4:17 PM, Thang Q. Nguyen wrote: Hi, On Mon, Oct 23, 2017 at 5:27 PM, Mathias Nyman wrote: On 23.10.2017 12:37, Thang Q. Nguyen wrote: Hi, In our latest ARM64-based CPU, we use the DesignWare USB which is xHCI-compatible. Fo

Re: [PATCH 0/8] USB: add device-tree support for interfaces

2017-11-16 Thread Rob Herring
On Thu, Nov 09, 2017 at 06:07:15PM +0100, Johan Hovold wrote: > This series adds support for representing USB interfaces in device tree > by implementing support for "interface nodes" and "combined nodes" from > the OF specification. > > This is needed to be able to describe non-discoverable prope

Re: [PATCH 4/8] dt-bindings: usb: document hub and host-controller properties

2017-11-16 Thread Rob Herring
On Thu, Nov 16, 2017 at 09:45:40AM +0100, Johan Hovold wrote: > On Wed, Nov 15, 2017 at 09:46:55AM -0600, Rob Herring wrote: > > On Thu, Nov 09, 2017 at 06:07:19PM +0100, Johan Hovold wrote: > > > Hub nodes and host-controller nodes with child nodes must specify values > > > for #address-cells (1)

Re: xhci_hcd HC died; cleaning up with TUSB7340 and µPD720201

2017-11-16 Thread Vignesh R
+linux-pci Hi Chris, On Thursday 16 November 2017 05:20 PM, Quadros, Roger wrote: > +Vignesh > > On 13/09/17 17:26, Chris Welch wrote: >> We are developing a product based on the TI AM5728 EVM.  The product >> utilizes a TUSB7340 PCIe USB host for additional ports.  The TUSB7340 is >> detected

Re: xhci_hcd HC died; cleaning up with TUSB7340 and µPD720201

2017-11-16 Thread Roger Quadros
+Vigesh On 13/09/17 17:26, Chris Welch wrote: > We are developing a product based on the TI AM5728 EVM.  The product utilizes > a TUSB7340 PCIe USB host for additional ports.  The TUSB7340 is detected and > setup properly and works OK with low data rate devices.  However, hot > plugging a Realt

RE: MX25 USB timeout on ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB

2017-11-16 Thread Peter Chen
> > > > All USB registers, including USB transceiver, USB non-core, and USB core. > > I need to have some time to go to the platform again. It will be possible > this weekend. > Have you any idea to restrict the debug apart register dump? > I am afraid I don't have since imx25 is too old, I h

Re: MX25 USB timeout on ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB

2017-11-16 Thread Michael Nazzareno Trimarchi
Hi Peter On Fri, Nov 10, 2017 at 2:07 AM, Peter Chen wrote: > >> >> >> >> Seems that I can not come out from the reset. I have tried all the >> >> kernels and having the same problem. Only the 2.6.x from freescale is >> >> not affected but this is not helping me. >> >> >> >> Do you have any sugge

Re: [PATCH 4/8] dt-bindings: usb: document hub and host-controller properties

2017-11-16 Thread Johan Hovold
On Wed, Nov 15, 2017 at 09:46:55AM -0600, Rob Herring wrote: > On Thu, Nov 09, 2017 at 06:07:19PM +0100, Johan Hovold wrote: > > Hub nodes and host-controller nodes with child nodes must specify values > > for #address-cells (1) and #size-cells (0). > > > > Also make the definition of the related