From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] OMAP nand
Date: Thu, 2 Aug 2012 12:10:11 +0200 [thread overview]
Message-ID: <1343902216-13262-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following series has some general OMAP nand cleanups and greatly
improves the nand performance. Also we add a possibility to autodetect
the NAND buswidth.
Sascha
----------------------------------------------------------------
Sascha Hauer (5):
mtd OMAP NAND: Fix dev_ready handling
ARM OMAP gpmc nand: specify platform data in boards
mtd OMAP NAND: Use prefetch engine
mtd nand: implement buswidth detection
mtd OMAP NAND: implement buswidth autodetection support
arch/arm/boards/beagle/board.c | 9 +-
arch/arm/boards/pcm049/board.c | 10 +-
arch/arm/boards/phycard-a-xl2/pca-a-xl2.c | 9 +-
arch/arm/mach-omap/devices-gpmc-nand.c | 26 +---
arch/arm/mach-omap/gpmc.c | 61 +++++++++
arch/arm/mach-omap/include/mach/gpmc.h | 16 ++-
arch/arm/mach-omap/include/mach/gpmc_nand.h | 20 +--
drivers/mtd/nand/nand_base.c | 20 ++-
drivers/mtd/nand/nand_omap_gpmc.c | 177 +++++++++++++++++++++------
include/linux/mtd/nand.h | 3 +
10 files changed, 261 insertions(+), 90 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-08-02 10:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-02 10:10 Sascha Hauer [this message]
2012-08-02 10:10 ` [PATCH 1/5] mtd OMAP NAND: Fix dev_ready handling Sascha Hauer
2012-08-02 10:10 ` [PATCH 2/5] ARM OMAP gpmc nand: specify platform data in boards Sascha Hauer
2012-08-02 10:10 ` [PATCH 3/5] mtd OMAP NAND: Use prefetch engine Sascha Hauer
2012-08-02 10:10 ` [PATCH 4/5] mtd nand: implement buswidth detection Sascha Hauer
2012-08-02 10:10 ` [PATCH 5/5] mtd OMAP NAND: implement buswidth autodetection support Sascha Hauer
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=1343902216-13262-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@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