[GIT PULL] usb: chipidea changes for v4.11-rc1

2017-02-03 Thread Peter Chen
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.11-rc1 for you to fetch changes up to

Re: [PATCH 2/8] power: add power sequence library

2017-02-03 Thread Peter Chen
On Fri, Feb 03, 2017 at 10:14:31PM +0100, Rafael J. Wysocki wrote: > On Friday, February 03, 2017 04:16:15 PM Peter Chen wrote: > > On Wed, Feb 01, 2017 at 09:08:17AM +0100, Greg Kroah-Hartman wrote: > > > On Wed, Feb 01, 2017 at 12:10:17AM +0100, Rafael J. Wysocki wrote: > > > > On Tue, Jan 3,

Re: Delivery Status Notification (Failure)

2017-02-03 Thread Brandon Gee
Hi, I'm new to report issues so please ask for more information if needed. I am running multiple cameras on a single USB3.0 port using USB2.0 (using a micro-B connector) and get this backtrace after running a few times. Is there a way to get around or fix this? Here is my system. Linux

Re: v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot

2017-02-03 Thread Pavel Machek
On Fri 2017-02-03 16:59:05, Alan Stern wrote: > On Fri, 3 Feb 2017, Pavel Machek wrote: > > > Hi! > > > > > > > Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer > > > > > boots. v4.6 works ok. Let me try with keyboard unplugged... no, I > > > > > could not get it to work. I

Re: v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot

2017-02-03 Thread Alan Stern
On Fri, 3 Feb 2017, Pavel Machek wrote: > Hi! > > > > > Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer > > > > boots. v4.6 works ok. Let me try with keyboard unplugged... no, I > > > > could not get it to work. I believe v4.9 and some v4.10-rc's worked, > > > > but I'll have

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

2017-02-03 Thread Greg Kroah-Hartman
On Fri, Feb 03, 2017 at 05:12:01PM +0100, Johan Hovold wrote: > The following changes since commit 5d03a2fd2292e71936c4235885c35ccc3c94695b: > > USB: serial: option: add device ID for HP lt2523 (Novatel E371) (2017-01-24 > 12:07:28 +0100) > > are available in the git repository at: > >

Re: [PATCH] r8152: Allocate interrupt buffer as part of struct r8152

2017-02-03 Thread Guenter Roeck
On Tue, Jan 31, 2017 at 02:53:47PM -0500, Alan Stern wrote: > On Tue, 31 Jan 2017, Guenter Roeck wrote: > > > When unloading the r8152 driver using the 'unbind' sysfs attribute > > in a system with KASAN enabled, the following error message is seen > > on a regular basis. > > ... > > > The

Re: [PATCH 2/8] power: add power sequence library

2017-02-03 Thread Rafael J. Wysocki
On Friday, February 03, 2017 04:16:15 PM Peter Chen wrote: > On Wed, Feb 01, 2017 at 09:08:17AM +0100, Greg Kroah-Hartman wrote: > > On Wed, Feb 01, 2017 at 12:10:17AM +0100, Rafael J. Wysocki wrote: > > > On Tue, Jan 3, 2017 at 7:33 AM, Peter Chen wrote: > > > > We have an

Re: v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot

2017-02-03 Thread Pavel Machek
Hi! > > > Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer > > > boots. v4.6 works ok. Let me try with keyboard unplugged... no, I > > > could not get it to work. I believe v4.9 and some v4.10-rc's worked, > > > but I'll have to double check. > > > > But all the kernel

Re: v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot

2017-02-03 Thread Pavel Machek
Hi! > > Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer > > boots. v4.6 works ok. Let me try with keyboard unplugged... no, I > > could not get it to work. I believe v4.9 and some v4.10-rc's worked, > > but I'll have to double check. > > But all the kernel versions worked

[PATCH v2] USB: cp210x: add new IDs for GE Bx50v3 boards

2017-02-03 Thread Ken Lin
Add new USB IDs for cp2104/5 devices on Bx50v3 boards due to the design change Signed-off-by: Ken Lin --- Change in v2: Fix the author (From) address doesn't match the SoB issue mentioned in the discussion thread drivers/usb/serial/cp210x.c | 2 ++ 1 file changed, 2

Re: v4.10-rc6 boot regression on Intel desktop, maybe related to EHCI hadnoff?

2017-02-03 Thread Alan Stern
On Fri, 3 Feb 2017, Pavel Machek wrote: > Hi! > > Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer > boots. v4.6 works ok. Let me try with keyboard unplugged... no, I > could not get it to work. I believe v4.9 and some v4.10-rc's worked, > but I'll have to double check. But

v4.10-rc6 boot regression on Intel desktop, maybe related to EHCI hadnoff?

2017-02-03 Thread Pavel Machek
Hi! Hmm. I moved keyboard between USB ports, and now 4.10-rc6 no longer boots. v4.6 works ok. Let me try with keyboard unplugged... no, I could not get it to work. I believe v4.9 and some v4.10-rc's worked, but I'll have to double check. Machine is small Intel desktop: 00:00.0 Host bridge:

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

2017-02-03 Thread Tony Lindgren
* Pavel Machek [170203 00:00]: > 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.

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

2017-02-03 Thread Johan Hovold
The following changes since commit 5d03a2fd2292e71936c4235885c35ccc3c94695b: USB: serial: option: add device ID for HP lt2523 (Novatel E371) (2017-01-24 12:07:28 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git

Re: [PATCH V2 1/2] dt-bindings: leds: document new led-triggers property

2017-02-03 Thread Pavel Machek
Hi! > Is this possible to mix various entries in a list assigned to single > property? > Let's say: > trigger-sources = > <_port1>, > <_port1>, > < 1 GPIO_ACTIVE_HIGH>; Actually... I'm not sure I like the "multiple sources". It is somehow justified for

[PATCH v2] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver

2017-02-03 Thread Richard Leitner
This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. Furthermore add myself as a maintainer for this driver. The datasheet can be found at

Re: Fwd: snd_usb_toneport stops working on Linux >=4.9 (Line6 POD Studio UX1)

2017-02-03 Thread Vitaly Tonkacheyev
I have built the kernel on this machine before, but never from github. I usually use the tar.gz files or packages from Gentoo Portage. Unfortunately I know how to use git only at basic level (pull, push, commit etc). I have never used bisect feature before and don't know how it works. 2017-02-02

Re: [RFC PATCH] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver

2017-02-03 Thread Greg KH
On Fri, Feb 03, 2017 at 10:44:05AM +0100, Richard Leitner wrote: > Hi Greg, > > On 02/03/2017 10:03 AM, Greg KH wrote: > > On Thu, Feb 02, 2017 at 02:44:29PM +0100, Richard Leitner wrote: > >> This patch adds a driver for configuration of the Microchip USB251xB/xBi > >> USB 2.0 hub controller

Re: [RFC PATCH] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver

2017-02-03 Thread Richard Leitner
Hi Greg, On 02/03/2017 10:03 AM, Greg KH wrote: > On Thu, Feb 02, 2017 at 02:44:29PM +0100, Richard Leitner wrote: >> This patch adds a driver for configuration of the Microchip USB251xB/xBi >> USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus >> configuration interface and

Re: [RFC PATCH] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver

2017-02-03 Thread Greg KH
On Thu, Feb 02, 2017 at 02:44:29PM +0100, Richard Leitner wrote: > This patch adds a driver for configuration of the Microchip USB251xB/xBi > USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus > configuration interface and two to four USB 2.0 downstream ports. > > Furthermore

Re: [PATCH v8 0/3] Support qcom's HSIC USB and rewrite USB2 HS support

2017-02-03 Thread Peter Chen
On Thu, Jan 26, 2017 at 08:54:12PM +0530, Kishon Vijay Abraham I wrote: > > > On Thursday 26 January 2017 04:02 AM, Stephen Boyd wrote: > > This patch series continues the usb chipidea rewrite for > > Qualcommm platforms. I've dropped the patches that were applied > > to Peter's tree for

Re: [PATCH] USB: cp210x: add new IDs for GE Bx50v3 boards

2017-02-03 Thread Johan Hovold
On Fri, Feb 03, 2017 at 09:11:15AM +0800, Ken Lin wrote: > Add new USB IDs for cp2104/5 devices on Bx50v3 boards due to the design change > > Signed-off-by: Ken Lin Thanks for the patch. Looks good except that your author (From) address doesn't match your SoB. Please fix

Re: [PATCH 2/8] power: add power sequence library

2017-02-03 Thread Peter Chen
On Wed, Feb 01, 2017 at 09:08:17AM +0100, Greg Kroah-Hartman wrote: > On Wed, Feb 01, 2017 at 12:10:17AM +0100, Rafael J. Wysocki wrote: > > On Tue, Jan 3, 2017 at 7:33 AM, Peter Chen wrote: > > > We have an well-known problem that the device needs to do some power > > >

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

2017-02-03 Thread Pavel Machek
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.