From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 20 Mar 2016 21:40:51 +0100 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <56EF0AD3.9030003@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273: dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 1b108880e6433e398681785f51b2a2dca983cd1b: usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRESS or USB_REQ_SET_CONFIGURATION. (2016-03-20 18:00:45 +0100) ---------------------------------------------------------------- Stefan Roese (4): usb: legacy_hub_port_reset(): Speedup hub reset handling usb: Remove 200 ms delay in usb_hub_port_connect_change() usb: Don't reset the USB hub a 2nd time usb: Change power-on / scanning timeout handling Ted Chen (1): usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRESS or USB_REQ_SET_CONFIGURATION. common/usb.c | 13 +---- common/usb_hub.c | 329 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- drivers/usb/host/xhci.c | 6 ++- include/usb.h | 4 ++ 4 files changed, 239 insertions(+), 113 deletions(-)