linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.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>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Marek Vasut <marex@denx.de>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Richard Weinberger <richard@nod.at>
Subject: [GIT PULL] mtd: Fixes for 5.0-rc6
Date: Sat, 9 Feb 2019 11:14:54 +0100	[thread overview]
Message-ID: <20190209111454.21c8c23b@collabora.com> (raw)

Hello Linus,

Here is the MTD fixes PR for 5.0-rc6.

Regards,

Boris

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

  Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-5.0-rc6

for you to fetch changes up to d5d27fd9826b59979b184ec288e4812abac0e988:

  mtd: rawnand: gpmi: fix MX28 bus master lockup problem (2019-02-06 09:39:22 +0100)

----------------------------------------------------------------
- Fix a problem with the imx28 ECC engine
- Remove a debug trace introduced in 2b6f0090a333 ("mtd: Check
  add_mtd_device() ret code")
- Make sure partitions of size 0 can be registered
- Fix kernel-doc warning in the rawnand core
- Fix the error path of spinand_init() (missing manufacturer cleanup
  in a few places)
- Address a problem with the SPI NAND PROGRAM LOAD operation which
  does not work as expected on some parts.

----------------------------------------------------------------
Boris Brezillon (4):
      mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cache
      mtd: spinand: Fix the error/cleanup path in spinand_init()
      mtd: Remove a debug trace in mtdpart.c
      mtd: Make sure mtd->erasesize is valid even if the partition is of size 0

Martin Kepplinger (1):
      mtd: rawnand: gpmi: fix MX28 bus master lockup problem

Randy Dunlap (1):
      mtd: rawnand: fix kernel-doc warnings

 drivers/mtd/mtdpart.c                     |  5 ++++-
 drivers/mtd/nand/raw/gpmi-nand/gpmi-lib.c | 13 ++++++-------
 drivers/mtd/nand/raw/nand_base.c          |  1 +
 drivers/mtd/nand/raw/nand_bbt.c           |  2 +-
 drivers/mtd/nand/spi/core.c               | 46 ++++++++++++++++++++++------------------------
 5 files changed, 34 insertions(+), 33 deletions(-)

             reply	other threads:[~2019-02-09 10:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-09 10:14 Boris Brezillon [this message]
2019-02-09 20:45 ` [GIT PULL] mtd: Fixes for 5.0-rc6 pr-tracker-bot

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=20190209111454.21c8c23b@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=Tudor.Ambarus@microchip.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 \
    /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).