From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Josh Wu <josh.wu@atmel.com>, <linux-mtd@lists.infradead.org>,
<dedekind1@gmail.com>
Cc: hongxu.cn@gmail.com, richard.genoud@gmail.com,
ivan.djelic@parrot.com, computersforpeace@gmail.com,
plagnioj@jcrosoft.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v12 0/2] MTD: at91: Add PMECC support for at91 nand flash driver
Date: Thu, 28 Jun 2012 10:33:03 +0200 [thread overview]
Message-ID: <4FEC16BF.5060905@atmel.com> (raw)
In-Reply-To: <1340871698-477-1-git-send-email-josh.wu@atmel.com>
On 06/28/2012 10:21 AM, Josh Wu :
> Those patches is based on the l2-mtd.git three.
>
> Since there are two patches of v11 already pushed, so this version v12 only includes the left two patches.
> which includes the modification according to Richard Genoud's review suggestion.
>
> Changes since v11,
> add documentation for atmel nand reg parameter and one example for PMECC support.
> fix the bug: no error reported when fail to get resoures of PMECC ERRLOC or ROM.
> fix the bug: no correction when ecc data has bit flipped.
> add clearer debug information for data correction.
>
> Josh Wu (2):
> MTD: at91: add dt parameters for Atmel PMECC
> MTD: at91: atmel_nand: Update driver to support Programmable Multibit
> ECC controller
>
> .../devicetree/bindings/mtd/atmel-nand.txt | 40 +-
> drivers/mtd/nand/atmel_nand.c | 801 +++++++++++++++++++-
> drivers/mtd/nand/atmel_nand_ecc.h | 114 ++-
> 3 files changed, 951 insertions(+), 4 deletions(-)
Nice work for making this append Josh!
Thanks, I will add my "Acked-by" line but I guess that it is not so
important as many people kindly already reviewed and tested the patch
series: a big thanks to all of you!
Best regards,
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v12 0/2] MTD: at91: Add PMECC support for at91 nand flash driver
Date: Thu, 28 Jun 2012 10:33:03 +0200 [thread overview]
Message-ID: <4FEC16BF.5060905@atmel.com> (raw)
In-Reply-To: <1340871698-477-1-git-send-email-josh.wu@atmel.com>
On 06/28/2012 10:21 AM, Josh Wu :
> Those patches is based on the l2-mtd.git three.
>
> Since there are two patches of v11 already pushed, so this version v12 only includes the left two patches.
> which includes the modification according to Richard Genoud's review suggestion.
>
> Changes since v11,
> add documentation for atmel nand reg parameter and one example for PMECC support.
> fix the bug: no error reported when fail to get resoures of PMECC ERRLOC or ROM.
> fix the bug: no correction when ecc data has bit flipped.
> add clearer debug information for data correction.
>
> Josh Wu (2):
> MTD: at91: add dt parameters for Atmel PMECC
> MTD: at91: atmel_nand: Update driver to support Programmable Multibit
> ECC controller
>
> .../devicetree/bindings/mtd/atmel-nand.txt | 40 +-
> drivers/mtd/nand/atmel_nand.c | 801 +++++++++++++++++++-
> drivers/mtd/nand/atmel_nand_ecc.h | 114 ++-
> 3 files changed, 951 insertions(+), 4 deletions(-)
Nice work for making this append Josh!
Thanks, I will add my "Acked-by" line but I guess that it is not so
important as many people kindly already reviewed and tested the patch
series: a big thanks to all of you!
Best regards,
--
Nicolas Ferre
next prev parent reply other threads:[~2012-06-28 8:33 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 8:21 [PATCH v12 0/2] MTD: at91: Add PMECC support for at91 nand flash driver Josh Wu
2012-06-28 8:21 ` Josh Wu
2012-06-28 8:21 ` [PATCH v12 1/2] MTD: at91: add dt parameters for Atmel PMECC Josh Wu
2012-06-28 8:21 ` Josh Wu
2012-06-28 8:33 ` Josh Wu
2012-06-28 8:33 ` Josh Wu
2012-06-28 12:56 ` Nicolas Ferre
2012-06-28 12:56 ` Nicolas Ferre
2012-06-28 8:21 ` [PATCH v12 2/2] MTD: at91: atmel_nand: Update driver to support Programmable Multibit ECC controller Josh Wu
2012-06-28 8:21 ` Josh Wu
2012-06-28 8:36 ` Nicolas Ferre
2012-06-28 8:36 ` Nicolas Ferre
2012-06-28 8:33 ` Nicolas Ferre [this message]
2012-06-28 8:33 ` [PATCH v12 0/2] MTD: at91: Add PMECC support for at91 nand flash driver Nicolas Ferre
2012-06-28 15:40 ` Artem Bityutskiy
2012-06-28 15:40 ` Artem Bityutskiy
2012-06-29 9:00 ` Josh Wu
2012-06-29 9:00 ` Josh Wu
2012-06-29 9:09 ` Artem Bityutskiy
2012-06-29 9:09 ` Artem Bityutskiy
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=4FEC16BF.5060905@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=computersforpeace@gmail.com \
--cc=dedekind1@gmail.com \
--cc=hongxu.cn@gmail.com \
--cc=ivan.djelic@parrot.com \
--cc=josh.wu@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=plagnioj@jcrosoft.com \
--cc=richard.genoud@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.