From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 13 May 2016 14:22:32 +0200 Subject: [U-Boot] [PATCH 0/4] am57xx: beagle-x15: get usb host working In-Reply-To: <1463141873-10604-1-git-send-email-rogerq@ti.com> References: <1463141873-10604-1-git-send-email-rogerq@ti.com> Message-ID: <5735C708.3030003@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:17 PM, Roger Quadros wrote: > Hi, 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. CCing Masahiro as he also did some DWC3 work and submitted some patches. > -- > 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