mbox series

[GIT,PULL] mtd: Fixes for 5.0-rc6

Message ID 20190209111454.21c8c23b@collabora.com
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 5.0-rc6 | expand

Pull-request

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

Message

Boris Brezillon Feb. 9, 2019, 10:14 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 9, 2019, 8:45 p.m. UTC | #1
The pull request you sent on Sat, 9 Feb 2019 11:14:54 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5610789ad08dacfd96fd684b53d7acd9e628ca20

Thank you!