Re: EHCI driver breaks at 6 endpoints

2013-07-23 Thread Fabio Estevam
Hi Nate, On Tue, Jul 23, 2013 at 7:34 PM, Stoddard, Nate (GE Healthcare) wrote: > We cannot easily run 3.10.2 on our iMX535; however, we did run similar > testing on an Ubuntu x86 PC running at It should be very simple to add USB support to your hardware and test it on 3.10/3.11-rc2. All you n

Re: EHCI driver breaks at 6 endpoints

2013-07-23 Thread Greg KH
ger.kernel.org > > Subject: Re: EHCI driver breaks at 6 endpoints > > > > On Tue, Jul 23, 2013 at 01:33:25PM +, Stoddard, Nate (GE Healthcare) > > wrote: > > > Hello, > > > > > > We are attempting to create a system that will support 8 ful

RE: EHCI driver breaks at 6 endpoints

2013-07-23 Thread Stoddard, Nate (GE Healthcare)
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Tuesday, July 23, 2013 10:27 AM > To: Stoddard, Nate (GE Healthcare) > Cc: linux-usb@vger.kernel.org > Subject: Re: EHCI driver breaks at 6 endpoints > > On Tue, Jul 23, 2013 at 01

Re: EHCI driver breaks at 6 endpoints

2013-07-23 Thread Fabio Estevam
On Tue, Jul 23, 2013 at 10:33 AM, Stoddard, Nate (GE Healthcare) wrote: > Hello, > > We are attempting to create a system that will support 8 full speed USB > devices each sending a 64-byte transfer every 1ms via interrupt endpoints. > When we connect 5 full speed USB devices our USB host use 2

Re: EHCI driver breaks at 6 endpoints

2013-07-23 Thread Greg KH
On Tue, Jul 23, 2013 at 01:33:25PM +, Stoddard, Nate (GE Healthcare) wrote: > Hello, > > We are attempting to create a system that will support 8 full speed > USB devices each sending a 64-byte transfer every 1ms via interrupt > endpoints. When we connect 5 full speed USB devices our USB host

EHCI driver breaks at 6 endpoints

2013-07-23 Thread Stoddard, Nate (GE Healthcare)
Hello, We are attempting to create a system that will support 8 full speed USB devices each sending a 64-byte transfer every 1ms via interrupt endpoints. When we connect 5 full speed USB devices our USB host use 24% of the CPU, but when we connect a 6th device, the CPU goes to 100%. Has anyon