From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 12 Feb 2016 17:29:37 +0100 Subject: [U-Boot] [GIT] Pull request: u-boot-dfu In-Reply-To: <20160212145109.44c55989@amdc2363> References: <20160212120413.33e975aa@amdc2363> <56BDD0C6.8040504@denx.de> <20160212145109.44c55989@amdc2363> Message-ID: <56BE0871.1010403@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 02/12/2016 02:51 PM, Lukasz Majewski wrote: > Hi Marek, > >> On 02/12/2016 12:04 PM, Lukasz Majewski wrote: >>> The following changes since commit >>> 7aeb1465329a997f93d00adee21a13732b8e1006: >>> >>> usb: ehci: Be explicit about the BE IO accessors (2016-02-11 >>> 14:08:37 +0100) >>> >>> are available in the git repository at: >>> >>> git://git.denx.de/u-boot-dfu.git >>> >>> for you to fetch changes up to >>> 3e3d2ff93e966c9ace17a3d2d9abd582626af0f0: >>> >>> dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large >>> files transmission and storage (2016-02-12 12:01:14 +0100) >>> >>> ---------------------------------------------------------------- >>> ?ukasz Majewski (2): >>> dfu: usb: f_dfu: Set deferred call for dfu_flush() function >>> dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle >>> large files transmission and storage >>> >>> cmd/dfu.c | 20 ++++++++++++++++++++ >>> drivers/usb/gadget/f_dfu.c | 11 +++-------- >>> include/configs/odroid_xu3.h | 1 + >>> include/dfu.h | 25 +++++++++++++++++++++++++ >>> 4 files changed, 49 insertions(+), 8 deletions(-) >> >> Merged, thanks. >> >> Are these really _all_ of the DFU patches ? I saw quite a lot of them >> on the list. >> >> > > Some of them you have already merged (the one with Max Packet Size). > > Another patch is the one posted by Heiko to display MTD partitions > larger than 2 GiB. Unfortunately if introduces regression on eMMC and I > don't have enough time to look into it. I hope you're doing fine ? > There is also patch from Michal Simek: > > [PATCH] usb: gadget: f_thor: free the allocated out request buffer > > As fair as I remember you had some comments to it. OK, understood. Thanks for the great summary! :)