mbox series

[GIT,PULL] mtd: Fixes for 4.18-rc3

Message ID 20180628094649.2cf04f1f@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.18-rc3 | expand

Pull-request

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

Message

Boris Brezillon June 28, 2018, 7:46 a.m. UTC
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(-)