From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
Cc: "boris.brezillon@free-electrons.com"
<boris.brezillon@free-electrons.com>,
"ikegami@allied-telesis.co.jp" <ikegami@allied-telesis.co.jp>,
"richard@nod.at" <richard@nod.at>,
"marek.vasut@gmail.com" <marek.vasut@gmail.com>,
"chris.packham@alliedtelesis.co.nz"
<chris.packham@alliedtelesis.co.nz>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
"cyrille.pitchen@wedev4u.fr" <cyrille.pitchen@wedev4u.fr>,
"computersforpeace@gmail.com" <computersforpeace@gmail.com>,
"dwmw2@infradead.org" <dwmw2@infradead.org>
Subject: Re: [PATCH v6 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
Date: Sun, 27 May 2018 17:33:46 +0200 [thread overview]
Message-ID: <20180527173346.7469ac93@bbrezillon> (raw)
In-Reply-To: <f74834424cb3f1f86e8803884b53be5f62d15c94.camel@infinera.com>
Hi Joakim,
On Thu, 17 May 2018 13:12:26 +0000
Joakim Tjernlund <Joakim.Tjernlund@infinera.com> wrote:
> I think the patches look good
Should I add your Reviewed-by tag (maybe Tested-by as well)?
> but I think they should go to stable as well.
Then I'll need a v7 with the "Cc: stable@vger.kernel.org" tag. Also,
some patches are clearly not fixes (patch 2 and 5 at least).
Regards,
Boris
>
> Jocke
>
> On Wed, 2018-05-16 at 02:11 +0900, smtpuser wrote:
> >
> > From: Tokunori Ikegami <ikegami@allied-telesis.co.jp>
> >
> > The changes are to make sure to check the operation status.
> > Actually the flash write and erase error behavior is caused on our products.
> > The flash is Macronix flash device MX29GL512FHT2I-11G used by our products.
> > The patch series was separated for changes of flash write and erase.
> > Since those were not depended each other at the time.
> > But by additional changes the changes are related more as same way currently.
> > So combine patch series for the flash write and erase changes as v6.
> >
> > Signed-off-by: Tokunori Ikegami <ikegami@allied-telesis.co.jp>
> > Cc: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
> > Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>
> > Cc: Brian Norris <computersforpeace@gmail.com>
> > Cc: David Woodhouse <dwmw2@infradead.org>
> > Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
> > Cc: Marek Vasut <marek.vasut@gmail.com>
> > Cc: Richard Weinberger <richard@nod.at>
> > Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
> > Cc: linux-mtd@lists.infradead.org
> >
> > Tokunori Ikegami (5):
> > mtd: cfi_cmdset_0002: Change write buffer to check correct value
> > mtd: cfi_cmdset_0002: Change definition naming to retry write
> > operation
> > mtd: cfi_cmdset_0002: Change erase functions to retry for error
> > mtd: cfi_cmdset_0002: Change erase functions to check chip good only
> > mtd: cfi_cmdset_0002: Change erase one block to enable XIP once
> >
> > drivers/mtd/chips/cfi_cmdset_0002.c | 36 +++++++++++++++++++++++-------------
> > 1 file changed, 23 insertions(+), 13 deletions(-)
> >
> > --
> > 2.16.1
> >
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2018-05-27 15:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-15 17:11 [PATCH v6 0/5] mtd: cfi_cmdset_0002: Change write and erase functions smtpuser
2018-05-15 17:11 ` [PATCH v6 1/5] mtd: cfi_cmdset_0002: Change write buffer to check correct value smtpuser
2018-05-15 17:11 ` [PATCH v6 2/5] mtd: cfi_cmdset_0002: Change definition naming to retry write operation smtpuser
2018-05-15 17:11 ` [PATCH v6 3/5] mtd: cfi_cmdset_0002: Change erase functions to retry for error smtpuser
2018-05-15 17:11 ` [PATCH v6 4/5] mtd: cfi_cmdset_0002: Change erase functions to check chip good only smtpuser
2018-05-15 17:11 ` [PATCH v6 5/5] mtd: cfi_cmdset_0002: Change erase one block to enable XIP once smtpuser
2018-05-17 13:12 ` [PATCH v6 0/5] mtd: cfi_cmdset_0002: Change write and erase functions Joakim Tjernlund
2018-05-25 3:03 ` IKEGAMI Tokunori
2018-05-25 4:18 ` Chris Packham
2018-05-25 4:37 ` IKEGAMI Tokunori
2018-05-27 15:39 ` Boris Brezillon
2018-05-27 23:31 ` IKEGAMI Tokunori
2018-05-27 15:33 ` Boris Brezillon [this message]
2018-05-27 17:41 ` Joakim Tjernlund
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=20180527173346.7469ac93@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=Joakim.Tjernlund@infinera.com \
--cc=boris.brezillon@free-electrons.com \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=dwmw2@infradead.org \
--cc=ikegami@allied-telesis.co.jp \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=richard@nod.at \
/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