From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 5 Mar 2012 19:06:41 +0100 Subject: [U-Boot] [PATCH 0/4] USB: Add support for designware UDC In-Reply-To: References: <1329393818-24552-1-git-send-email-amit.virdi@st.com> Message-ID: <201203051906.41441.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 Dear Amit Virdi, > Hello Remy, > > On Thu, Feb 16, 2012 at 5:33 PM, Amit Virdi wrote: > > Support for designware USB device controller (UDC) exists in the u-boot > > for SPEAr platform. This patchset makes the driver more generic so that > > it can be used across multiple platforms. > > > > Shiraz Hashim (1): > > USB:gadget:designware Fix memory nonalignment issue > > > > Vipin KUMAR (3): > > USB:gadget:designware USB device controller (UDC) implementation > > USB:gadget:designware Device controller bugfixes > > USB:gadget:designware Support high speed > > > > drivers/serial/usbtty.h | 4 +- > > drivers/usb/gadget/Makefile | 2 +- > > drivers/usb/gadget/{spr_udc.c => designware_udc.c} | 138 > > ++++++++++++-------- include/configs/spear-common.h > > | 4 +- > > include/usb/{spr_udc.h => designware_udc.h} | 9 +- > > 5 files changed, 98 insertions(+), 59 deletions(-) > > rename drivers/usb/gadget/{spr_udc.c => designware_udc.c} (89%) > > rename include/usb/{spr_udc.h => designware_udc.h} (97%) > > > > -- > > 1.7.2.2 > > Any comment on this patchset? > > Thanks > Amit Virdi I took over after Remy, let's sort this out. Best regards, Marek Vasut