public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] please pull u-boot-atmel/master
Date: Wed, 22 May 2013 11:59:27 +0200	[thread overview]
Message-ID: <20130522115927.6fa7da87@lilith> (raw)
In-Reply-To: <1369130366-19960-1-git-send-email-andreas.devel@googlemail.com>

Hi Andreas,

On Tue, 21 May 2013 11:59:26 +0200, Andreas Bie?mann
<andreas.devel@googlemail.com> wrote:

> Dear Albert Aribaud,
> 
> please pull the following changes from u-boot-atmel/master into
> u-boot-arm/master.
> 
> The following changes since commit d0a51373131c4ba565a2391d5ed78b87c406ce98:
> 
>   at91sam9260ek: move board id setup to config header (2013-05-12 16:49:14 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 5ba444f092ae9f68a0bd1f53956be2e69d26cf61:
> 
>   ARM: at91: add NAND partition table and index (2013-05-21 11:54:21 +0200)
> 
> ----------------------------------------------------------------
> Bo Shen (6):
>       ARM: at91: add Atmel sama5d3 SoC new pmc register
>       USB: ohci-at91: support sama5d3x devices
>       ARM: atmel: add sama5d3xek support
>       ARM: at91: fix and update README.at91 document
>       ARM: at91: add at91sam9x5 and sama5d3x information
>       ARM: at91: add NAND partition table and index
> 
>  MAINTAINERS                                  |    1 +
>  arch/arm/cpu/armv7/at91/Makefile             |   52 +++++
>  arch/arm/cpu/armv7/at91/clock.c              |  125 ++++++++++++
>  arch/arm/cpu/armv7/at91/cpu.c                |   90 +++++++++
>  arch/arm/cpu/armv7/at91/reset.c              |   47 +++++
>  arch/arm/cpu/armv7/at91/sama5d3_devices.c    |  196 ++++++++++++++++++
>  arch/arm/cpu/armv7/at91/timer.c              |  139 +++++++++++++
>  arch/arm/include/asm/arch-at91/at91_dbu.h    |    4 +
>  arch/arm/include/asm/arch-at91/at91_pmc.h    |   23 +++
>  arch/arm/include/asm/arch-at91/clk.h         |    1 +
>  arch/arm/include/asm/arch-at91/hardware.h    |    2 +
>  arch/arm/include/asm/arch-at91/sama5d3.h     |  212 ++++++++++++++++++++
>  arch/arm/include/asm/arch-at91/sama5d3_smc.h |   79 ++++++++
>  board/atmel/sama5d3xek/Makefile              |   51 +++++
>  board/atmel/sama5d3xek/sama5d3xek.c          |  275 ++++++++++++++++++++++++++
>  boards.cfg                                   |    3 +
>  doc/README.at91                              |   84 ++++++--
>  drivers/usb/host/ohci-at91.c                 |   14 +-
>  include/configs/sama5d3xek.h                 |  245 +++++++++++++++++++++++
>  19 files changed, 1624 insertions(+), 19 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/at91/Makefile
>  create mode 100644 arch/arm/cpu/armv7/at91/clock.c
>  create mode 100644 arch/arm/cpu/armv7/at91/cpu.c
>  create mode 100644 arch/arm/cpu/armv7/at91/reset.c
>  create mode 100644 arch/arm/cpu/armv7/at91/sama5d3_devices.c
>  create mode 100644 arch/arm/cpu/armv7/at91/timer.c
>  create mode 100644 arch/arm/include/asm/arch-at91/sama5d3.h
>  create mode 100644 arch/arm/include/asm/arch-at91/sama5d3_smc.h
>  create mode 100644 board/atmel/sama5d3xek/Makefile
>  create mode 100644 board/atmel/sama5d3xek/sama5d3xek.c
>  create mode 100644 include/configs/sama5d3xek.h

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

  reply	other threads:[~2013-05-22  9:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-21  9:59 [U-Boot] [PULL] please pull u-boot-atmel/master Andreas Bießmann
2013-05-22  9:59 ` Albert ARIBAUD [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-12 15:01 Andreas Bießmann
2013-05-13  9:25 ` Albert ARIBAUD
2013-04-05 20:22 Andreas Bießmann
2013-04-05 20:53 ` Albert ARIBAUD
2012-12-09 21:54 [U-Boot] [PULL] Please " Andreas Bießmann
2013-01-09 19:03 ` Albert ARIBAUD
2012-11-05 10:19 [U-Boot] [PULL] please " Andreas Bießmann
2012-11-05 13:09 ` Albert ARIBAUD
2012-11-06  9:19   ` Andreas Bießmann
2012-10-23 18:21 Andreas Bießmann
2012-10-26  7:58 ` Albert ARIBAUD
2012-09-04 21:04 [U-Boot] =?true?q?=5BPULL=5D=20Please=20pull=20u-boot-atmel/master?= Andreas Bießmann
2012-09-05  6:45 ` [U-Boot] [PULL] Please pull u-boot-atmel/master Albert ARIBAUD

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=20130522115927.6fa7da87@lilith \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox