All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Rubini <rubini-list@gnudd.com>
To: linux-mtd@lists.infradead.org
Cc: STEricsson_nomadik_linux@list.st.com, linux@arm.linux.org.uk,
	andrea.gallo@stericsson.com
Subject: [PATCH V4 0/2] Nand and OneNand for ARM Nomadik
Date: Thu, 23 Jul 2009 00:25:47 +0200	[thread overview]
Message-ID: <cover.1248300341.git.rubini@unipv.it> (raw)

These two patches are the ones I last posted on Jun 22nd 2009 (thus
with all comments accepted), rebased to current master.

At this time, the arch/arm/mach-nomadik files have been accepted in
Russell's tree ("nomadik branch", I'm told), but I can't find a public
repository for that tree.

So these are from the tip of my rebased tree, and I think only
Rusell can apply them cleanly. So I Cc: him while posting to linux-mtd.

Thanks for your patience
/alessandro

Alessandro Rubini (2):
  Nand driver for Nomadik 8815 SoC (on NHK8815 board)
  OneNand support for Nomadik 8815 SoC (on NHK8815 board)

 arch/arm/mach-nomadik/board-nhk8815.c     |  155 ++++++++++++++
 arch/arm/mach-nomadik/include/mach/fsmc.h |   29 +++
 arch/arm/mach-nomadik/include/mach/nand.h |   16 ++
 drivers/mtd/nand/Kconfig                  |    6 +
 drivers/mtd/nand/Makefile                 |    1 +
 drivers/mtd/nand/nomadik_nand.c           |  329 +++++++++++++++++++++++++++++
 6 files changed, 536 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-nomadik/include/mach/fsmc.h
 create mode 100644 arch/arm/mach-nomadik/include/mach/nand.h
 create mode 100644 drivers/mtd/nand/nomadik_nand.c

             reply	other threads:[~2009-07-22 22:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22 22:25 Alessandro Rubini [this message]
2009-07-22 22:25 ` [PATCH V4 1/2] Nand driver for Nomadik 8815 SoC (on NHK8815 board) Alessandro Rubini
2009-07-22 22:25   ` Alessandro Rubini
2009-07-22 22:26 ` [PATCH V4 2/2] OneNand support " Alessandro Rubini
2009-07-22 22:26   ` Alessandro Rubini
     [not found] ` <cae21cf16cad72ef35ce7e8cc3effe25b497924e.1248300341.git.rubini@unipv.it>
2009-07-23  4:30   ` [PATCH V4 1/2] Nand driver " vimal singh
2009-07-23  6:59     ` Alessandro Rubini
2009-07-23  9:07       ` Alessandro Rubini
2009-07-23  9:49         ` vimal singh
2009-07-23  9:57           ` Alessandro Rubini
2009-07-23  9:20 ` [PATCH V4 0/2] Nand and OneNand for ARM Nomadik Russell King - ARM Linux

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=cover.1248300341.git.rubini@unipv.it \
    --to=rubini-list@gnudd.com \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=andrea.gallo@stericsson.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    /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.