mbox series

[GIT,PULL] CFI and HyperFlash changes for v5.5-rc1

Message ID 50180087-48c5-ab5a-88b5-5178d4ac933b@ti.com
State Not Applicable
Headers show
Series [GIT,PULL] CFI and HyperFlash changes for v5.5-rc1 | expand

Pull-request

https://github.com/r-vignesh/linux.git tags/for-v5.5-rc1

Message

Raghavendra, Vignesh Nov. 13, 2019, 4:44 a.m. UTC
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(-)