From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 13 May 2016 14:47:40 +0200 Subject: [U-Boot] [PATCH 0/4] am57xx: beagle-x15: get usb host working In-Reply-To: <5735CAEC.8040409@ti.com> References: <1463141873-10604-1-git-send-email-rogerq@ti.com> <5735CAEC.8040409@ti.com> Message-ID: <5735CCEC.1090007@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 05/13/2016 02:39 PM, Roger Quadros wrote: > On 13/05/16 15:17, Roger Quadros wrote: >> Hi, >> >> This series fixes dwc3 usb config issues and am57xx-evm USB configuration >> to get USB host ports working properly on am57xx-evm and beagle-x15. > > Small update. Super-Speed devices are still not working, but that is a different issue > which seems to have been existed since long ago. I will debug this issue in the coming days. Cool. You have a whole MW for that ;-) > cheers, > -roger > >> >> Roger Quadros (4): >> usb: dwc3: fix kconfig >> board: ti: am57xx: Fix USB configuration >> usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled >> usb: gadget: udc: Build on USB_GADGET >> >> drivers/usb/dwc3/Kconfig | 9 +++++---- >> drivers/usb/dwc3/Makefile | 2 +- >> drivers/usb/gadget/udc/Makefile | 2 +- >> include/configs/am57xx_evm.h | 3 +++ >> 4 files changed, 10 insertions(+), 6 deletions(-) >> -- Best regards, Marek Vasut