Hi Richard, Here is the CFI flash related PR for v5.4-rc1 Regards Vignesh The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: https://github.com/r-vignesh/linux.git tags/cfi/for-5.4-rc1 for you to fetch changes up to 557c759036fc3976a5358cef23e65a263853b93f: mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 (2019-08-27 17:55:53 +0530) ---------------------------------------------------------------- CFI core * Kill useless initializer in mtd_do_chip_probe() * Fix a rare write failure seen on some cfi_cmdset_0002 compliant Parallel NORs * Bunch of cleanups for cfi_cmdset_0002 driver's write functions by Tokunori Ikegami <ikegami.t@xxxxxxxxx> ---------------------------------------------------------------- Sergei Shtylyov (1): mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe() Tokunori Ikegami (8): mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer() mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 drivers/mtd/chips/cfi_cmdset_0002.c | 297 ++++++---- drivers/mtd/chips/gen_probe.c | 2 +- 2 files changed, 186 insertions(+), 113 deletions(-) -- Regards Vignesh ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/