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

Hi, please find a couple of more fixes for this release.
The following changes since commit b9206e61f3d87535ac4f4b0b858e674fd1edfeaf:
Merge git://git.denx.de/u-boot-x86 (2014-12-15 17:13:47 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 0ff7e585df83470139739533bdbf41114f395470:
fastboot: handle flash write to GPT partitions (2014-12-18 12:26:06 +0100)
---------------------------------------------------------------- Bo Shen (1): USB: gadget: atmel_usba_udc: fix transfer hang issue
Przemyslaw Marczak (3): dfu: mmc: check if mmc device exists in mmc_block_op() gadget: f_thor: check pointers before use in download_tail() dfu: dfu_get_buf: check the value of env dfu_bufsiz before use
Rob Herring (2): usb, g_dnl: generalize DFU detach functions fastboot: add support for continue command
Steve Rae (2): disk: part_efi: move code to static functions fastboot: handle flash write to GPT partitions
README | 9 ++++ common/cmd_dfu.c | 6 +-- common/cmd_fastboot.c | 4 ++ common/fb_mmc.c | 26 ++++++++-- disk/part_efi.c | 268 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- drivers/dfu/dfu.c | 24 +++------- drivers/dfu/dfu_mmc.c | 8 +++- drivers/usb/gadget/atmel_usba_udc.c | 1 - drivers/usb/gadget/f_dfu.c | 2 +- drivers/usb/gadget/f_fastboot.c | 14 ++++++ drivers/usb/gadget/f_thor.c | 16 ++++++- drivers/usb/gadget/g_dnl.c | 17 +++++++ include/dfu.h | 3 -- include/g_dnl.h | 4 ++ include/part.h | 20 ++++++++ 15 files changed, 317 insertions(+), 105 deletions(-)

On Thu, Dec 18, 2014 at 12:49:47PM +0100, Marek Vasut wrote:
Hi, please find a couple of more fixes for this release.
The following changes since commit b9206e61f3d87535ac4f4b0b858e674fd1edfeaf:
Merge git://git.denx.de/u-boot-x86 (2014-12-15 17:13:47 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 0ff7e585df83470139739533bdbf41114f395470:
fastboot: handle flash write to GPT partitions (2014-12-18 12:26:06 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini