[GIT PULL] mtd: Fixes for 4.17-rc3
Boris Brezillon
boris.brezillon at bootlin.com
Fri Apr 27 00:56:45 PDT 2018
Hello Linus,
Here is the MTD fixes PR for 4.17-rc3.
Regards,
Boris
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.17-rc3
for you to fetch changes up to f6997bec6af43396ff530caee79e178d32774a49:
mtd: rawnand: marvell: fix the chip-select DT parsing logic (2018-04-26 19:06:42 +0200)
----------------------------------------------------------------
* Fix nanddev_mtd_erase() function to match the changes done in
e7bfb3fdbde3 ("mtd: Stop updating erase_info->state and calling
mtd_erase_callback()")
* Fix a memory leak in the Tango NAND controller driver
* Fix read/write to a suspended erase block in the CFI driver
* Fix the DT parsing logic in the Marvell NAND controller driver
----------------------------------------------------------------
Boris Brezillon (1):
mtd: nand: Fix nanddev_mtd_erase()
Joakim Tjernlund (3):
mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
Marc Gonzalez (1):
mtd: rawnand: tango: Fix struct clk memory leak
Miquel Raynal (1):
mtd: rawnand: marvell: fix the chip-select DT parsing logic
Thor Thayer (1):
mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
drivers/mtd/chips/cfi_cmdset_0001.c | 33 ++++++++++++++++++++++++++++-----
drivers/mtd/chips/cfi_cmdset_0002.c | 9 ++++++---
drivers/mtd/nand/core.c | 3 ---
drivers/mtd/nand/raw/marvell_nand.c | 25 ++++++++-----------------
drivers/mtd/nand/raw/tango_nand.c | 2 +-
drivers/mtd/spi-nor/cadence-quadspi.c | 19 +++++++++++++++++--
include/linux/mtd/flashchip.h | 1 +
7 files changed, 61 insertions(+), 31 deletions(-)
More information about the linux-mtd
mailing list