mbox

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

Message ID 571E5679.1060804@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut April 25, 2016, 5:40 p.m. UTC
The following changes since commit 65341967ce9ef2656c61dcd3126536e8865c349d:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-04-22
07:25:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3517de6d26de7baeddb2c9e9bf145456c35885e1:

  dfu: ram: fix number base of RAM entity parameters (2016-04-25
17:56:30 +0200)

----------------------------------------------------------------
Mugunthan V N (1):
      drivers: dfu: ram: fix a crash with dfu ram with invalid
dfu_alt_info env

Roger Quadros (5):
      fastboot: Fix wMaxPacketSize for High-Speed IN endpoint
      fastboot: Enable the respective speed endpoints at runtime
      fastboot: Clean up bulk-out logic
      usb: s3c-otg: Fix short packet for request size > ep.maxpacket
      usb: s3c-otg: Fix remaining bytes in debug messages

Stephen Warren (1):
      dfu: ram: fix number base of RAM entity parameters

Ɓukasz Majewski (3):
      tests: py: dfu: Add variables to store dfu alt numbers for test
and dummy files
      tests: py: dfu: Add functionality to set different u-boot's dfu
env variable
      tests: py: dfu: Provide functionality to set test and dummy files
alt settings

 drivers/dfu/dfu_ram.c                      |  21 ++++++++++++-------
 drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c |   6 +++---
 drivers/usb/gadget/f_fastboot.c            | 104
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
 test/py/tests/test_dfu.py                  |  44
++++++++++++++++++++++++++++++++++------
 4 files changed, 119 insertions(+), 56 deletions(-)

Comments

Tom Rini April 26, 2016, 12:15 a.m. UTC | #1
On Mon, Apr 25, 2016 at 07:40:09PM +0200, Marek Vasut wrote:

> The following changes since commit 65341967ce9ef2656c61dcd3126536e8865c349d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-04-22
> 07:25:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 3517de6d26de7baeddb2c9e9bf145456c35885e1:
> 
>   dfu: ram: fix number base of RAM entity parameters (2016-04-25
> 17:56:30 +0200)
> 

Applied to u-boot/master, thanks!