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 www.altera.com + * 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 www.altera.com + * Copyright (C) 2009-2010, Intel Corporation and its suppliers. + * + * SPDX-License-Identifier: GPL-2.0+ + */ If you don't mind, is it OK to

[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 cl...@altera.com Cc: Artem Bityutskiy artem.bityuts...@linux.intel.com Cc: David Woodhouse