From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org, adrian.hunter@nokia.com
Subject: [PATCH 0/4] Generic gpmc-onenand initialization
Date: Wed, 29 Apr 2009 14:47:45 -0700 [thread overview]
Message-ID: <20090429214345.13065.37228.stgit@localhost> (raw)
Hi all,
This series creates a generic gpmc-onenand.c from the board-n800-flash.c.
Eventually we should be able to use this for all boards with onenand
connected.
This should allow us to start syncing up the mach-omap2/board-*.c files
with mainline, and the the gpmc-onenand code into the mainline.
Testing & patches welcome to convert more boards! Adrian & Artem, could
you guys please check the partition tables I created in these patches?
Regards,
Tony
---
Tony Lindgren (4):
onenand init: Pass configuration data from board-*.c files
onenand init: Rename n800_* functions to gpmc_onenand_* functions
onenand init: Build gpmc-onenand.o based on CONFIG_MTD_ONENAND_OMAP2
onenand init: Rename board-n800-flash.c to gpmc-onenand.c
arch/arm/mach-omap2/Makefile | 7 ++-
arch/arm/mach-omap2/board-n800.c | 49 ++++++++++++++++++++++++
arch/arm/mach-omap2/board-rx51-flash.c | 21 ----------
arch/arm/mach-omap2/board-rx51-peripherals.c | 46 +++++++++++++++++++++++
arch/arm/mach-omap2/board-rx51.c | 2 -
arch/arm/mach-omap2/gpmc-onenand.c | 53 ++++++--------------------
arch/arm/plat-omap/include/mach/board.h | 8 ----
arch/arm/plat-omap/include/mach/onenand.h | 22 +++++++++++
8 files changed, 132 insertions(+), 76 deletions(-)
delete mode 100644 arch/arm/mach-omap2/board-rx51-flash.c
rename arch/arm/mach-omap2/{board-n800-flash.c => gpmc-onenand.c} (85%)
--
Signature
reply other threads:[~2009-04-29 21:47 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=20090429214345.13065.37228.stgit@localhost \
--to=tony@atomide.com \
--cc=adrian.hunter@nokia.com \
--cc=linux-omap@vger.kernel.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 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.