
The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784:
mtd: nand: add new enum for storing ECC algorithm (2018-07-23 14:33:21 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 67f1c59f40fde73cb2cbb51ebf0a05156ec403b7:
usb: dwc3: convert to livetree (2018-07-25 00:13:44 +0200)
---------------------------------------------------------------- Alberto Panizzo (7): usb: rockchip: fix command failed on host side due to missing data usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command usb: rockchip: implement K_FW_LBA_READ_10 command usb: rockchip: implement K_FW_LBA_ERASE_10 command usb: rockchip: be quiet on serial port while transferring data usb: rockchip: fix printing csw debug info usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes
Sam Protsenko (3): dfu: Fix data abort in dfu_free_entities() dfu: Fix memory leak in dfu_init_env_entities() dfu: Provide more verbose error message
Seung-Woo Kim (1): gadget: f_thor: fix hang-up with ctrl-c
Vipul Kumar (1): usb: dwc3: convert to livetree
arch/arm/include/asm/arch-rockchip/f_rockusb.h | 4 +++ doc/README.rockusb | 11 ++++-- drivers/dfu/dfu.c | 10 +++--- drivers/usb/common/common.c | 11 +++--- drivers/usb/dwc3/dwc3-generic.c | 17 ++++------ drivers/usb/gadget/f_rockusb.c | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- drivers/usb/gadget/f_thor.c | 4 +-- drivers/usb/host/xhci-dwc3.c | 3 +- drivers/usb/host/xhci-zynqmp.c | 3 +- include/linux/usb/otg.h | 6 ++-- 10 files changed, 276 insertions(+), 54 deletions(-)