1. 05 12月, 2016 1 次提交
    • C
      fsl/usb: Workarourd for USB erratum-A005697 · 9d4b8270
      Changming Huang 提交于
      The EHCI specification states the following in the SUSP bit description:
      In the Suspend state, the port is sensitive to resume detection.
      Note that the bit status does not change until the port is suspended and
      that there may be a delay in suspending a port if there is a transaction
      currently in progress on the USB.
      
      However, in NXP USBDR controller, the PORTSCx[SUSP] bit changes immediately
      when the application sets it and not when the port is actually suspended.
      
      So the application must wait for at least 10 milliseconds after a port
      indicates that it is suspended, to make sure this port has entered
      suspended state before initiating this port resume using the Force Port
      Resume bit. This bit is for NXP controller, not EHCI compatible.
      Signed-off-by: NChangming Huang <jerry.huang@nxp.com>
      Signed-off-by: NRamneek Mehresh <ramneek.mehresh@nxp.com>
      Acked-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9d4b8270
  2. 30 11月, 2016 7 次提交
  3. 23 11月, 2016 1 次提交
  4. 22 11月, 2016 1 次提交
  5. 14 11月, 2016 23 次提交
  6. 07 11月, 2016 1 次提交
  7. 03 11月, 2016 5 次提交
  8. 30 10月, 2016 1 次提交