From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 31 Dec 2015 10:30:02 +0100 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <201512311030.02528.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 78680314c53a95c0bb25e942662979843b60d7b9: Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-12-27 09:15:57 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to f3643fe7d0dcd8a799fe8882db0903b3477e6338: usb: musb: Fix hub port setting for SPLIT transactions (2015-12-31 10:05:32 +0100) ---------------------------------------------------------------- Stefan Br?ns (4): usb: Alloc buffer for USB descriptor dynamically usb: dwc2: avoid out of bounds access usb: Move determination of TT hub address/port into separate function usb: musb: Fix hub port setting for SPLIT transactions common/usb.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------- drivers/usb/host/dwc2.c | 7 ++++--- drivers/usb/host/ehci-hcd.c | 50 +++++--------------------------------------------- drivers/usb/musb-new/musb_host.c | 10 +++++++--- drivers/usb/musb-new/usb-compat.h | 53 ----------------------------------------------------- include/usb.h | 17 +++++++++++++++-- 6 files changed, 115 insertions(+), 120 deletions(-)