public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Richard Weinberger <richard@nod.at>, Marek Vasut <marex@denx.de>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: [GIT PULL] mtd: Fixes for 4.18-rc3
Date: Thu, 28 Jun 2018 09:46:49 +0200	[thread overview]
Message-ID: <20180628094649.2cf04f1f@bbrezillon> (raw)

Hello Linus,

Here is the MTD fixes PR for 4.18-rc3.

Regards,

Boris

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.18-rc3

for you to fetch changes up to 3f6e6986045d47f87bd982910821b7ab9758487e:

  mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally (2018-06-22 18:47:56 +0200)

----------------------------------------------------------------
NAND fixes:
- Add a quirk for a bunch of broken Macronix chips
- Fix nand_block_bad() when chip->ecc.read_oob() returns a positive
  value encoding the number of bitflips
- Fix OOB handling in the MXC driver fo V2.1 controllers
- Flag the ONFI_FEATURE_ON_DIE_ECC as supported in the Micron driver
- Hardcode clk rate in the denali_dt driver to address a bad DT
  representation (the proper fix will be queued for 4.19)

SPI NOR fixes:
- Add an ULL constant to some ID definitions so that the ID is not
  truncated on 32-bit platforms

MTD fixes:
- Fix the sector unlocking logic in the CFI driver

----------------------------------------------------------------
Abhishek Sahu (1):
      mtd: rawnand: fix return value check for bad block status

Chris Packham (1):
      mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported features

Geert Uytterhoeven (1):
      mtd: dataflash: Use ULL suffix for 64-bit constants

Joakim Tjernlund (4):
      mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
      mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
      mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
      mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.

Martin Kaiser (1):
      mtd: rawnand: mxc: set spare area size register explicitly

Masahiro Yamada (1):
      mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally

Mason Yang (1):
      mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).

 drivers/mtd/chips/cfi_cmdset_0002.c  | 19 +++++++++++--------
 drivers/mtd/devices/mtd_dataflash.c  |  4 ++--
 drivers/mtd/nand/raw/denali_dt.c     |  6 +++++-
 drivers/mtd/nand/raw/mxc_nand.c      |  5 ++++-
 drivers/mtd/nand/raw/nand_base.c     |  2 +-
 drivers/mtd/nand/raw/nand_macronix.c | 48 ++++++++++++++++++++++++++++++++++++------------
 drivers/mtd/nand/raw/nand_micron.c   |  2 ++
 7 files changed, 61 insertions(+), 25 deletions(-)

                 reply	other threads:[~2018-06-28  7:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180628094649.2cf04f1f@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marex@denx.de \
    --cc=miquel.raynal@bootlin.com \
    --cc=richard@nod.at \
    --cc=torvalds@linux-foundation.org \
    /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