Re: [PATCH 2/2] mtd: nand: add ONFI timing mode to nand_timings converter

2014-07-22 Thread Boris BREZILLON
Hi Brian, On Mon, 21 Jul 2014 19:39:47 -0700 Brian Norris wrote: > On Fri, Jul 11, 2014 at 09:49:42AM +0200, Boris BREZILLON wrote: > > --- /dev/null > > +++ b/drivers/mtd/nand/nand_timings.c > > @@ -0,0 +1,250 @@ > > +/* > > + * Copyright (C) 2014 Free Electrons > > + * > > + * Author: Boris

Re: [PATCH 2/2] mtd: nand: add ONFI timing mode to nand_timings converter

2014-07-21 Thread Brian Norris
On Fri, Jul 11, 2014 at 09:49:42AM +0200, Boris BREZILLON wrote: > --- /dev/null > +++ b/drivers/mtd/nand/nand_timings.c > @@ -0,0 +1,250 @@ > +/* > + * Copyright (C) 2014 Free Electrons > + * > + * Author: Boris BREZILLON > + * > + * This program is free software; you can redistribute it and/or

[PATCH 2/2] mtd: nand: add ONFI timing mode to nand_timings converter

2014-07-11 Thread Boris BREZILLON
Add a converter to retrieve NAND timings from an ONFI NAND timing mode. At the moment, only SDR NAND timings are supported. Signed-off-by: Boris BREZILLON --- drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/nand_timings.c | 250 include/linux/m