From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: Richard Weinberger <richard@nod.at>,
Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,
Marek Vasut <marex@denx.de>,
David Woodhouse <dwmw2@infradead.org>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: [PULL v2] mtd: nand: Fixes for 4.13-rc4
Date: Wed, 2 Aug 2017 10:33:07 +0200 [thread overview]
Message-ID: <20170802103307.42e69d38@bbrezillon> (raw)
Hi Brian,
Sending a v2 of this PR because I forgot to add the Fixes and CC-stable
tags on Miquel's patch.
This PR contains a few fixes for 4.13. Some of them are fixing
long standing bugs which no one ever complained about (like the small
page OOB layout fix) or theoretical ones (like the div-by-zero in the
sunxi driver), but others are fixing real bugs introduced in 4.13
(all atmel related bugs have been discovered recently and should
ideally be fixed before 4.13 is released).
As usual, let me know if there's something wrong in this PR. If not, can
you do your best to get these sent to Linus before the end of the week?
Thanks,
Boris
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.infradead.org/l2-mtd.git tags/nand/fixes-for-4.13-rc4
for you to fetch changes up to ee02f73e04c0e690600f621a3a1d2245834af7fe:
mtd: nand: atmel: Fix EDO mode check (2017-08-02 10:26:43 +0200)
----------------------------------------------------------------
This PR contains both core and drivers fixes for 4.13.
Core fixes:
- Fix data interface setup for ONFI NANDs that do not support the SET
FEATURES command
- Fix a kernel doc header
- Fix potential integer overflow when retrieving timing information
from the parameter page
- Fix wrong OOB layout for small page NANDs
Driver fixes:
- Fix potential division-by-zero bug
- Fix backward compat with old atmel-nand DT bindings
- Fix ->setup_data_interface() in the atmel NAND driver
----------------------------------------------------------------
Boris Brezillon (4):
mtd: nand: atmel: Fix DT backward compatibility in pmecc.c
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
mtd: nand: atmel: Fix EDO mode check
Bryan O'Donoghue (1):
mtd: nand: sunxi: fix potential divide-by-zero error
Jonathan Corbet (1):
mtd: nand: Fix a docs build warning
Miquel Raynal (1):
nand: fix wrong default oob layout for small pages using soft ecc
drivers/mtd/nand/atmel/nand-controller.c | 2 +-
drivers/mtd/nand/atmel/pmecc.c | 21 ++++++---------------
drivers/mtd/nand/nand_base.c | 13 ++++++++++---
drivers/mtd/nand/nand_timings.c | 6 +++---
drivers/mtd/nand/sunxi_nand.c | 4 ++++
include/linux/mtd/nand.h | 6 +++---
6 files changed, 27 insertions(+), 25 deletions(-)
next reply other threads:[~2017-08-02 8:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-02 8:33 Boris Brezillon [this message]
2017-08-07 1:15 ` [PULL v2] mtd: nand: Fixes for 4.13-rc4 Brian Norris
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=20170802103307.42e69d38@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marex@denx.de \
--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