1. 19 10月, 2011 3 次提交
    • P
      USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI Board · 3687f641
      Peter Stuge 提交于
      Some Stellaris evaluation kits have the JTAG/SWD FTDI chip onboard,
      and some, like EK-LM3S9B90, come with a separate In-Circuit Debugger
      Interface Board. The ICDI board can also be used stand-alone, for
      other boards and chips than the kit it came with. The ICDI has both
      old style 20-pin JTAG connector and new style JTAG/SWD 10-pin 1.27mm
      pitch connector.
      
      Tested with EK-LM3S9B90, where the BD-ICDI board is included.
      Signed-off-by: NPeter Stuge <peter@stuge.se>
      Cc: stable <stable@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3687f641
    • M
      USB: Fix runtime wakeup on OHCI · a8b43c00
      Matthew Garrett 提交于
      At least some OHCI hardware (such as the MCP89) fails to flag any change
      in the host status register or the port status registers when receiving
      a remote wakeup while in D3 state. This results in the controller being
      resumed but no device state change being noticed, at which point the
      controller is put back to sleep again. Since there doesn't seem to be any
      reliable way to identify the state change, just unconditionally resume the
      hub. It'll be put back to sleep in the near future anyway if there are no
      active devices attached to it.
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      Cc: stable <stable@vger.kernel.org>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a8b43c00
    • S
      xHCI/USB: Make xHCI driver have a BOS descriptor. · 48e82361
      Sarah Sharp 提交于
      To add USB 3.0 link power management (LPM), we need to know what the U1
      and U2 exit latencies are for the xHCI host controller.  External USB 3.0
      hubs report these values through the SuperSpeed Capabilities descriptor in
      the BOS descriptor.  Make the USB 3.0 roothub for the xHCI host behave
      like an external hub and return the BOS descriptors.
      
      The U1 and U2 exit latencies will vary across each host controller, so we
      need to dynamically fill those values in by reading the exit latencies out
      of the xHC registers.  Make the roothub code in the USB core handle
      hub_control() returning the length of the data copied.
      Signed-off-by: NSarah Sharp <sarah.a.sharp@linux.intel.com>
      Acked-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      48e82361
  2. 14 10月, 2011 37 次提交