mbox series

[GIT,PULL] mtd: Fixes for 4.20-rc2

Message ID 20181108112513.3daf0053@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.20-rc2 | expand

Pull-request

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

Message

Boris Brezillon Nov. 8, 2018, 10:25 a.m. UTC
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(-)

Comments

Linus Torvalds Nov. 8, 2018, 12:05 p.m. UTC | #1
On Thu, Nov 8, 2018 at 5:25 AM Boris Brezillon
<boris.brezillon@bootlin.com> wrote:
>
> Here is the MTD fixes PR for 4.20-rc2.

Pulled,

                Linus