From: Linus Torvalds Date: Sat, 9 Feb 2019 18:17:01 +0000 (-0800) Subject: Merge tag 'mtd/fixes-for-5.0-rc6' of git://git.infradead.org/linux-mtd X-Git-Tag: v5.4-rc1~1647 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5610789ad08dacfd96fd684b53d7acd9e628ca20;p=platform%2Fkernel%2Flinux-rpi.git 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 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. * 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 --- 5610789ad08dacfd96fd684b53d7acd9e628ca20