Re: [U-Boot] [PATCH V3 4/8] Nand mxc_nand add v1.1 controller support

2010-01-26 Thread Scott Wood
On Mon, Jan 25, 2010 at 11:12:54PM -0700, John Rigby wrote: > Add support for version 1.1 of the nfc nand flash > controller which is on the i.mx25 soc. > > Signed-off-by: John Rigby > CC: Scott Wood > --- > drivers/mtd/nand/mxc_nand.c | 617 > ++- > 1

[U-Boot] [PATCH V3 4/8] Nand mxc_nand add v1.1 controller support

2010-01-25 Thread John Rigby
Add support for version 1.1 of the nfc nand flash controller which is on the i.mx25 soc. Signed-off-by: John Rigby CC: Scott Wood --- drivers/mtd/nand/mxc_nand.c | 617 ++- 1 files changed, 545 insertions(+), 72 deletions(-) diff --git a/drivers/mtd/nan