From: Artem Bityutskiy <dedekind1@gmail.com>
To: Alessandro Rubini <rubini-list@gnudd.com>
Cc: STEricsson_nomadik_linux@list.st.com, vimal.newwork@gmail.com,
andrea.gallo@stericsson.com, linux-mtd@lists.infradead.org,
linux@arm.linux.org.uk
Subject: Re: [PATCH V7] Nand driver for Nomadik 8815 SoC (on NHK8815 board)
Date: Sun, 09 Aug 2009 10:13:22 +0300 [thread overview]
Message-ID: <1249802002.9157.57.camel@localhost> (raw)
In-Reply-To: <20090729165156.GA1471@mail.gnudd.com>
On Wed, 2009-07-29 at 18:51 +0200, Alessandro Rubini wrote:
> From: Alessandro Rubini <rubini@unipv.it>
>
>
> Signed-off-by: Alessandro Rubini <rubini@unipv.it>
> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
>
> The patch applies to rmk's devel tree.
>
> Changes in V7:
> - removed unused static function
> - use linux/io.h not asm/io.h
> - untabbed a too-tabbed lined
> - remove wrong headers in commit message (I made a mess)
>
> changes in V6:
> - blindly applied checkpatch suggestions (even if I disagree)
> - switched to pm_ops
> - declare soft ecc instead of hard
>
> The last point makes the driver non-working unless the patch by Vimal Singh
> at http://patchwork.ozlabs.org/patch/13697/ is applied.
>
>
> arch/arm/configs/nhk8815_defconfig | 2 +-
> arch/arm/mach-nomadik/board-nhk8815.c | 92 +++++++++++
> 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 | 250 +++++++++++++++++++++++++++++
> 7 files changed, 395 insertions(+), 1 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
I wanted to put this to my l2-mtd-2.6.git tree, but the patch cannot be
applied because it does not seem to be a standalone patch, e.g.,
arch/arm/configs/nhk8815_defconfig does not exist in my tree.
So you should either split this better or have this merged via some ARM
tree with the rest of the patches.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
next prev parent reply other threads:[~2009-08-09 7:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 16:51 [PATCH V7] Nand driver for Nomadik 8815 SoC (on NHK8815 board) Alessandro Rubini
2009-07-30 5:15 ` vimal singh
2009-08-09 7:13 ` Artem Bityutskiy [this message]
2009-08-09 9:07 ` Alessandro Rubini
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=1249802002.9157.57.camel@localhost \
--to=dedekind1@gmail.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 \
--cc=rubini-list@gnudd.com \
--cc=vimal.newwork@gmail.com \
/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.