From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 7 Jun 2015 15:32:54 +0200 Subject: [U-Boot] [PATCH 0/8] usb:xhci:dwc3: Add dwc3 drv code In-Reply-To: <1432891042-19781-1-git-send-email-ramneek.mehresh@freescale.com> References: <1432891042-19781-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <201506071532.54813.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 Friday, May 29, 2015 at 11:17:14 AM, Ramneek Mehresh wrote: > A lot of dwc3 code has been duplicated in various xhci > drivers. Hence, to minimize this duplication, a new > dwc3 file is written that provides common APIs for > all other drivers. > > First four patches introduce dwc3 file, and necessary > changes are made in other drivers for this new drv. > I would request all platform/driver owners to please help > me in testng these changes on their respective platforms. > > Last four patches are freescale layerscape la1021aqds/ > ls1021atwr platform specific. > > Ramneek Mehresh (4): > drivers:usb:dwc3: Add DWC3 controller driver support Please put space after : , always. > usb:xhci:exynos: Remove common dwc3 drv functions calls > usb:xhci:omap: Remove common dwc3 drv functions calls > usb:xhci:keystone: Remove common dwc3 drv functions calls > > ramneek mehresh (4): It might be a good idea to crosscheck your name with your ID card ... > drivers:usb:fsl: Add XHCI driver support There's no such tag as "drivers:". > arch:arm:fsl: Add XHCI support for LS1021A > include:configs:ls1021atwr: Enable USB IP support > include:configs:ls1021aqds: Enable USB IP support The tag doesn't really describe path or anything, so just boardname is fine in this case. I fixed all those and applied to u-boot-usb/next . Thanks Best regards, Marek Vasut