From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 13 Dec 2015 05:41:08 +0100 Subject: [U-Boot] [PATCH 0/6] usb: dwc2: add SPLIT transaction support In-Reply-To: <1449980278-19881-1-git-send-email-stefan.bruens@rwth-aachen.de> References: <1449980278-19881-1-git-send-email-stefan.bruens@rwth-aachen.de> Message-ID: <201512130541.08314.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 On Sunday, December 13, 2015 at 05:17:52 AM, Stefan Br?ns wrote: > First two patches are preparatory work. 3rd and 4th introduce helper > functions. Patch 5 contains the core changes. Patch 6 is cleanup. > > The patch has been tested on RPi 1 B with several full speed and low speed > devices. All devices enumerated successfully, with good output from > "usb info". High speed devices, e.g. the SMSC9514 ethernet and mass storage > devices still work. > > Neither CONFIG_DM_USB nor LS/FS devices directly connected to the root > hub/hc have been tested, although both should be handled by the patches. On SoCFPGA Cyclone V (SoCkit), with CONFIG_DM_USB enabled: Tested-by: Marek Vasut Best regards, Marek Vasut