public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] AT91 Pull Request
Date: Tue, 12 Aug 2008 22:03:04 +0200	[thread overview]
Message-ID: <20080812200304.B5146248BF@gemini.denx.de> (raw)
In-Reply-To: <20080812164552.GG9467@game.jcrosoft.org>

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080812164552.GG9467@game.jcrosoft.org> you wrote:
> Hi Wolfgang
> please pull
> The following changes since commit cd82919e6c8a73b363a26f34b734923844e52d1c:
>   Wolfgang Denk (1):
>         Coding style cleanup, update CHANGELOG, prepare release
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-at91.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       at91: move arch-at91sam9 to arch-at91
> 
>  Makefile                                           |   10 +++++-----
>  cpu/arm926ejs/{at91sam9 => at91}/Makefile          |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/config.mk         |    2 +-
>  cpu/arm926ejs/{at91sam9 => at91}/ether.c           |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S   |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/spi.c             |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/timer.c           |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds        |    0 
>  cpu/arm926ejs/{at91sam9 => at91}/usb.c             |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pio.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pit.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_pmc.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_rstc.h       |    0 
>  .../{arch-at91sam9 => arch-at91}/at91_spi.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91cap9.h        |    0 
>  .../{arch-at91sam9 => arch-at91}/at91cap9_matrix.h |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9260.h     |    0 
>  .../at91sam9260_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9261.h     |    0 
>  .../at91sam9261_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9263.h     |    0 
>  .../at91sam9263_matrix.h                           |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9_smc.h    |    0 
>  .../{arch-at91sam9 => arch-at91}/at91sam9rl.h      |    0 
>  .../at91sam9rl_matrix.h                            |    0 
>  include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h |    0 
>  .../asm-arm/{arch-at91sam9 => arch-at91}/gpio.h    |    0 
>  .../{arch-at91sam9 => arch-at91}/hardware.h        |    0 
>  include/asm-arm/{arch-at91sam9 => arch-at91}/io.h  |    0 
>  .../{arch-at91sam9 => arch-at91}/memory-map.h      |    0 
>  30 files changed, 6 insertions(+), 6 deletions(-)
>  rename cpu/arm926ejs/{at91sam9 => at91}/Makefile (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/config.mk (62%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/ether.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/lowlevel_init.S (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/spi.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/timer.c (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/u-boot.lds (100%)
>  rename cpu/arm926ejs/{at91sam9 => at91}/usb.c (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pio.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pit.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_pmc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_rstc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91_spi.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91cap9_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9260_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9261_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9263_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9_smc.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/at91sam9rl_matrix.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/clk.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/gpio.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/hardware.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/io.h (100%)
>  rename include/asm-arm/{arch-at91sam9 => arch-at91}/memory-map.h (100%)

Done. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Every program has at least one bug and can be shortened by  at  least
one instruction - from which, by induction, one can deduce that every
program can be reduced to one instruction which doesn't work.

  reply	other threads:[~2008-08-12 20:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-12 16:45 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-08-12 20:03 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-17 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-04-24 11:37 ` Wolfgang Denk
2009-04-04 18:50 Jean-Christophe PLAGNIOL-VILLARD
2009-04-04 20:16 ` Wolfgang Denk
2009-03-30 16:38 Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:17 ` Wolfgang Denk
2009-03-29 21:17 Jean-Christophe PLAGNIOL-VILLARD
2009-03-25 21:34 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:28 ` Wolfgang Denk
2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD
2009-03-08 23:34 ` Wolfgang Denk
2009-01-06 20:57 [U-Boot] AT91 Pull request Jean-Christophe PLAGNIOL-VILLARD
2009-01-10 16:33 ` Wolfgang Denk
2009-01-06 20:57 Jean-Christophe PLAGNIOL-VILLARD
2008-12-06 12:13 Jean-Christophe PLAGNIOL-VILLARD
2008-12-09  0:06 ` Wolfgang Denk
2008-12-02 21:04 Jean-Christophe PLAGNIOL-VILLARD
2008-12-04 23:28 ` Wolfgang Denk
2008-11-21  0:43 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-25 10:29 ` Wolfgang Denk
2008-11-06 19:32 Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:11 ` Wolfgang Denk
2008-08-08 22:48 Jean-Christophe PLAGNIOL-VILLARD
2008-08-09 23:05 ` 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=20080812200304.B5146248BF@gemini.denx.de \
    --to=wd@denx.de \
    --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