Re: [PATCH v4 0/2] mtd: spinand: toshiba: Support for new Kioxia Serial NAND
From: Miquel Raynal
Date: Wed Mar 11 2020 - 11:50:15 EST
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.
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