All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD (U-Boot) <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-atmel/master
Date: Tue, 14 Aug 2012 01:13:48 +0200	[thread overview]
Message-ID: <20120814011348.44eda37b@lilith> (raw)
In-Reply-To: <1344378552-3131-1-git-send-email-andreas.devel@googlemail.com>

Hi Andreas,

On Wed,  8 Aug 2012 00:29:12 +0200, Andreas Bie?mann
<andreas.devel@googlemail.com> wrote:

> The following changes since commit
> 8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08:
> 
>   DaVinci DA8xx: fix set_cpu_clk_info() (2012-08-05 22:02:40 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to
> 17cda15fa6fb3ab2433bed951dad5c4ab30d8cbc:
> 
>   at91: Add support for taskit AT91SAM9G20 boards. (2012-08-07
> 23:47:29 +0200)
> 
> ----------------------------------------------------------------
> Andreas Bie?mann (3):
>       doc/git-mailrc: update at91 and avr32
>       MAINTAINERS: fix entry of Ilko Iliev
>       MAINTAINERS: fix Andreas Bie?mann AVR32 entry
> 
> Bo Shen (1):
>       arm : Atmel : add at91sam9x5ek board support
> 
> Markus Hubig (2):
>       Enable the EMAC clock in at91_macb_hw_init().
>       at91: Add support for taskit AT91SAM9G20 boards.
> 
>  MAINTAINERS                                        |   23 +-
>  arch/arm/cpu/arm926ejs/at91/Makefile               |    1 +
>  arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c  |    4 +
>  arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c   |  232
> ++++++++++++++++ arch/arm/cpu/arm926ejs/at91/clock.c
> |   12 +- arch/arm/include/asm/arch-at91/at91sam9_matrix.h   |    2 +
>  arch/arm/include/asm/arch-at91/at91sam9x5.h        |  170
> ++++++++++++ arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h |
> 91 ++++++ arch/arm/include/asm/arch-at91/hardware.h          |    2 +
>  board/atmel/at91sam9x5ek/Makefile                  |   52 ++++
>  board/atmel/at91sam9x5ek/at91sam9x5ek.c            |  293
> ++++++++++++++++++++
> board/atmel/at91sam9x5ek/config.mk                 |    1 +
> board/taskit/stamp9g20/Makefile                    |   53 ++++
> board/taskit/stamp9g20/led.c                       |  138 +++++++++
> board/taskit/stamp9g20/stamp9g20.c                 |  191
> +++++++++++++ boards.cfg                                         |
> 3 + doc/git-mailrc                                     |    5 +-
> drivers/net/macb.c                                 |    4 +-
> include/configs/at91sam9x5ek.h                     |  183
> ++++++++++++ include/configs/stamp9g20.h                        |
> 266 ++++++++++++++++++ 20 files changed, 1713 insertions(+), 13
> deletions(-) create mode 100644
> arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c create mode 100644
> arch/arm/include/asm/arch-at91/at91sam9x5.h create mode 100644
> arch/arm/include/asm/arch-at91/at91sam9x5_matrix.h create mode 100644
> board/atmel/at91sam9x5ek/Makefile create mode 100644
> board/atmel/at91sam9x5ek/at91sam9x5ek.c create mode 100644
> board/atmel/at91sam9x5ek/config.mk create mode 100644
> board/taskit/stamp9g20/Makefile create mode 100644
> board/taskit/stamp9g20/led.c create mode 100644
> board/taskit/stamp9g20/stamp9g20.c create mode 100644
> include/configs/at91sam9x5ek.h create mode 100644
> include/configs/stamp9g20.h
> 

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

Amicalement,
-- 
Albert.

  parent reply	other threads:[~2012-08-13 23:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 22:29 [U-Boot] Please pull u-boot-atmel/master Andreas Bießmann
2012-08-13 23:11 ` Albert ARIBAUD
2012-08-13 23:13 ` Albert ARIBAUD [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-01 14:50 Andreas Bießmann
2012-09-01 15:05 ` Albert ARIBAUD
2012-09-01 16:00 ` Albert ARIBAUD
2012-07-05 10:08 Andreas Bießmann
2012-07-05 11:40 ` Albert ARIBAUD
2012-07-02 22:14 Andreas Bießmann
2012-07-05  8:35 ` Albert ARIBAUD
2012-07-05  9:30   ` Andreas Bießmann
2011-06-20  6:49 Reinhard Meyer
2011-06-20 11:48 ` Albert ARIBAUD
2011-06-20 13:44   ` Wolfgang Denk
2011-06-20 14:06     ` Reinhard Meyer
2011-06-20 16:21     ` Albert ARIBAUD
2011-06-20 19:43       ` Wolfgang Denk
2011-06-20 21:19         ` Albert ARIBAUD
2011-06-20 22:14           ` Wolfgang Denk

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=20120814011348.44eda37b@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 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.