From: derkling@gmail.com (Patrick Bellasi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Add support for Daricom C3-Ax03 board
Date: Mon, 30 Nov 2009 10:48:03 +0100 [thread overview]
Message-ID: <1259574486-13391-1-git-send-email-derkling@gmail.com> (raw)
In-Reply-To: <20091129234917.GB18841@game.jcrosoft.org>
This patchset add suppor to the C3-Ax03 board by Daricom, addressing some
review notes by Jean-Christophe.
A small update to the cpu specific file allows to avoid routing of EXT2 and
ETX3 signals to the same pins used by TWI. This update is reflected into all
boards using a not RMII macb.
The defconfig is on a separate patch for easy of review.
Patrick Bellasi (3):
AT91: update at91_eth_data for ETX2-3 on PA10-11
[AT91] Add support for the Daricom C3-Ax03 board
[AT91] Add defconfig for the Daricom C3-Ax03 board
arch/arm/configs/c3ax03_defconfig | 1483 ++++++++++++++++++++++++++++++
arch/arm/mach-at91/Kconfig | 6 +
arch/arm/mach-at91/Makefile | 1 +
arch/arm/mach-at91/at91sam9260_devices.c | 9 +-
arch/arm/mach-at91/board-afeb-9260v1.c | 1 +
arch/arm/mach-at91/board-c3ax03.c | 364 ++++++++
arch/arm/mach-at91/board-cam60.c | 1 +
arch/arm/mach-at91/board-csb337.c | 1 +
arch/arm/mach-at91/board-csb637.c | 1 +
arch/arm/mach-at91/board-ecbat91.c | 1 +
arch/arm/mach-at91/board-kafa.c | 1 +
arch/arm/mach-at91/board-kb9202.c | 1 +
arch/arm/mach-at91/board-sam9-l9260.c | 1 +
arch/arm/mach-at91/include/mach/board.h | 1 +
14 files changed, 1870 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/configs/c3ax03_defconfig
create mode 100644 arch/arm/mach-at91/board-c3ax03.c
next prev parent reply other threads:[~2009-11-30 9:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-28 13:14 [PATCH] [AT91] Add support for the Daricom C3-Ax03 board Patrick Bellasi
2009-11-29 23:49 ` Jean-Christophe PLAGNIOL-VILLARD
2009-11-30 9:48 ` Patrick Bellasi [this message]
2009-11-30 9:48 ` [PATCH 1/3] AT91: update at91_eth_data for ETX2-3 on PA10-11 Patrick Bellasi
2009-11-30 9:48 ` [PATCH 2/3] [AT91] Add support for the Daricom C3-Ax03 board Patrick Bellasi
2009-11-30 9:48 ` [PATCH 3/3] [AT91] Add defconfig " Patrick Bellasi
2009-11-30 10:34 ` [PATCH 2/3] [AT91] Add support " Russell King - ARM Linux
2009-11-30 13:48 ` [PATCH 1/3] AT91: update at91_eth_data for ETX2-3 on PA10-11 Karl Olsen
2009-11-30 20:36 ` Andrew Victor
2009-12-01 4:54 ` Jean-Christophe PLAGNIOL-VILLARD
2009-12-01 8:58 ` Patrick Bellasi
2009-12-01 15:59 ` Jean-Christophe PLAGNIOL-VILLARD
2009-12-02 9:11 ` Patrick Bellasi
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=1259574486-13391-1-git-send-email-derkling@gmail.com \
--to=derkling@gmail.com \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).