Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-07 Thread KOBAYASHI Yoshitake
On 2017/06/07 6:11, Boris Brezillon wrote: > On Mon, 5 Jun 2017 14:36:23 +0900 > KOBAYASHI Yoshitake wrote: > >> Hi Boris, >> >> Thank you very much for your detailed review. >> I just comming back from busy week for conference and started to look it. >> >> I

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-07 Thread KOBAYASHI Yoshitake
On 2017/06/07 6:11, Boris Brezillon wrote: > On Mon, 5 Jun 2017 14:36:23 +0900 > KOBAYASHI Yoshitake wrote: > >> Hi Boris, >> >> Thank you very much for your detailed review. >> I just comming back from busy week for conference and started to look it. >> >> I have a question regarding to the

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-06 Thread Boris Brezillon
On Mon, 5 Jun 2017 14:36:23 +0900 KOBAYASHI Yoshitake wrote: > Hi Boris, > > Thank you very much for your detailed review. > I just comming back from busy week for conference and started to look it. > > I have a question regarding to the following comment. >

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-06 Thread Boris Brezillon
On Mon, 5 Jun 2017 14:36:23 +0900 KOBAYASHI Yoshitake wrote: > Hi Boris, > > Thank you very much for your detailed review. > I just comming back from busy week for conference and started to look it. > > I have a question regarding to the following comment. > > >> static int

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-04 Thread KOBAYASHI Yoshitake
Hi Boris, Thank you very much for your detailed review. I just comming back from busy week for conference and started to look it. I have a question regarding to the following comment. >> static int toshiba_nand_init(struct nand_chip *chip) >> { >> +struct mtd_info *mtd =

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-06-04 Thread KOBAYASHI Yoshitake
Hi Boris, Thank you very much for your detailed review. I just comming back from busy week for conference and started to look it. I have a question regarding to the following comment. >> static int toshiba_nand_init(struct nand_chip *chip) >> { >> +struct mtd_info *mtd =

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-05-26 Thread Boris Brezillon
Hi KOBAYASHI, Le Fri, 26 May 2017 10:15:35 +0900, KOBAYASHI Yoshitake a écrit : > This patch enables support for Toshiba BENAND. It was originally posted on > https://lkml.org/lkml/2015/7/24/571 > > This patch is rewrote to adapt the recent mtd "separate

Re: [PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-05-26 Thread Boris Brezillon
Hi KOBAYASHI, Le Fri, 26 May 2017 10:15:35 +0900, KOBAYASHI Yoshitake a écrit : > This patch enables support for Toshiba BENAND. It was originally posted on > https://lkml.org/lkml/2015/7/24/571 > > This patch is rewrote to adapt the recent mtd "separate vendor specific code > from core"

[PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-05-25 Thread KOBAYASHI Yoshitake
This patch enables support for Toshiba BENAND. It was originally posted on https://lkml.org/lkml/2015/7/24/571 This patch is rewrote to adapt the recent mtd "separate vendor specific code from core" cleanup process. Signed-off-by: KOBAYASHI Yoshitake ---

[PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)

2017-05-25 Thread KOBAYASHI Yoshitake
This patch enables support for Toshiba BENAND. It was originally posted on https://lkml.org/lkml/2015/7/24/571 This patch is rewrote to adapt the recent mtd "separate vendor specific code from core" cleanup process. Signed-off-by: KOBAYASHI Yoshitake --- drivers/mtd/nand/Kconfig| 17