Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Alexander Stein
On Wednesday 08 February 2017 16:17:45, Mathias Nyman wrote: > On 08.02.2017 15:44, Alexander Stein wrote: > > This patch adds support for USB2 test mode (Test_J, Test_K, > > Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. > > > > USB2 test mode is a required hardware feature for system

Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Alexander Stein
On Wednesday 08 February 2017 16:17:45, Mathias Nyman wrote: > On 08.02.2017 15:44, Alexander Stein wrote: > > This patch adds support for USB2 test mode (Test_J, Test_K, > > Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. > > > > USB2 test mode is a required hardware feature for system

[PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Alexander Stein
This patch adds support for USB2 test mode (Test_J, Test_K, Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. USB2 test mode is a required hardware feature for system integrators validating their hardware according to USB spec, regarding signal strength and stuff. It is purely a hardware test

[PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Alexander Stein
This patch adds support for USB2 test mode (Test_J, Test_K, Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. USB2 test mode is a required hardware feature for system integrators validating their hardware according to USB spec, regarding signal strength and stuff. It is purely a hardware test

Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Mathias Nyman
On 08.02.2017 15:44, Alexander Stein wrote: This patch adds support for USB2 test mode (Test_J, Test_K, Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. USB2 test mode is a required hardware feature for system integrators validating their hardware according to USB spec, regarding signal

Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Mathias Nyman
On 08.02.2017 15:44, Alexander Stein wrote: This patch adds support for USB2 test mode (Test_J, Test_K, Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. USB2 test mode is a required hardware feature for system integrators validating their hardware according to USB spec, regarding signal

Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Greg Kroah-Hartman
On Wed, Feb 08, 2017 at 02:44:44PM +0100, Alexander Stein wrote: > This patch adds support for USB2 test mode (Test_J, Test_K, > Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. > > USB2 test mode is a required hardware feature for system integrators > validating their hardware according to

Re: [PATCH v2 1/1] xhci: add USB2 test mode support

2017-02-08 Thread Greg Kroah-Hartman
On Wed, Feb 08, 2017 at 02:44:44PM +0100, Alexander Stein wrote: > This patch adds support for USB2 test mode (Test_J, Test_K, > Test_SE0_NAK and Test_Packet) per XHCI spec 4.19.6. > > USB2 test mode is a required hardware feature for system integrators > validating their hardware according to