mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 56EF0AD3.9030003@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut March 20, 2016, 8:40 p.m. UTC
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(-)

Comments

Tom Rini March 21, 2016, 1:27 a.m. UTC | #1
On Sun, Mar 20, 2016 at 09:40:51PM +0100, Marek Vasut wrote:

> 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)
> 

Applied to u-boot/master, thanks!