From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 24 Feb 2016 19:13:47 +0100 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <56CDF2DB.70402@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 52dd704bf8eda7ca039cdb398ec0b6895c3ef939: Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-02-23 15:35: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 d7d8c00575c8ae766d387c763395470410427b69: implement Fastboot via USB OTG on bcm28155_ap boards (2016-02-24 19:12:33 +0100) ---------------------------------------------------------------- Marek Vasut (4): usb: ehci: Use map_physmem in ehci-generic usb: ehci: Implement V2P mapping usb: ehci: Clear USBMODE_BE on LE MMIO usb: ehci: Be explicit about the BE IO accessors Stephen Warren (1): usb: eth: fix memalign() parameter order Steve Rae (2): fastboot: update error and warning messages implement Fastboot via USB OTG on bcm28155_ap boards ?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/eth/usb_ether.c | 2 +- drivers/usb/gadget/f_dfu.c | 11 +++-------- drivers/usb/gadget/f_fastboot.c | 10 +++++----- drivers/usb/host/ehci-generic.c | 4 +++- drivers/usb/host/ehci-hcd.c | 21 +++++++++++---------- drivers/usb/host/ehci.h | 5 +++-- include/configs/bcm28155_ap.h | 20 -------------------- include/configs/odroid_xu3.h | 1 + include/dfu.h | 25 +++++++++++++++++++++++++ 10 files changed, 72 insertions(+), 47 deletions(-)