Re: [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx

2008-08-01 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > > + * (C) Copyright 2006 DENX Software Engineering > > > > Please add your name here. > > I will add my copyright in a couple of files, but I would rather not add > it to Makefiles. Below I quote an earlier post on this list (funnily, I Note tha

Re: [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx

2008-08-01 Thread Guennadi Liakhovetski
On Thu, 31 Jul 2008, Wolfgang Denk wrote: > > --- /dev/null > > +++ b/drivers/mtd/nand/s3c64xx.c > > @@ -0,0 +1,315 @@ > > +/* > > + * (C) Copyright 2006 DENX Software Engineering > > Please add your name here. I will add my copyright in a couple of files, but I would rather not add it to Makef

Re: [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx

2008-07-31 Thread Jean-Christophe PLAGNIOL-VILLARD
> +/* > + * (C) Copyright 2006 DENX Software Engineering > + * > + * See file CREDITS for list of people who contributed to this > + * project. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * publis

Re: [U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx

2008-07-31 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Ported from u-boot-1.1.6 driver by Samsung. > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> ... > --- /dev/null > +++ b/drivers/mtd/nand/s3c64xx.c > @@ -0,0 +1,315 @@ > +/* > + * (C) Copyright 2006 DENX Software Engineering Please add your

[U-Boot-Users] [PATCH 6/7] NAND: add NAND driver for s3c64xx

2008-07-31 Thread Guennadi Liakhovetski
Ported from u-boot-1.1.6 driver by Samsung. Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/s3c64xx.c | 373 2 files changed, 374 insertions(+), 0 deletions(-) create mode 100644 driv