Re: [U-Boot] [PATCH v6] nand/denali: Adding Denali NAND driver support

2014-03-24 Thread Chin Liang See
Hi Mashiro, On Wed, 2014-03-19 at 20:26 +0900, Masahiro Yamada wrote: > Hi Chin, > > > > --- /dev/null > > +++ b/drivers/mtd/nand/denali.c > > @@ -0,0 +1,1132 @@ > > +/* > > + * Copyright (C) 2013-2014 Altera Corporation > > + * Copyright (C) 2009-2010, Intel Corporation and its suppliers. > >

Re: [U-Boot] [PATCH v6] nand/denali: Adding Denali NAND driver support

2014-03-19 Thread Masahiro Yamada
Hi Chin, > --- /dev/null > +++ b/drivers/mtd/nand/denali.c > @@ -0,0 +1,1132 @@ > +/* > + * Copyright (C) 2013-2014 Altera Corporation > + * Copyright (C) 2009-2010, Intel Corporation and its suppliers. > + * > + * SPDX-License-Identifier: GPL-2.0+ > + */ If you don't mind, is it OK to add the

[U-Boot] [PATCH v6] nand/denali: Adding Denali NAND driver support

2014-03-12 Thread Chin Liang See
To add the Denali NAND driver support into U-Boot. It required information such as register base address from configuration header file within include/configs folder. Signed-off-by: Chin Liang See Cc: Artem Bityutskiy Cc: David Woodhouse Cc: Brian Norris Cc: Scott Wood Cc: Masahiro Yamada -