mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/7] platformsupport for aizo dSS11
Date: Fri, 9 Dec 2011 12:27:52 +0100	[thread overview]
Message-ID: <20111209112752.GA8203@pengutronix.de> (raw)

This v2 patchseries adds platform support for the aizo dss11 based on the
AT91SAM9G20 SoC. It handles smaller issues on some Atmel device drivers, to make
all devices work properly. It also updates the mach-types file.

It has nand, ethernet, usb and sd support:

nand     -> atmel_nand
ethernet -> macb
sd       -> atmel_mci
usb      -> ohci-at91

Michael Grzeschik (7):
  storage/usb.c: fix test_unit_ready
  atmel_mci: check for device id we use to address the right slot
  at91sam9260_devices: properly set slot id
  at91sam9260_devices: add flag to change ETX{2,3} pincfg on
    add_device_eth
  arm: update mach-types
  platform: add support for aizo dSS11
  dss11: add defconfig

 arch/arm/Makefile                        |    1 +
 arch/arm/boards/dss11/Makefile           |    1 +
 arch/arm/boards/dss11/config.h           |    6 +
 arch/arm/boards/dss11/env/config         |   42 +++
 arch/arm/boards/dss11/init.c             |  156 ++++++++++
 arch/arm/configs/dss11_defconfig         |   48 +++
 arch/arm/mach-at91/Kconfig               |    8 +
 arch/arm/mach-at91/at91sam9260_devices.c |   41 ++-
 arch/arm/tools/mach-types                |  473 +++++++++++++++++++++++++++++-
 drivers/mci/atmel_mci.c                  |    2 +
 drivers/usb/storage/usb.c                |    4 +-
 11 files changed, 756 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/boards/dss11/Makefile
 create mode 100644 arch/arm/boards/dss11/config.h
 create mode 100644 arch/arm/boards/dss11/env/config
 create mode 100644 arch/arm/boards/dss11/init.c
 create mode 100644 arch/arm/configs/dss11_defconfig

-- 
1.7.7.3


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

                 reply	other threads:[~2011-12-09 11:28 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=20111209112752.GA8203@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --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