From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 2 Jul 2014 15:54:03 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <201407021554.03376.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 The following changes since commit ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-06-24 14:06:22 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to dcb89b5aa0a90f791a594e0177cb144fdccec784: usb: ci_udc: use var name ep/ci_ep consistently (2014-07-02 15:45:38 +0200) ---------------------------------------------------------------- Ilya Ledvich (1): usb: eth: smsc95xx: add LAN9500A device ID Jeroen Hofstee (5): usb: cosmetic: double const usb:composite: clear the whole common buffer usb:g_dnl:f_thor: remove memset before memcpy usb: xhci: (likely) fix bracket in if condition usb: fastboot: fix potential buffer overflow Stephen Warren (11): usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC usb: ci_udc: fix typo in debug message dfu: free entities when parsing fails usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe() usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPs usb: ci_udc: lift ilist size calculations to global scope usb: ci_udc: fix items array size/stride calculation usb: ci_udc: remove controller.items array usb: ci_udc: don't memalign() struct ci_req allocations USB: gadget: atmel: zero out allocated requests usb: ci_udc: use var name ep/ci_ep consistently Yasuhisa Umano (1): usb: r8a66597: Fix initilization size of r8a66597 info structure yasuhisa umano (1): usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB common/cmd_dfu.c | 5 +++-- drivers/usb/eth/asix.c | 2 +- drivers/usb/eth/mcs7830.c | 2 +- drivers/usb/eth/smsc95xx.c | 1 + drivers/usb/gadget/atmel_usba_udc.c | 2 +- drivers/usb/gadget/ci_udc.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- drivers/usb/gadget/ci_udc.h | 1 - drivers/usb/gadget/f_fastboot.c | 11 +++++++---- drivers/usb/gadget/f_mass_storage.c | 4 ++-- drivers/usb/gadget/f_thor.c | 1 - drivers/usb/host/r8a66597-hcd.c | 6 +++--- drivers/usb/host/xhci.c | 4 ++-- 12 files changed, 69 insertions(+), 62 deletions(-)