[U-Boot] [PULL] u-boot-usb/master
Marek Vasut
marex at denx.de
Mon Oct 6 17:29:22 CEST 2014
The following changes since commit b966db0d7259293e2c9c216c7a5dce30dacacfd9:
dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to d1fcbae1173f00917f5a71e4c074a61120605021:
usb: tegra: ULPI regression on tegra20 (2014-10-06 16:12:48 +0200)
----------------------------------------------------------------
Bo Shen (1):
usb: gadget: fastboot: improve download progress bar
Eric Nelson (4):
usb: f_mass_storage: set removable flag in do_inquiry based on LUN
usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
usb: gadget: fastboot: add max-download-size variable
usb: gadget: fastboot: explicitly set radix of maximum download size
Hans de Goede (10):
usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain
usb: ehci: Add missing cache flush to destroy_int_queue
usb: ehci: poll_int_queue check real qtd, not the overlay
usb: ehci: Make periodic_schedules a per controller variable
usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()
usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister
usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling
usb_stop()
usb: kbd: Remove check for already being registered
stdio: Add force parameter to stdio_deregister
usb: kbd: Allow "usb reset" to continue when an usb kbd is used
Heiko Schocher (2):
usb: dfu: add fullspeed support for DFU
arm: am335x: siemens board use in DFU mode fullspeed only
Marcel Ziswiler (1):
usb: tegra: ULPI regression on tegra20
Łukasz Majewski (1):
usb: dfu: thor: gadget: Remove dead code
common/cmd_usb.c | 27 +++++++++++++++------------
common/stdio.c | 13 ++++++++++---
common/usb_kbd.c | 26 +++++++++++---------------
drivers/serial/serial-uclass.c | 2 +-
drivers/usb/gadget/ci_udc.c | 5 +++++
drivers/usb/gadget/f_dfu.c | 11 +++--------
drivers/usb/gadget/f_fastboot.c | 19 ++++++++++++-------
drivers/usb/gadget/f_mass_storage.c | 1 +
drivers/usb/gadget/f_thor.c | 10 ----------
drivers/usb/host/ehci-hcd.c | 65
++++++++++++++++++++++++++++++++++++++++++++---------------------
drivers/usb/host/ehci-tegra.c | 4 ++--
drivers/usb/host/ehci.h | 1 +
include/configs/siemens-am33x-common.h | 2 +-
include/stdio_dev.h | 4 ++--
include/usb.h | 2 +-
15 files changed, 109 insertions(+), 83 deletions(-)
More information about the U-Boot
mailing list