From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Date: Wed, 11 Feb 2015 17:03:25 +0530 Subject: [U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu In-Reply-To: <201502071432.08985.marex@denx.de> References: <1423212497-11970-1-git-send-email-kishon@ti.com> <201502071432.08985.marex@denx.de> Message-ID: <54DB3E05.7080000@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Saturday 07 February 2015 07:02 PM, Marek Vasut wrote: > On Friday, February 06, 2015 at 09:47:37 AM, Kishon Vijay Abraham I wrote: >> This patch series ports dwc3 gadget driver from linux kernel (3.19-rc1) >> to u-boot. >> >> Changes from RFC: >> *) A patch has been added to copy the driver from linux kernel to u-boot >> and then it's modfied to make it work in u-boot. This will help to >> understand the changes that's been done to make it work in u-boot and will >> also be easier to review. *) Implemented chained TRB support in dwc3 ep0 >> so that we need not increase the size of bounce buffer >> >> Testing: >> *) tested DFU RAM and DFU MMC in dra7xx and am43xx >> >> TODO: >> *) Add Kconfig support >> *) Adapt dwc3 driver to use the driver model. >> *) Make composite driver similar to the one in linux kernel. >> >> Pushed these patches to >> git://git.ti.com/~kishon/ti-u-boot/kishons-ti-u-boot.git dwc3_upstream_v1 > > Hi! > > I'm fine with this series, maybe just replace "folder" with "directory" in > the commit messages ;-) But I can do that myself if you don't mind, no need > to repost. I don't mind :-) Thanks for doing that :-) Cheers Kishon