From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-sunxi.git/master
Date: Mon, 28 Jul 2014 10:53:05 +0200 [thread overview]
Message-ID: <E1XBgg6-00065j-TC@janus> (raw)
In-Reply-To: <1405710851.26270.12.camel@hastur.hellion.org.uk>
Hi Ian,
On Fri, 18 Jul 2014 20:14:11 +0100, Ian Campbell <ijc@hellion.org.uk>
wrote:
> Hi Albert,
>
> Welcome back!
>
> The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2:
>
> socfpga: Relocate arch common functions away from board (2014-07-05 10:14:46 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sunxi.git master
>
> for you to fetch changes up to 7c48b015100eeff0e1bbb766394f7beca23afb48:
>
> sunxi: use setbits_le32 to enable the DMA clock (2014-07-18 19:42:25 +0100)
>
> ----------------------------------------------------------------
> Chen-Yu Tsai (1):
> sunxi: Add support for using MII phy-s with the GMAC nic
>
> Hans de Goede (12):
> sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple of 4
> sunxi: Fix u-boot-spl.lds to refer to .vectors
> sunxi: Remove mmc DMA support
> sunxi: Implement reset_cpu
> sunxi: Add sun4i support
> sunxi: Add sun5i support
> sunxi: Add emac glue, enable emac on the cubieboard
> sunxi: Add Ian Campbell and Hans de Goede as cubietruck board-maintainers
> mvtwsi: convert to CONFIG_SYS_I2C framework
> sunxi: Add i2c support
> sunxi: Add axp152 pmic support
> sunxi: Fix reset hang on sun5i
>
> Henrik Nordstrom (1):
> sunxi: Add axp209 pmic support
>
> Ian Campbell (4):
> sunxi: Avoid unused variable warning.
> sunxi: add Cubieboard2 support
> sunxi: add gpio driver
> sunxi: use setbits_le32 to enable the DMA clock
>
> Jonathan Liu (1):
> sunxi: use random parts of SID to set ethaddr
>
> Stefan Roese (1):
> net: Rename and cleanup sunxi (Allwinner) emac driver
>
> arch/arm/cpu/armv7/sunxi/Makefile | 4 +
> arch/arm/cpu/armv7/sunxi/board.c | 41 ++++++-
> arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 3 +-
> arch/arm/cpu/armv7/sunxi/cpu_info.c | 15 +++
> arch/arm/cpu/armv7/sunxi/dram.c | 102 ++++++++++++++++-
> arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds | 5 +
> arch/arm/cpu/armv7/sunxi/u-boot-spl.lds | 6 +
> arch/arm/include/asm/arch-kirkwood/config.h | 3 +-
> arch/arm/include/asm/arch-sunxi/gpio.h | 2 +
> arch/arm/include/asm/arch-sunxi/i2c.h | 15 +++
> arch/arm/include/asm/arch-sunxi/timer.h | 5 +
> board/sunxi/Makefile | 4 +
> board/sunxi/board.c | 67 +++++++++++
> board/sunxi/dram_a13_oli_micro.c | 32 ++++++
> board/sunxi/dram_cubieboard.c | 31 ++++++
> board/sunxi/dram_cubieboard2.c | 31 ++++++
> board/sunxi/dram_r7dongle.c | 31 ++++++
> board/sunxi/gmac.c | 11 ++
> boards.cfg | 9 +-
> drivers/gpio/Makefile | 1 +
> drivers/gpio/sunxi_gpio.c | 102 +++++++++++++++++
> drivers/i2c/Makefile | 2 +-
> drivers/i2c/mvtwsi.c | 88 ++++++++-------
> drivers/mmc/sunxi_mmc.c | 141 ++---------------------
> drivers/net/Makefile | 2 +-
> drivers/net/{sunxi_wemac.c => sunxi_emac.c} | 140 +++++++++++------------
> drivers/power/Makefile | 2 +
> drivers/power/axp152.c | 97 ++++++++++++++++
> drivers/power/axp209.c | 167 ++++++++++++++++++++++++++++
> include/axp152.h | 10 ++
> include/axp209.h | 14 +++
> include/configs/edminiv2.h | 3 +-
> include/configs/sun4i.h | 24 ++++
> include/configs/sun5i.h | 24 ++++
> include/configs/sun7i.h | 1 +
> include/configs/sunxi-common.h | 27 ++++-
> include/netdev.h | 2 +-
> tools/mksunxiboot.c | 10 +-
> 38 files changed, 1010 insertions(+), 264 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-sunxi/i2c.h
> create mode 100644 board/sunxi/dram_a13_oli_micro.c
> create mode 100644 board/sunxi/dram_cubieboard.c
> create mode 100644 board/sunxi/dram_cubieboard2.c
> create mode 100644 board/sunxi/dram_r7dongle.c
> create mode 100644 drivers/gpio/sunxi_gpio.c
> rename drivers/net/{sunxi_wemac.c => sunxi_emac.c} (78%)
> create mode 100644 drivers/power/axp152.c
> create mode 100644 drivers/power/axp209.c
> create mode 100644 include/axp152.h
> create mode 100644 include/axp209.h
> create mode 100644 include/configs/sun4i.h
> create mode 100644 include/configs/sun5i.h
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2014-07-28 8:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 19:14 [U-Boot] Please pull u-boot-sunxi.git/master Ian Campbell
2014-07-18 19:45 ` Siarhei Siamashka
2014-07-18 20:05 ` Ian Campbell
2014-07-28 8:53 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-30 8:37 Hans de Goede
2014-07-31 4:30 ` Masahiro Yamada
2014-07-31 7:54 ` Ian Campbell
2014-07-31 8:09 ` Hans de Goede
2014-07-31 8:23 ` Masahiro Yamada
2014-07-31 14:25 ` Hans de Goede
2014-07-31 14:30 Hans de Goede
2014-08-01 1:54 ` Masahiro Yamada
2014-08-09 13:41 ` Albert ARIBAUD
2014-08-09 16:42 ` Albert ARIBAUD
2014-08-12 8:36 Hans de Goede
2014-08-29 17:48 ` Tom Rini
2014-08-28 21:17 Hans de Goede
2014-09-05 13:23 Ian Campbell
2014-09-09 7:58 ` Albert ARIBAUD
2014-09-09 8:27 ` 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=E1XBgg6-00065j-TC@janus \
--to=albert.u.boot@aribaud.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.