1. 15 Oct, 2015 1 commit
  2. 14 Oct, 2015 3 commits
  3. 13 Oct, 2015 2 commits
    • Peter Chen's avatar
      usb: misc: usbtest: add bulk queue test · 145f48c5
      Peter Chen authored
      The bulk queue tests are used to show 'best performance' for bulk
      transfer, we are often asked this question by users. The implementation
      is the same with iso test, that is queue request at interrupt completion,
      so we reuse the iso structures, and rename them as common one.
      
      It's result should be very close to IC simulation, in order
      to get that, the device side should also need to prepare enough
      queue.
      
      We have got the 'best performance' (IN: 41MB, OUT: 39MB) at i.mx platform
      (USB2, ARM Cortex A9, stream mode need to enable) with below command:
      
      Host side:
      modprobe usbtest
      ./testusb -a -t 27 -g 64 -s 16384
      ./testusb -a -t 28 -g 64 -s 16384
      Gadget side:
      modprobe g_zero loopdefault=1 qlen=64 buflen=16384
      Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
      Cc: Greg KH <gregkh@linuxfoundation.org>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      145f48c5
    • Mian Yousaf Kaukab's avatar
      usb: dwc2: fix duplicate argument warning · 44e4a60d
      Mian Yousaf Kaukab authored
      Fix a duplicate argument warning reported by 0-DAY kernel test
      infrastructure in the following patch:
      77dbf713 usb: dwc2: host: add disconnect interrupt to host only interrupts
      Acked-by: default avatarJohn Youn <johnyoun@synopsys.com>
      Signed-off-by: default avatarMian Yousaf Kaukab <yousaf.kaukab@intel.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      44e4a60d
  4. 12 Oct, 2015 2 commits
  5. 09 Oct, 2015 9 commits
  6. 02 Oct, 2015 1 commit
  7. 01 Oct, 2015 22 commits