From: Roman Byshko <rbyshko@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support
Date: Tue, 8 Jul 2014 22:21:54 +0200 [thread overview]
Message-ID: <cover.1404849876.git.rbyshko@gmail.com> (raw)
This patch series adds USB Host EHCI support to the sun7i SoC. It was
tested on Cubietruck. Now you could boot from a USB stick or use a
compatible Ethernet dongle to add a second Ethernet port in U-Boot.
ehci-sunxi.c contains some code for poking GPIOs. This code will go
away once some other patches for sunXi SoCs are applied against upstream.
For now this patch series is self-contained and has no dependencies.
Best,
Roman Byshko
Roman Byshko (5):
sunxi: add defines to control USB Host clocks/resets
sunxi: add USB EHCI driver
sunxi: add USB options to configs
sun7i: add USB EHCI configuration
sun7i: cubietruck: enable USB EHCI
arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 4 +
boards.cfg | 2 +-
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ehci-sunxi.c | 236 ++++++++++++++++++++++++++
include/configs/sun7i.h | 8 +
include/configs/sunxi-common.h | 6 +
6 files changed, 256 insertions(+), 1 deletion(-)
create mode 100644 drivers/usb/host/ehci-sunxi.c
--
2.0.0
next reply other threads:[~2014-07-08 20:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-08 20:21 Roman Byshko [this message]
2014-07-08 20:21 ` [U-Boot] [PATCH 1/5] sunxi: add defines to control USB Host clocks/resets Roman Byshko
2014-07-08 20:21 ` [U-Boot] [PATCH 2/5] sunxi: add USB EHCI driver Roman Byshko
2014-07-09 14:54 ` Ian Campbell
2014-07-08 20:21 ` [U-Boot] [PATCH 3/5] sunxi: add USB options to configs Roman Byshko
2014-07-08 20:21 ` [U-Boot] [PATCH 4/5] sun7i: add USB EHCI configuration Roman Byshko
2014-07-08 20:21 ` [U-Boot] [PATCH 5/5] sun7i: cubietruck: enable USB EHCI Roman Byshko
2014-07-12 12:21 ` [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support Ian Campbell
2014-07-15 20:54 ` Roman B.
2014-07-16 6:42 ` Ian Campbell
2014-07-16 6:46 ` Ian Campbell
2014-07-16 9:20 ` Marek Vasut
2014-07-16 13:06 ` Roman B.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1404849876.git.rbyshko@gmail.com \
--to=rbyshko@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox