Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Richard Weinberger
Am 18.06.2016 um 13:34 schrieb Boris Brezillon: > On Sat, 18 Jun 2016 11:23:01 +0200 > Richard Weinberger wrote: > >> diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c >> index 55f3ab8..aadebe7 100644 >> --- a/drivers/mtd/nand/nand_base.c >> +++

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Richard Weinberger
Am 18.06.2016 um 13:34 schrieb Boris Brezillon: > On Sat, 18 Jun 2016 11:23:01 +0200 > Richard Weinberger wrote: > >> diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c >> index 55f3ab8..aadebe7 100644 >> --- a/drivers/mtd/nand/nand_base.c >> +++

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 13:31:21 +0200 Boris Brezillon wrote: > On Sat, 18 Jun 2016 11:23:01 +0200 > Richard Weinberger wrote: > > > Boris, > > > > Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > > > A lot of NANDs are implementing generic

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 13:31:21 +0200 Boris Brezillon wrote: > On Sat, 18 Jun 2016 11:23:01 +0200 > Richard Weinberger wrote: > > > Boris, > > > > Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > > > A lot of NANDs are implementing generic features in a non-generic way, > > > or are providing

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 11:23:01 +0200 Richard Weinberger wrote: > diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c > index 55f3ab8..aadebe7 100644 > --- a/drivers/mtd/nand/nand_base.c > +++ b/drivers/mtd/nand/nand_base.c > @@ -3703,6 +3703,10 @@ static int

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 11:23:01 +0200 Richard Weinberger wrote: > diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c > index 55f3ab8..aadebe7 100644 > --- a/drivers/mtd/nand/nand_base.c > +++ b/drivers/mtd/nand/nand_base.c > @@ -3703,6 +3703,10 @@ static int nand_detect(struct

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 11:23:01 +0200 Richard Weinberger wrote: > Boris, > > Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > > A lot of NANDs are implementing generic features in a non-generic way, > > or are providing advanced auto-detection logic where the NAND ID bytes > >

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Boris Brezillon
On Sat, 18 Jun 2016 11:23:01 +0200 Richard Weinberger wrote: > Boris, > > Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > > A lot of NANDs are implementing generic features in a non-generic way, > > or are providing advanced auto-detection logic where the NAND ID bytes > > meaning changes

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Richard Weinberger
Boris, Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > A lot of NANDs are implementing generic features in a non-generic way, > or are providing advanced auto-detection logic where the NAND ID bytes > meaning changes with the NAND generation. > > Providing this vendor specific initialization

Re: [PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-18 Thread Richard Weinberger
Boris, Am 08.06.2016 um 15:00 schrieb Boris Brezillon: > A lot of NANDs are implementing generic features in a non-generic way, > or are providing advanced auto-detection logic where the NAND ID bytes > meaning changes with the NAND generation. > > Providing this vendor specific initialization

[PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-08 Thread Boris Brezillon
A lot of NANDs are implementing generic features in a non-generic way, or are providing advanced auto-detection logic where the NAND ID bytes meaning changes with the NAND generation. Providing this vendor specific initialization step will allow us to get rid of the full ids in the nand_ids table

[PATCH v2 05/15] mtd: nand: add manufacturer specific initialization/detection steps

2016-06-08 Thread Boris Brezillon
A lot of NANDs are implementing generic features in a non-generic way, or are providing advanced auto-detection logic where the NAND ID bytes meaning changes with the NAND generation. Providing this vendor specific initialization step will allow us to get rid of the full ids in the nand_ids table