From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 2 Mar 2015 11:04:37 +0100 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <201503021104.37678.marex@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 PR with USB fixes follows, please apply for current u-boot/master . The following changes since commit 38dac81b3d0e777f301ca98100bfbcab01d616c2: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-02-23 16:18:06 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to c01c418717d718603e746fbc7885f76a5f8f73a5: MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility (2015-03-02 11:02:59 +0100) ---------------------------------------------------------------- Dileep Katta (4): usb: gadget: fastboot: Add fastboot erase fastboot: OUT transaction length must be aligned to wMaxPacketSize fastboot: Correct fastboot_fail and fastboot_okay strings usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget Inha Song (1): odroid: adjust get_dfu_alt_*() functions to new declarations Joonyoung Shim (1): exynos: usb: make dwc3_set_mode to static Michael Scott (1): fastboot: add "fastboot oem" command support Paul Kocialkowski (1): usb: musb-new: omap2430: Reset the MUSB controller early Przemyslaw Marczak (1): dfu: samsung: move call to set_dfu_alt_info() to dfu common code Rob Herring (2): fastboot: add support for "oem format" command fastboot: Add USB cable detect check ?ukasz Majewski (1): MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility MAINTAINERS | 1 + board/samsung/common/board.c | 3 --- board/samsung/common/misc.c | 6 +++--- board/samsung/odroid/odroid.c | 31 +++++++++++++++++-------------- common/cmd_fastboot.c | 6 ++++++ common/fb_mmc.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- doc/README.android-fastboot | 5 ++--- drivers/dfu/dfu.c | 3 +++ drivers/usb/gadget/f_fastboot.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- drivers/usb/host/xhci-exynos5.c | 2 +- drivers/usb/musb-new/omap2430.c | 16 ++++++++++++++++ include/dfu.h | 3 +++ include/fb_mmc.h | 1 + include/samsung/misc.h | 5 ++--- 14 files changed, 191 insertions(+), 34 deletions(-)