[GIT PULL] mtd: Fixes for 4.20-rc2

From: Boris Brezillon
Date: Thu Nov 08 2018 - 05:25:28 EST


Hello Linus,

Here is the MTD fixes PR for 4.20-rc2.

Regards,

Boris

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.20-rc2

for you to fetch changes up to 98ee3fc7ef8395f8b7a379e6608aee91efc66d48:

mtd: nand: Fix nanddev_pos_next_page() kernel-doc header (2018-11-06 17:40:31 +0100)

----------------------------------------------------------------
MTD changes:
* Kill a VLA in sa1100

SPI NOR changes:
* Make sure ->addr_width is restored when SFDP parsing fails
* Propate errors happening in cqspi_direct_read_execute()

NAND changes:
* Fix kernel-doc mismatch
* Fix nanddev_neraseblocks() to return the correct value
* Avoid selection of BCH_CONST_PARAMS when some users require
dynamic BCH settings

----------------------------------------------------------------
Arnd Bergmann (1):
mtd: docg3: don't set conflicting BCH_CONST_PARAMS option

Boris Brezillon (4):
mtd: nand: Fix nanddev_neraseblocks()
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
mtd: sa1100: avoid VLA in sa1100_setup_mtd
mtd: nand: Fix nanddev_pos_next_page() kernel-doc header

Christophe JAILLET (1):
mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()

Randy Dunlap (1):
mtd: nand: drop kernel-doc notation for a deleted function parameter

drivers/mtd/devices/Kconfig | 2 +-
drivers/mtd/maps/sa1100-flash.c | 10 +++++++++-
drivers/mtd/nand/raw/nand_base.c | 1 -
drivers/mtd/spi-nor/cadence-quadspi.c | 2 +-
drivers/mtd/spi-nor/spi-nor.c | 6 ++++--
include/linux/mtd/nand.h | 7 +++----
6 files changed, 18 insertions(+), 10 deletions(-)