linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: cavokz@gmail.com (Domenico Andreoli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: add support for QQ2440 board
Date: Wed, 2 Feb 2011 22:03:59 +0000	[thread overview]
Message-ID: <20110202220359.GA2808@dandreoli.com> (raw)

From: Domenico Andreoli <cavokz@gmail.com>

QQ2440 is a Samsung S3C2440 based development board. It's equipped with
64MB of RAM, 64MB of NAND flash, 2MB of NOR flash, 3x serial ports, 1x
USB host, 1x USB device, 1x 10Mbit LAN RJ45, 1x SD card, 1x LCD display,
1x camera.

This patch series adds support for everything but the LCD and camera. It
applies cleanly to 2.6.37 and 2.6.38-rc3.

Signed-off-by: Domenico Andreoli <cavokz@gmail.com>

---
 MAINTAINERS                                 |    7 
 arch/arm/mach-s3c2440/Kconfig               |   12 
 arch/arm/mach-s3c2440/Makefile              |    1 
 arch/arm/mach-s3c2440/include/mach/qq2440.h |   22 +
 arch/arm/mach-s3c2440/mach-qq2440.c         |  374 +++++++++++++++++-
 drivers/net/Kconfig                         |    4 
 drivers/net/cs89x0.c                        |   33 +
 7 files changed, 439 insertions(+), 14 deletions(-)

-----[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

             reply	other threads:[~2011-02-02 22:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-02 22:03 Domenico Andreoli [this message]
2011-02-02 22:05 ` [PATCH 1/2] ARM: QQ2440 machine architecture Domenico Andreoli
2011-02-02 22:06   ` [PATCH 2/2] ARM: QQ2440 networking support Domenico Andreoli
2011-02-03  9:41     ` Jamie Iles
2011-02-03 10:34       ` Domenico Andreoli
2011-02-03  9:25   ` [PATCH 1/2] ARM: QQ2440 machine architecture Jamie Iles
2011-02-06 12:12   ` Ramax Lo
2011-02-09 10:07     ` Domenico Andreoli

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=20110202220359.GA2808@dandreoli.com \
    --to=cavokz@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).