[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190209111454.21c8c23b@collabora.com>
Date: Sat, 9 Feb 2019 11:14:54 +0100
From: Boris Brezillon <boris.brezillon@...labora.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>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Marek Vasut <marex@...x.de>,
Tudor Ambarus <Tudor.Ambarus@...rochip.com>,
Brian Norris <computersforpeace@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Richard Weinberger <richard@....at>
Subject: [GIT PULL] mtd: Fixes for 5.0-rc6
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(-)
Powered by blists - more mailing lists