From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 25 Apr 2016 19:40:09 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <571E5679.1060804@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 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(-)