Merge tag 'mtd/fixes-for-5.0-rc6' of git://git.infradead.org/linux-mtd
Pull mtd fixes from Boris Brezillon: - Fix a problem with the imx28 ECC engine - Remove a debug trace introduced in 2b6f0090 ("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. * tag 'mtd/fixes-for-5.0-rc6' of git://git.infradead.org/linux-mtd: mtd: rawnand: gpmi: fix MX28 bus master lockup problem mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 mtd: Remove a debug trace in mtdpart.c mtd: rawnand: fix kernel-doc warnings mtd: spinand: Fix the error/cleanup path in spinand_init() mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cache
No related branches found
No related tags found
Showing
- drivers/mtd/mtdpart.c 4 additions, 1 deletiondrivers/mtd/mtdpart.c
- drivers/mtd/nand/raw/gpmi-nand/gpmi-lib.c 6 additions, 7 deletionsdrivers/mtd/nand/raw/gpmi-nand/gpmi-lib.c
- drivers/mtd/nand/raw/nand_base.c 1 addition, 0 deletionsdrivers/mtd/nand/raw/nand_base.c
- drivers/mtd/nand/raw/nand_bbt.c 1 addition, 1 deletiondrivers/mtd/nand/raw/nand_bbt.c
- drivers/mtd/nand/spi/core.c 22 additions, 24 deletionsdrivers/mtd/nand/spi/core.c
Loading
Please register or sign in to comment