Re: [PATCH v4 0/2] mtd: spinand: toshiba: Support for new Kioxia Serial NAND

From: Yoshio Furuyama
Date: Wed Mar 18 2020 - 04:21:34 EST



On 2020/03/12 0:50, Miquel Raynal wrote:
Hi Yoshio,

Yoshio Furuyama <ytc-mb-yfuruyama7@xxxxxxxxxx> wrote on Wed, 11 Mar
2020 10:47:04 +0900:

First patch is to rename function name becase of add new device.
Second patch is to supprot for new device.

Yoshio Furuyama (2):
mtd: spinand: toshiba: Rename function name to change suffix and
prefix (8Gbit)
mtd: spinand: toshiba: Support for new Kioxia Serial NAND

drivers/mtd/nand/spi/toshiba.c | 173 +++++++++++++++++++++++++++++++----------
1 file changed, 130 insertions(+), 43 deletions(-)

I am very sorry but actually I had issues applying all your patches not
because they were not based on v5.6-rc1, but because since then I
applied a patch changing the detection that changed the content of a
lot of structures (including in Toshiba's driver).

Can you please rebase again on top of the current nand/next? I am very
sorry for this extra work, this is my mistake.

Thanks comment. Â Â Â Â I will revise rev (V5) next week.

BR

Head should be:

a5d53ad26a8b ("mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers")

And the culprit commit is:

f1541773af49 ("mtd: spinand: rework detect procedure for different READ_ID operation")

Thanks,
MiquÃl