From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 27 Jul 2014 19:57:02 +0200 Subject: [U-Boot] [PATCH v4 2/5] sunxi: add USB EHCI driver In-Reply-To: <1406482364-16381-1-git-send-email-rbyshko@gmail.com> References: <53D4CE5C.9050308@redhat.com> <1406482364-16381-1-git-send-email-rbyshko@gmail.com> Message-ID: <201407271957.02345.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 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 Best regards, Marek Vasut