linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Marek Vasut <marex@denx.de>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Tudor Ambarus <tudor.ambarus@microchip.com>,
	Richard Weinberger <richard@nod.at>
Subject: [GIT PULL] mtd: Fixes for 4.20-rc2
Date: Thu, 8 Nov 2018 11:25:13 +0100	[thread overview]
Message-ID: <20181108112513.3daf0053@bbrezillon> (raw)

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(-)

             reply	other threads:[~2018-11-08 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-08 10:25 Boris Brezillon [this message]
2018-11-08 12:05 ` [GIT PULL] mtd: Fixes for 4.20-rc2 Linus Torvalds

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=20181108112513.3daf0053@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.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 \
    --cc=tudor.ambarus@microchip.com \
    /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;
as well as URLs for NNTP newsgroup(s).