From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] sunxi: GPIO, AHCI and Cubieboard 2 support.
Date: Sat, 31 May 2014 17:35:45 +0100 [thread overview]
Message-ID: <1401554145.15871.100.camel@hastur.hellion.org.uk> (raw)
The following enables AHCI support for sun7i boards, which in turn
requires GPIO support. It also adds support for the Cubieboard2 board.
This is based on Hans' "sunxi: Bug fixes, sun4i and sun5i support, pmic
support and network improvements" series[0]. (Other than e.g. boards.cfg
and Makefile diff context it only actually depends on "sunxi: Add
support for using MII phy-s with the GMAC nic").
I've also pushed to my gitorious tree.
The following changes since commit b0d49d895cd07ae14e81aa429b570a13ab82bb08:
sunxi: Add support for using MII phy-s with the GMAC nic (2014-05-31 10:26:47 +0200)
are available in the git repository at:
git://gitorious.org/ijc/u-boot.git sunxi-gpio-ahci-and-cubieboard2
for you to fetch changes up to a0fd41759d6ef9313a532c418e518be15ec37fd7:
ahci: provide sunxi SATA driver using AHCI platform framework (2014-05-31 17:23:28 +0100)
----------------------------------------------------------------
Ian Campbell (5):
AHCI: Increase link timeout to 200ms
board_r: run scsi init() on ARM too
sunxi: add Cubieboard2 support
sunxi: add gpio driver
ahci: provide sunxi SATA driver using AHCI platform framework
arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 7 +-
arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 11 ++-
arch/arm/include/asm/arch-sunxi/gpio.h | 2 +
board/sunxi/Makefile | 2 +
board/sunxi/ahci.c | 84 +++++++++++++++++++++
board/sunxi/dram_cubieboard2.c | 31 ++++++++
boards.cfg | 8 +-
common/board_r.c | 6 +-
drivers/block/ahci.c | 18 ++++-
drivers/gpio/Makefile | 1 +
drivers/gpio/sunxi_gpio.c | 102 ++++++++++++++++++++++++++
include/ahci.h | 4 +
include/configs/sunxi-common.h | 16 ++++
13 files changed, 278 insertions(+), 14 deletions(-)
create mode 100644 board/sunxi/ahci.c
create mode 100644 board/sunxi/dram_cubieboard2.c
create mode 100644 drivers/gpio/sunxi_gpio.c
Ian.
[0] https://github.com/jwrdegoede/u-boot-sunxi/tree/sun4i-upstreaming-v1
next reply other threads:[~2014-05-31 16:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-31 16:35 Ian Campbell [this message]
2014-05-31 16:36 ` [U-Boot] [PATCH 1/5] AHCI: Increase link timeout to 200ms Ian Campbell
2014-07-04 14:58 ` Marek Vasut
2014-07-04 15:26 ` Ian Campbell
2014-07-04 15:44 ` Marek Vasut
2014-07-04 16:16 ` Ian Campbell
2014-05-31 16:36 ` [U-Boot] [PATCH 2/5] board_r: run scsi init() on ARM too Ian Campbell
2014-06-03 3:32 ` Simon Glass
2014-07-04 14:59 ` Marek Vasut
2014-07-04 15:25 ` Ian Campbell
2014-07-04 15:44 ` Marek Vasut
2014-05-31 16:36 ` [U-Boot] [PATCH 3/5] sunxi: add Cubieboard2 support Ian Campbell
2014-05-31 16:36 ` [U-Boot] [PATCH 4/5] sunxi: add gpio driver Ian Campbell
2014-05-31 16:36 ` [U-Boot] [PATCH 5/5] ahci: provide sunxi SATA driver using AHCI platform framework Ian Campbell
2014-06-03 19:49 ` Hans de Goede
2014-06-04 8:37 ` Ian Campbell
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=1401554145.15871.100.camel@hastur.hellion.org.uk \
--to=ijc@hellion.org.uk \
--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