Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-07-01 Thread Tim Sander
Hi Am Samstag, 29. Juni 2013, 15:39:52 schrieb Alan Stern: > On Fri, 28 Jun 2013, Jack Pham wrote: > > Sorry to jump into this conversation just now but I saw this thread and > > noticed the link to ehset.c. This file was authored by us at Qualcomm, > > and had been added to the out-of-tree MSM po

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-29 Thread Alan Stern
On Fri, 28 Jun 2013, Jack Pham wrote: > Sorry to jump into this conversation just now but I saw this thread and > noticed the link to ehset.c. This file was authored by us at Qualcomm, > and had been added to the out-of-tree MSM port of the kernel here: > https://www.codeaurora.org/cgit/quic/la/ke

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-28 Thread Jack Pham
Hi Alan and Tim, On Fri, Jun 28, 2013 at 10:58:56AM -0400, Alan Stern wrote: > On Fri, 28 Jun 2013, Tim Sander wrote: > > But i am talking about this driver over here: > > http://code.google.com/p/bricked/source/browse/drivers/usb/misc/ehset.c > > > > There is a special usb debug device which ca

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-28 Thread Alan Stern
On Fri, 28 Jun 2013, Tim Sander wrote: > Alan userspace driver is a good replacement for the debugfs approach > (If working that is, what i am expecting at this point.). So my patch is not > needed no discussion about that. This tool covers then: > http://www.usb.org/developers/compliance/USB-IF_

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-28 Thread Tim Sander
Hi Greg > > > > As for the referenced driver: > > > > http://code.google.com/p/bricked/source/browse/drivers/usb/misc/ehset. > > > > c > > > > This is functionality which is not available within the kernel in a > > > > way > > > > that an external test device plugged triggers some test which in s

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-27 Thread Greg KH
On Thu, Jun 27, 2013 at 11:56:13PM +0200, Tim Sander wrote: > Hi Alan > > > > > I have just written a ehci testing driver which enables the testing > > > > > modes used for hw testing via a file in debugfs. This patch is for > > > > > 3.4.47 not any usb branch. But if this driver is ready for main

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-27 Thread Tim Sander
Hi Alan > > > > I have just written a ehci testing driver which enables the testing > > > > modes used for hw testing via a file in debugfs. This patch is for > > > > 3.4.47 not any usb branch. But if this driver is ready for mainline > > > > i will be happy to port it to whatever branch you wish.

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-27 Thread Alan Stern
On Thu, 27 Jun 2013, Tim Sander wrote: > Hi Alan > > > I have just written a ehci testing driver which enables the testing modes > > > used for hw testing via a file in debugfs. This patch is for 3.4.47 not > > > any usb branch. But if this driver is ready for mainline i will be happy > > > to po

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-27 Thread Tim Sander
Hi Alan > > I have just written a ehci testing driver which enables the testing modes > > used for hw testing via a file in debugfs. This patch is for 3.4.47 not > > any usb branch. But if this driver is ready for mainline i will be happy > > to port it to whatever branch you wish. > > It's not c

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-26 Thread Alan Stern
On Wed, 26 Jun 2013, Tim Sander wrote: > Hi > > I have just written a ehci testing driver which enables the testing modes used > for hw testing via a file in debugfs. This patch is for 3.4.47 not any usb > branch. But if this driver is ready for mainline i will be happy to port it to > whatever

Re: [RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-26 Thread Greg KH
On Wed, Jun 26, 2013 at 09:32:47AM +0200, Tim Sander wrote: > Hi > > I have just written a ehci testing driver which enables the testing modes used > for hw testing via a file in debugfs. This patch is for 3.4.47 not any usb > branch. But if this driver is ready for mainline i will be happy to po

[RFC] [PATCH] Debugfs support for EHCI testing modes

2013-06-26 Thread Tim Sander
Hi I have just written a ehci testing driver which enables the testing modes used for hw testing via a file in debugfs. This patch is for 3.4.47 not any usb branch. But if this driver is ready for mainline i will be happy to port it to whatever branch you wish. The only problem with the patch is