mbox

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

Message ID 572D47B7.3040701@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut May 7, 2016, 1:41 a.m. UTC
The following changes since commit bbca7108db79076d3a9a9c112792d7c4608a665c:

  ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
-0700)

are available in the git repository at:

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

for you to fetch changes up to 12ff19dbfd93abdb62b7b326fee3f5bfa659a75e:

  usb: gadget: dfu: discard dead code (2016-05-06 20:06:56 +0200)

----------------------------------------------------------------
Marek Vasut (4):
      usb: Don't init pointer to zero, but NULL
      usb: Wait after sending Set Configuration request
      usb: Assure Get Descriptor request is in separate microframe
      usb: hub: Don't continue on get_port_status failure

Peng Fan (2):
      dfu: avoid memory leak
      usb: gadget: dfu: discard dead code

Stefan Agner (1):
      usb: ehci-mx6: allow board_ehci_hcd_init to fail

Stefan Roese (1):
      usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA

 common/usb.c                | 18 +++++++++++++++++-
 common/usb_hub.c            |  1 +
 drivers/dfu/dfu.c           |  4 +++-
 drivers/usb/gadget/f_dfu.c  | 10 +---------
 drivers/usb/host/dwc2.c     |  9 +++++++++
 drivers/usb/host/ehci-mx6.c |  7 +++++--
 6 files changed, 36 insertions(+), 13 deletions(-)

Comments

Tom Rini May 11, 2016, 4:23 p.m. UTC | #1
On Sat, May 07, 2016 at 03:41:11AM +0200, Marek Vasut wrote:

> The following changes since commit bbca7108db79076d3a9a9c112792d7c4608a665c:
> 
>   ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
> -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 12ff19dbfd93abdb62b7b326fee3f5bfa659a75e:
> 
>   usb: gadget: dfu: discard dead code (2016-05-06 20:06:56 +0200)
> 

As of a few days ago, applied to u-boot/master, thanks!