From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 25 Apr 2016 17:57:18 +0200 Subject: [U-Boot] [GIT] Pull request: u-boot-dfu In-Reply-To: <20160425174012.4296d42a@amdc2363> References: <20160425174012.4296d42a@amdc2363> Message-ID: <571E3E5E.3050307@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 On 04/25/2016 05:40 PM, Lukasz Majewski wrote: > Hi Marek, > > Please find DFU related code to be pulled to u-boot-usb branch. > > The following changes since commit e6c0bc0643e5a4387fecbcf83080d0b796eb067c: > > usb: gadget Move: CONFIG_G_DNL_* to Kconfig (2016-04-20 11:43:28 +0200) > > are available in the git repository at: > > u-boot-dfu/master > > for you to fetch changes up to 6cb2ff6bd0f0876a352c3020098b5ef71086403c: > > dfu: ram: fix number base of RAM entity parameters (2016-04-25 17:20:19 +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 (4): > usb: mass storage: Initialize ret variable to zero I dropped this patch in favor of: commit a238b0dacffd305f78fc23b2151521cce2384311 Author: Tom Rini Date: Wed Apr 20 10:59:32 2016 -0400 cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly > 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 > > cmd/usb_mass_storage.c | 2 +- > 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 ++++++++++++++++++++++++++++++++++++++------ > 5 files changed, 120 insertions(+), 57 deletions(-) > > Applied, thanks! -- Best regards, Marek Vasut