linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Tokunori Ikegami <ikegami_to@yahoo.co.jp>,
	Tokunori Ikegami <ikegami.t@gmail.com>,
	Sasha Levin <sashal@kernel.org>
Cc: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>,
	Chris Packham <chris.packham@alliedtelesis.co.nz>,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
Date: Wed, 18 Sep 2019 10:59:35 +0530	[thread overview]
Message-ID: <6d1d5eff-af08-5f86-367f-ada671a1d9bf@ti.com> (raw)
In-Reply-To: <a74e201d-4f1c-1bd6-babf-8dac0d515d6d@yahoo.co.jp>

Hi,

On 17/09/19 11:34 PM, Tokunori Ikegami wrote:
> Hi,
> 
> The patch has been merged into
> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next for
> v5.4-rc1.
> So I have just sent patches for v5.2.y, v4.19.y, v4.14.y, v4.9.y and
> v.4.4.y separately.
> 

Normal flow is to wait until patch goes into Linus's tree. So please
wait until then.

Regards
Vignesh

> Regards,
> Ikegami
> 
> On 2019/08/06 23:30, Tokunori Ikegami wrote:
>> Hi,
>>
>> Thanks for the mail.
>>
>> On 2019/08/06 9:43, Sasha Levin wrote:
>>> Hi,
>>>
>>> [This is an automated email]
>>>
>>> This commit has been processed because it contains a -stable tag.
>>> The stable tag indicates that it's relevant for the following trees: all
>>>
>>> The bot has tested the following trees: v5.2.6, v4.19.64, v4.14.136,
>>> v4.9.187, v4.4.187.
>>>
>>> v5.2.6: Failed to apply! Possible dependencies:
>>>      4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling
>>> status register")
>>>
>>> v4.19.64: Failed to apply! Possible dependencies:
>>>      4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling
>>> status register")
>>>      d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c
>>> do_write_buffer")
>>>
>>> v4.14.136: Failed to apply! Possible dependencies:
>>>      4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling
>>> status register")
>>>      c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to
>>> enable XIP once")
>>>      d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c
>>> do_write_buffer")
>>>      ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
>>>
>>> v4.9.187: Failed to apply! Possible dependencies:
>>>      4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling
>>> status register")
>>>      c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to
>>> enable XIP once")
>>>      d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c
>>> do_write_buffer")
>>>      ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
>>>
>>> v4.4.187: Failed to apply! Possible dependencies:
>>>      4844ef80305d ("mtd: cfi_cmdset_0002: Add support for polling
>>> status register")
>>>      c64d4419a17c ("mtd: cfi_cmdset_0002: Change erase one block to
>>> enable XIP once")
>>>      d9b8a67b3b95 ("mtd: cfi: fix deadloop in cfi_cmdset_0002.c
>>> do_write_buffer")
>>>      ea092fb3ce66 ("mtd: cfi_cmdset_0002: Fix coding style issues")
>>>
>>>
>>> NOTE: The patch will not be queued to stable trees until it is upstream.
>>>
>>> How should we proceed with this patch?
>>
>> Yes I will do fix the patch for the trees failed to apply if it was
>> upstream.
>>
>> Regards,
>> Ikegami
>>
>>>
>>> -- 
>>> Thanks,
>>> Sasha
>>
>> ______________________________________________________
>> Linux MTD discussion mailing list
>> http://lists.infradead.org/mailman/listinfo/linux-mtd/
>>

-- 
Regards
Vignesh

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2019-09-18  5:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-05 19:03 [PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() Tokunori Ikegami
2019-08-06  0:43   ` Sasha Levin
2019-08-06 14:30     ` Tokunori Ikegami
2019-09-17 18:04       ` Tokunori Ikegami
2019-09-18  5:29         ` Vignesh Raghavendra [this message]
2019-09-18 13:40           ` Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 2/9] mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer() Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 3/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 4/9] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 5/9] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword() Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 6/9] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 7/9] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 8/9] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths Tokunori Ikegami
2019-08-05 19:03 ` [PATCH v8 9/9] mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 Tokunori Ikegami
2019-09-17  4:20 ` [PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project Vignesh Raghavendra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6d1d5eff-af08-5f86-367f-ada671a1d9bf@ti.com \
    --to=vigneshr@ti.com \
    --cc=Joakim.Tjernlund@infinera.com \
    --cc=chris.packham@alliedtelesis.co.nz \
    --cc=ikegami.t@gmail.com \
    --cc=ikegami_to@yahoo.co.jp \
    --cc=linux-mtd@lists.infradead.org \
    --cc=sashal@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).