[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181108112513.3daf0053@bbrezillon>
Date: Thu, 8 Nov 2018 11:25:13 +0100
From: Boris Brezillon <boris.brezillon@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: "linux-mtd@...ts.infradead.org" <linux-mtd@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Marek Vasut <marex@...x.de>,
Brian Norris <computersforpeace@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Tudor Ambarus <tudor.ambarus@...rochip.com>,
Richard Weinberger <richard@....at>
Subject: [GIT PULL] mtd: Fixes for 4.20-rc2
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(-)
Powered by blists - more mailing lists