Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-10 Thread Scott Wood
On Wed, 2015-06-10 at 10:33 +0200, Hans de Goede wrote: > Hi Scott, > > On June 8, 2015, 8:24 p.m., Scott Wood wrote: > > > > >> Correct, my apologies as I should have clarified that "work by > Boris > >> Brezillon" does not > >> mean "upsteam work". The code comes from Boris' github tree[1

Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-10 Thread Hans de Goede
Hi Scott, On June 8, 2015, 8:24 p.m., Scott Wood wrote: >> Correct, my apologies as I should have clarified that "work by Boris >> Brezillon" does not >> mean "upsteam work". The code comes from Boris' github tree[1] and >> contains work >> that was not yet brought upstream, yet is required fo

Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-08 Thread Scott Wood
On Mon, 2015-06-08 at 10:11 +0200, Roy Spliet wrote: > Hello Scott et al., > > Op 06-06-15 om 00:02 schreef Scott Wood: > > On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: > > > From: yassin > > > > > > Signed-off-by: Roy Spliet > > > --- > > > drivers/mtd/nand/Makefile | 2 +- > >

Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-08 Thread Roy Spliet
Hello Scott et al., Op 06-06-15 om 00:02 schreef Scott Wood: On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: From: yassin Signed-off-by: Roy Spliet --- drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/nand_timings.c | 252 include/l

Re: [U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-05 Thread Scott Wood
On Fri, 2015-06-05 at 13:52 +0200, Roy Spliet wrote: > From: yassin > > Signed-off-by: Roy Spliet > --- > drivers/mtd/nand/Makefile | 2 +- > drivers/mtd/nand/nand_timings.c | 252 > > include/linux/mtd/nand.h| 3 + > 3 files changed,

[U-Boot] [RFC 02/11] mtd/nand: add ONFI timing mode to nand_timings converter

2015-06-05 Thread Roy Spliet
From: yassin Signed-off-by: Roy Spliet --- drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/nand_timings.c | 252 include/linux/mtd/nand.h| 3 + 3 files changed, 256 insertions(+), 1 deletion(-) create mode 100644 drivers/mtd/nand/na