Hi Miquel, Here is the CFI and HyperFlash related PR for v5.5-rc1 Regards Vignesh The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://github.com/r-vignesh/linux.git tags/for-v5.5-rc1 for you to fetch changes up to c15995695ea971253ea9507f6732c8cd35384e01: mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash (2019-11-09 14:43:53 +0530) ---------------------------------------------------------------- CFI core changes: * Code cleanups related useless initializers and coding style issues * Fix for a possible double free problem in cfi_cmdset_0002 * Improved error reporting and handling in cfi_cmdset_0002 core for HyperFlash ---------------------------------------------------------------- Hou Tao (1): mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup() Sergei Shtylyov (4): mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay() mtd: cfi_cmdset_*: kill useless 'ret' variable initializers mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status() mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash drivers/mtd/chips/cfi_cmdset_0001.c | 10 +- drivers/mtd/chips/cfi_cmdset_0002.c | 79 ++++++---- drivers/mtd/chips/cfi_cmdset_0020.c | 8 +- drivers/mtd/chips/cfi_util.c | 2 +- 4 files changed, 55 insertions(+), 44 deletions(-) -- Regards Vignesh ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/