mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5] AT91 fix and preparation for at91rm9200 readding and at91sam9261
Date: Mon, 23 Aug 2010 05:30:59 +0200	[thread overview]
Message-ID: <20100823033059.GS8693@game.jcrosoft.org> (raw)

Hi Sascha,

this contain fix up and prepacation for adding at91rm9200 and at91sam9261

please pull

The following changes since commit c52f80cc89e559ade702486d03bb8bfe3113db6c:

  Add missing include (2010-08-22 12:08:10 +0200)

are available in the git repository at:
  git://git.jcrosoft.org/barebox.git at91

Jean-Christophe PLAGNIOL-VILLARD (5):
      mmccpu: fix typo in AT91_MAIN_CLOCK
      dm9000: allow to specify that no srom is present
      at91: rename clocksource.c -> at91sam926x_time.c
      macb: introduce HAS_MACB configuration
      at91: remove non used and obsolete at91rm9200 code

 arch/arm/Kconfig                                   |    5 -
 arch/arm/Makefile                                  |    1 -
 arch/arm/boards/mmccpu/config.h                    |    2 +-
 arch/arm/boards/scb9328/scb9328.c                  |    1 +
 arch/arm/mach-at91/Kconfig                         |    2 +
 arch/arm/mach-at91/Makefile                        |    6 +-
 .../{clocksource.c => at91sam926x_time.c}          |    0
 arch/arm/mach-at91rm9200/Kconfig                   |   16 -
 arch/arm/mach-at91rm9200/include/mach/AT91RM9200.h |  762 --------------------
 arch/arm/mach-at91rm9200/include/mach/hardware.h   |   78 --
 drivers/net/Kconfig                                |    5 +-
 drivers/net/dm9000.c                               |    3 +-
 include/dm9000.h                                   |    1 +
 13 files changed, 14 insertions(+), 868 deletions(-)
 rename arch/arm/mach-at91/{clocksource.c => at91sam926x_time.c} (100%)
 delete mode 100644 arch/arm/mach-at91rm9200/Kconfig
 delete mode 100644 arch/arm/mach-at91rm9200/include/mach/AT91RM9200.h
 delete mode 100644 arch/arm/mach-at91rm9200/include/mach/hardware.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2010-08-23  3:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23  3:30 Jean-Christophe PLAGNIOL-VILLARD [this message]
2010-08-23  3:33 ` [PATCH 1/5] mmccpu: fix typo in AT91_MAIN_CLOCK Jean-Christophe PLAGNIOL-VILLARD
2010-08-23  3:33 ` [PATCH 2/5] dm9000: allow to specify that no srom is present Jean-Christophe PLAGNIOL-VILLARD
2010-08-23  3:33 ` [PATCH 3/5] at91: rename clocksource.c -> at91sam926x_time.c Jean-Christophe PLAGNIOL-VILLARD
2010-08-23  3:33 ` [PATCH 4/5] macb: introduce HAS_MACB configuration Jean-Christophe PLAGNIOL-VILLARD
2010-08-23  3:33 ` [PATCH 5/5] at91: remove non used and obsolete at91rm9200 code Jean-Christophe PLAGNIOL-VILLARD

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=20100823033059.GS8693@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /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