mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Hubert Feurstein <h.feurstein@gmail.com>
To: barebox@lists.infradead.org
Subject: Pull request: Atmel MCI Support
Date: Fri, 10 Jun 2011 10:40:31 +0200	[thread overview]
Message-ID: <BANLkTikb0k8c6-80BU4Nju2M1apCis_G1g@mail.gmail.com> (raw)

Hi,

all changes regarding the atmel-mci-support can be pulled from the
following repository.

The following changes since commit 885266ac7220a538be2a48f94e8abbe61bab25b1:

  Merge branch 'master' of git://git.pengutronix.de/git/barebox
(2011-06-10 09:30:36 +0200)

are available in the git repository at:

  git://gitorious.org/hfe-repos/barebox.git atmel-mci-support

Hubert Feurstein (2):
      mci: add Atmel AT91 MCI driver
      at91sam9m10g45ek: add mci0 support

Jean-Christophe PLAGNIOL-VILLARD (1):
      at91sam9263ek: add mci1 support

 arch/arm/boards/at91sam9263ek/init.c        |   16 +
 arch/arm/boards/at91sam9m10g45ek/init.c     |    8 +
 arch/arm/configs/at91sam9263ek_defconfig    |    5 +
 arch/arm/configs/at91sam9m10g45ek_defconfig |    5 +
 arch/arm/mach-at91/at91sam9260_devices.c    |   50 +++
 arch/arm/mach-at91/at91sam9261_devices.c    |   50 +++
 arch/arm/mach-at91/at91sam9263_devices.c    |   78 +++++
 arch/arm/mach-at91/at91sam9g45_devices.c    |   91 +++++
 arch/arm/mach-at91/include/mach/board.h     |   10 +
 drivers/mci/Kconfig                         |    7 +
 drivers/mci/Makefile                        |    1 +
 drivers/mci/at91_mci.h                      |  121 +++++++
 drivers/mci/atmel_mci.c                     |  494 +++++++++++++++++++++++++++
 13 files changed, 936 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mci/at91_mci.h
 create mode 100644 drivers/mci/atmel_mci.c

Best Regards
Hubert

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

                 reply	other threads:[~2011-06-10  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=BANLkTikb0k8c6-80BU4Nju2M1apCis_G1g@mail.gmail.com \
    --to=h.feurstein@gmail.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