Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-25 Thread Miquel Raynal
Hi Yoshio, Yoshio Furuyama wrote on Wed, 16 Jan 2019 14:53:19 +0900: > Add device table for Toshiba Memory products. > Also, generalize OOB layout structure and function names. > > Signed-off-by: Yoshio Furuyama > > --- Applied to nand/next with the mathematical operations enclosed in

Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-17 Thread posting test
Hi Schrempf, Miquel, Thanks a lot. On 2019年01月16日 21:58, Schrempf Frieder wrote: On 16.01.19 06:53, Yoshio Furuyama wrote: Add device table for Toshiba Memory products. Also, generalize OOB layout structure and function names. Signed-off-by: Yoshio Furuyama Reviewed-by: Frieder Schrempf

Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-16 Thread Schrempf Frieder
On 16.01.19 06:53, Yoshio Furuyama wrote: > Add device table for Toshiba Memory products. > Also, generalize OOB layout structure and function names. > > Signed-off-by: Yoshio Furuyama Reviewed-by: Frieder Schrempf > > --- > drivers/mtd/nand/spi/toshiba.c | 79 >

Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-16 Thread Schrempf Frieder
On 16.01.19 11:42, Frieder Schrempf wrote: > Hi Yoshio, > > On 16.01.19 06:53, Yoshio Furuyama wrote: >> Add device table for Toshiba Memory products. >> Also, generalize OOB layout structure and function names. >> >> Signed-off-by: Yoshio Furuyama >> >> --- >>   drivers/mtd/nand/spi/toshiba.c | 

Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-16 Thread Schrempf Frieder
Hi Yoshio, On 16.01.19 06:53, Yoshio Furuyama wrote: > Add device table for Toshiba Memory products. > Also, generalize OOB layout structure and function names. > > Signed-off-by: Yoshio Furuyama > > --- > drivers/mtd/nand/spi/toshiba.c | 79 > +--- >

Re: [PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-16 Thread Miquel Raynal
Hi Yoshio, Yoshio Furuyama wrote on Wed, 16 Jan 2019 14:53:19 +0900: > Add device table for Toshiba Memory products. > Also, generalize OOB layout structure and function names. > > Signed-off-by: Yoshio Furuyama > > --- > drivers/mtd/nand/spi/toshiba.c | 79 >

[PATCH] mtd: spinand: Add support for all Toshiba Memory products

2019-01-15 Thread Yoshio Furuyama
Add device table for Toshiba Memory products. Also, generalize OOB layout structure and function names. Signed-off-by: Yoshio Furuyama --- drivers/mtd/nand/spi/toshiba.c | 79 +--- 1 file changed, 65 insertions(+), 14 deletions(-) diff --git