Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-04-25 Thread Wolfgang Denk
Dear Michael Spang, In message you wrote: > > > Please provide exact reference, see bullet # 4 at > > http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign > > Will add the following: > > [upstream commit 75bb6b9aab3255f440ef4e72a31978d1681105d6] Please follow the example

Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-04-25 Thread Michael Spang
On Sun, Apr 24, 2011 at 7:59 PM, Wolfgang Denk wrote: > Dear Michael Spang, > > In message <1300391223-11879-9-git-send-email-msp...@csclub.uwaterloo.ca> you > wrote: >> The NAND control functions were written by Alexander Clouter and >> copied here from Linux. > > Please provide exact reference,

Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-04-24 Thread Wolfgang Denk
Dear Michael Spang, In message <1300391223-11879-9-git-send-email-msp...@csclub.uwaterloo.ca> you wrote: > The NAND control functions were written by Alexander Clouter and > copied here from Linux. Please provide exact reference, see bullet # 4 at http://www.denx.de/wiki/view/U-Boot/Patches#Attr

Re: [U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-03-17 Thread Scott Wood
On Thu, 17 Mar 2011 15:47:02 -0400 Michael Spang wrote: > The NAND control functions were written by Alexander Clouter and > copied here from Linux. > > Signed-off-by: Michael Spang > --- > drivers/mtd/nand/Makefile |1 + > drivers/mtd/nand/ts7800_nand.c | 68 >

[U-Boot] [PATCH 8/9] Add NAND support for TS-7800

2011-03-17 Thread Michael Spang
The NAND control functions were written by Alexander Clouter and copied here from Linux. Signed-off-by: Michael Spang --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/ts7800_nand.c | 68 include/configs/ts7800.h | 47 +++