From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Monahan/PXA3xx: integrate Linux NAND controller driver
Date: Thu, 24 Dec 2009 04:29:53 +0100 [thread overview]
Message-ID: <1261625393.3706.53.camel@com-21> (raw)
From: Marcel Ziswiler <marcel.ziswiler@noser.com>
This patch-set integrates the PXA3xx Linux NAND controller driver and adapts
the two Monahan/PXA3xx boards delta and zylonite accordingly.
Marcel Ziswiler (3):
Monahan/PXA3xx: integrate Linux NAND controller driver
delta: use new generic NAND controller driver
zylonite: use new generic NAND controller driver
board/delta/Makefile | 2 +-
board/delta/delta.c | 50 +++++
board/delta/nand.c | 554 --------------------------------
board/zylonite/Makefile | 2 +-
board/zylonite/nand.c | 558 --------------------------------
board/zylonite/zylonite.c | 50 ++++
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/pxa3xx_nand.c | 1860 ++++++++++++++++++++++++++++++++
include/asm-arm/arch-pxa/pxa-regs.h | 95 +--
include/asm-arm/arch-pxa/pxa3xx_nand.h | 67 ++
include/configs/delta.h | 32 +--
include/configs/zylonite.h | 34 +--
12 files changed, 2049 insertions(+), 1256 deletions(-)
create mode 100644 drivers/mtd/nand/pxa3xx_nand.c
create mode 100644 include/asm-arm/arch-pxa/pxa3xx_nand.h
delete mode 100644 board/delta/nand.c
delete mode 100644 board/zylonite/nand.c
next reply other threads:[~2009-12-24 3:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-24 3:29 Marcel Ziswiler [this message]
2009-12-24 3:33 ` [U-Boot] [PATCH 1/3] Monahan/PXA3xx: integrate Linux NAND controller driver Marcel Ziswiler
2010-01-07 19:44 ` Scott Wood
2010-01-08 22:34 ` Marcel Ziswiler
2010-01-08 23:13 ` Scott Wood
2009-12-24 3:36 ` [U-Boot] [PATCH 2/3] delta: use new generic " Marcel Ziswiler
2009-12-24 3:38 ` [U-Boot] [PATCH 3/3] zylonite: " Marcel Ziswiler
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=1261625393.3706.53.camel@com-21 \
--to=marcel@ziswiler.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.