Re: v4.9 to v4.10 regression: oops when USB cable is plugged in.

2017-01-27 Thread Sebastian Reichel
Hi, On Fri, Jan 27, 2017 at 10:55:12PM +0100, Pavel Machek wrote: > Ok, I can try. But so far even -rc1 is a lot of fun. But... I consider > phone calls core feature of a phone. I'd very much like to get that to > work. Unfortunately, that means real-time audio, and a lot of > fun. Plus, as it is

Re: [PATCH v3 1/3] dt/bindings: da8xx-usb: Add binding for the CPPI 4.1 DMA controller

2017-01-27 Thread Rob Herring
On Tue, Jan 24, 2017 at 10:58:46AM +0100, Alexandre Bailon wrote: > DT binding for the TI DA8xx/OMAP-L1x/AM17xx/AM18xx CPPI 4.1 DMA controller. > > Signed-off-by: Alexandre Bailon > --- > .../devicetree/bindings/usb/da8xx-usb.txt | 39 > ++ >

Re: v4.9 to v4.10 regression: oops when USB cable is plugged in.

2017-01-27 Thread Pavel Machek
Hi! > > > Can I get the copy of the patch? > > > > > > http://www.spinics.net/lists/linux-usb/msg152542.html > > > > > > ...but it is html mangled with no obvious way to unmangle it. > > Bounced it to you. FYI, patchwork.kernel.org should have it too, the > "mbox" option there works the best.

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread Alan Stern
On Fri, 27 Jan 2017, John Youn wrote: ... > >> [ 31.368022] hub 6-0:1.0: hub_resume > >> [ 31.368064] xhci-hcd xhci-hcd.0.auto: get port status, actual > >> port 0 status = 0x400340 > >> [ 31.368071] xhci-hcd xhci-hcd.0.auto: Get port status returned >

Re: [PATCH v2, 6/6] dt-bindings: phy-mt65xx-usb: add support for new version phy

2017-01-27 Thread Rob Herring
On Fri, Jan 20, 2017 at 04:18:41PM +0800, Chunfeng Yun wrote: > add a new compatible string for "mt2712", and move reference clock > into each port node; > > Signed-off-by: Chunfeng Yun > --- > .../devicetree/bindings/phy/phy-mt65xx-usb.txt | 91 >

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread John Youn
On 1/27/2017 6:53 AM, Felipe Balbi wrote: > > Hi, > > Patrice CHOTARD writes: I am working on ARM STi platform, since v4.10-rc1, when booting B2260 or B2120 STi boards platform with nothing plugged on USB3 connector, i observed the

Re: [PATCH v5 1/5] usb: musb: da8xx: Remove CPPI 3.0 quirk and methods

2017-01-27 Thread Bin Liu
On Wed, Jan 25, 2017 at 11:33:15AM +0100, Alexandre Bailon wrote: > DA8xx driver is registering and using the CPPI 3.0 DMA controller but > actually, the DA8xx has a CPPI 4.1 DMA controller. > Remove the CPPI 3.0 quirk and methods. > > Fixes: f8e9f34f80a2 ("usb: musb: Fix up DMA related macros")

Re: Fwd: Regression: Line6 Toneport stops working on 4.10-rc5

2017-01-27 Thread Igor Zinovev
Wow, what an awesome book, thank you! I didn't know that compiling the kernel was so easy and fun! But I ran into a problem, I found one good and one bad point, started bisecting it, ran through a couple of steps and stumbled upon a commit that removes a bunch of stuff. This is the commit:

Re: musb: isoc pkt loss with pwc

2017-01-27 Thread Matwey V. Kornilov
2016-11-01 23:33 GMT+03:00 Bin Liu : > On Sat, Oct 15, 2016 at 10:25:42PM +0300, Matwey V. Kornilov wrote: > > [snip] > >> >>> > Which means without this commit your camera has been working without >> >>> > issues, and this is a regression with this commit, right? >> >>> > >> >>> >>

Re: Fwd: Regression: Line6 Toneport stops working on 4.10-rc5

2017-01-27 Thread Greg KH
On Fri, Jan 27, 2017 at 07:32:03PM +0300, Igor Zinovev wrote: > Wow, what an awesome book, thank you! I didn't know that compiling the > kernel was so easy and fun! > > But I ran into a problem, I found one good and one bad point, started > bisecting it, ran through a couple of steps and stumbled

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Felipe Balbi
Hi, (hmm, I didn't receive your reply in my intel inbox, only gmail. Odd. Replying to myself here, but it should be on your reply, rater). Felipe Balbi writes: >> The previous commit c499ff71ff2a281366c6ec7a904c547d806cbcd1 is fine. > > okay. Then let's try to figure out

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Roger Quadros
On 27/01/17 17:03, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >>> We have system suspend resume working on dra7-evm in v4.10-rc but >>> dwc3 gadget breaks after system suspend resume. >>> >>> Any hints how to fix it? Full backtrace below. >> >>

Re: [GIT PULL] USB-serial fixes for v4.10-rc6

2017-01-27 Thread Greg Kroah-Hartman
On Fri, Jan 27, 2017 at 03:48:39PM +0100, Johan Hovold wrote: > The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: > > Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) > > are available in the git repository at: > >

Re: [PATCH linux-next v2 1/1] usb: gadget: udc: atmel: Update endpoint allocation scheme

2017-01-27 Thread Felipe Balbi
Hi, Cristian Birsan writes: >>> + /* It might be a little bit late to set this */ >> >> Is it too late or not? This comment is frightening... We may need some >> feedback from the USB guys here... >> > > If someone from USB can comment a bit on this

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Felipe Balbi
Hi, Roger Quadros writes: >> We have system suspend resume working on dra7-evm in v4.10-rc but >> dwc3 gadget breaks after system suspend resume. >> >> Any hints how to fix it? Full backtrace below. > > from a quick look. END_TRANSFER is timing out, most

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread Felipe Balbi
Hi, Patrice CHOTARD writes: >>> I am working on ARM STi platform, since v4.10-rc1, when booting >>> B2260 or B2120 STi boards platform >>> with nothing plugged on USB3 connector, i observed the following >>> kernel logs : >>>

Re: [PATCH linux-next v2 1/1] usb: gadget: udc: atmel: Update endpoint allocation scheme

2017-01-27 Thread Nicolas Ferre
Le 27/01/2017 à 14:47, Cristian Birsan a écrit : > I will send a fixup patch with updates based on the comments received from > Nicolas. > > On 01/26/2017 05:02 PM, Nicolas Ferre wrote: >> Le 23/01/2017 à 15:45, cristian.bir...@microchip.com a écrit : >>> From: Cristian Birsan

[GIT PULL] USB-serial fixes for v4.10-rc6

2017-01-27 Thread Johan Hovold
The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.10-rc6 for you to fetch changes up to

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Roger Quadros
On 27/01/17 16:17, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: > >> Felipe, >> >> On 19/01/17 14:16, Roger Quadros wrote: >>> On 19/01/17 13:59, Felipe Balbi wrote: Hi, Roger Quadros writes: > Hi Felipe, > > We have

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread Patrice CHOTARD
On 01/27/2017 01:31 PM, Felipe Balbi wrote: > > Hi, > > Patrice CHOTARD writes: >> I am working on ARM STi platform, since v4.10-rc1, when booting >> B2260 or B2120 STi boards platform >> with nothing plugged on USB3 connector, i observed the

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Felipe Balbi
Hi, Roger Quadros writes: > Felipe, > > On 19/01/17 14:16, Roger Quadros wrote: >> On 19/01/17 13:59, Felipe Balbi wrote: >>> >>> Hi, >>> >>> Roger Quadros writes: Hi Felipe, We have system suspend resume working on dra7-evm in v4.10-rc but

Re: dwc3 gadget breaks on system suspend/resume

2017-01-27 Thread Roger Quadros
Felipe, On 19/01/17 14:16, Roger Quadros wrote: > On 19/01/17 13:59, Felipe Balbi wrote: >> >> Hi, >> >> Roger Quadros writes: >>> Hi Felipe, >>> >>> We have system suspend resume working on dra7-evm in v4.10-rc but >>> dwc3 gadget breaks after system suspend resume. >>> >>> Any

Re: [PATCH linux-next v2 1/1] usb: gadget: udc: atmel: Update endpoint allocation scheme

2017-01-27 Thread Cristian Birsan
I will send a fixup patch with updates based on the comments received from Nicolas. On 01/26/2017 05:02 PM, Nicolas Ferre wrote: > Le 23/01/2017 à 15:45, cristian.bir...@microchip.com a écrit : >> From: Cristian Birsan >> >> Update atmel udc driver with a new

Re: [PATCH linux-next v2 1/1] usb: gadget: udc: atmel: Update endpoint allocation scheme

2017-01-27 Thread Felipe Balbi
Nicolas Ferre writes: > Le 23/01/2017 à 15:45, cristian.bir...@microchip.com a écrit : >> From: Cristian Birsan >> >> Update atmel udc driver with a new enpoint allocation scheme. The data >> sheet requires that all endpoints are

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread Felipe Balbi
Hi, Patrice CHOTARD writes: > I am working on ARM STi platform, since v4.10-rc1, when booting > B2260 or B2120 STi boards platform > with nothing plugged on USB3 connector, i observed the following > kernel logs : > >

Re: XHCI regression on v4.10-rc1

2017-01-27 Thread Patrice CHOTARD
On 01/20/2017 05:00 PM, Mathias Nyman wrote: > On 20.01.2017 16:49, Patrice CHOTARD wrote: >> On 01/13/2017 05:12 PM, Patrice Chotard wrote: >>> On 01/12/2017 06:17 PM, Mathias Nyman wrote: On 09.01.2017 18:42, Mathias Nyman wrote: > On 09.01.2017 16:23, Patrice Chotard wrote: >> On

Re: MIDI keyboard doesn't work when USB 3.0 controller is enabled in BIOS

2017-01-27 Thread Felipe Balbi
Hi, Felipe Ferreri Tonello writes: >>> I have tried kernels 4.8.0 and 4.9.0 from Ubuntu repositories. >>> Probably I don't have latest BIOS. >> >> Try updating it and see if that resolves this issue. >> > > It is very unlikely to be Linux since there was no changes in

Re: MIDI keyboard doesn't work when USB 3.0 controller is enabled in BIOS

2017-01-27 Thread Felipe Ferreri Tonello
Hi Karmo, On 02/01/17 15:57, Greg KH wrote: > On Mon, Jan 02, 2017 at 03:38:40PM +0200, Karmo Rosental wrote: >> I have tried kernels 4.8.0 and 4.9.0 from Ubuntu repositories. >> Probably I don't have latest BIOS. > > Try updating it and see if that resolves this issue. > It is very unlikely

Re: [PATCH 1/1] USB: usb-devices: Interface number can be a string

2017-01-27 Thread Greg KH
On Thu, Jan 26, 2017 at 07:53:22AM +, Grueninger, Tobias wrote: > At least with one new LTE Modem (Gemalto PLS8-E) I found > that the Interface Number can also be a character (a, b, c and d). This leads > to that the printf gives an error and the line is not displayed correctly > > Changing