From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 27 Jul 2014 22:14:55 +0200 Subject: [U-Boot] [PATCH v4 2/5] sunxi: add USB EHCI driver In-Reply-To: <201407271957.02345.marex@denx.de> References: <53D4CE5C.9050308@redhat.com> <1406482364-16381-1-git-send-email-rbyshko@gmail.com> <201407271957.02345.marex@denx.de> Message-ID: <53D55DBF.7060902@redhat.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 07/27/2014 07:57 PM, Marek Vasut wrote: > On Sunday, July 27, 2014 at 07:32:44 PM, Roman Byshko wrote: >> The Allwinner aka sunxi SoCs have one or more USB host controllers. >> This adds a driver for their EHCI. >> >> Signed-off-by: Roman Byshko >> --- >> drivers/usb/host/Makefile | 1 + >> drivers/usb/host/ehci-sunxi.c | 201 >> ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 >> insertions(+) >> create mode 100644 drivers/usb/host/ehci-sunxi.c > > Acked-by: Marek Vasut Roman, Marek, Thanks this patch-set is now queued up in the u-boot-sunxi custodian git repo next branch and will be part of the next pull-req send to Albert. Regards, Hans