mbox series

[GIT,PULL] mtd: CFI changes for v5.4-rc1

Message ID 5b0fbde6-7245-92f9-7336-3d376389e0b7@ti.com
State Not Applicable
Headers show
Series [GIT,PULL] mtd: CFI changes for v5.4-rc1 | expand

Pull-request

https://github.com/r-vignesh/linux.git tags/cfi/for-5.4-rc1

Message

Raghavendra, Vignesh Aug. 30, 2019, 9:10 a.m. UTC
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@gmail.com>

----------------------------------------------------------------
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(-)

Comments

Richard Weinberger Sept. 16, 2019, 5:58 a.m. UTC | #1
On Fri, Aug 30, 2019 at 11:09 AM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
> Hi Richard,
>
> Here is the CFI flash related PR for v5.4-rc1

Pulled. :-)