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

2014-09-11 Thread Chin Liang See
On Tue, 2014-09-02 at 21:15 -0500, Scott Wood wrote: > On Sat, 2014-08-30 at 07:45 -0400, Tom Rini wrote: > > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > > Hi Scott, > > > > > > > > > On Tue, 19 Aug 2014 04:47:40 -0500 > > > Chin Liang See wrote: > > > > > > > To add th

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

2014-09-08 Thread Chin Liang See
Hi Masahiro, On Fri, 2014-09-05 at 12:01 +0900, Masahiro Yamada wrote: > Hi Chin, > > Are you planning to send v10 > with the fixes suggested by Scott? > I am out of office and I will look into the comments by mid of this week. Thanks Chin Liang > > Best Regards > Masahiro Yamada > > > >

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

2014-09-04 Thread Masahiro Yamada
Hi Chin, Are you planning to send v10 with the fixes suggested by Scott? Best Regards Masahiro Yamada On Tue, 2 Sep 2014 21:15:52 -0500 Scott Wood wrote: > On Sat, 2014-08-30 at 07:45 -0400, Tom Rini wrote: > > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > > Hi Scott,

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

2014-09-02 Thread Scott Wood
On Sat, 2014-08-30 at 07:45 -0400, Tom Rini wrote: > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > Hi Scott, > > > > > > On Tue, 19 Aug 2014 04:47:40 -0500 > > Chin Liang See wrote: > > > > > To add the Denali NAND driver support into U-Boot. > > > This driver is leverage

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

2014-09-02 Thread Scott Wood
On Mon, 2014-09-01 at 12:54 +0900, Masahiro Yamada wrote: > Hi Tom, > > > > On Sat, 30 Aug 2014 07:45:49 -0400 > Tom Rini wrote: > > > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > > Hi Scott, > > > > > > > > > On Tue, 19 Aug 2014 04:47:40 -0500 > > > Chin Liang See w

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

2014-08-31 Thread Masahiro Yamada
Hi Tom, On Sat, 30 Aug 2014 07:45:49 -0400 Tom Rini wrote: > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > Hi Scott, > > > > > > On Tue, 19 Aug 2014 04:47:40 -0500 > > Chin Liang See wrote: > > > > > To add the Denali NAND driver support into U-Boot. > > > This drive

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

2014-08-30 Thread Tom Rini
On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > Hi Scott, > > > On Tue, 19 Aug 2014 04:47:40 -0500 > Chin Liang See wrote: > > > To add the Denali NAND driver support into U-Boot. > > This driver is leveraged from Linux. > > > > Signed-off-by: Chin Liang See > > Cc: Scott W

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

2014-08-27 Thread Masahiro Yamada
Hi Scott, On Tue, 19 Aug 2014 04:47:40 -0500 Chin Liang See wrote: > To add the Denali NAND driver support into U-Boot. > This driver is leveraged from Linux. > > Signed-off-by: Chin Liang See > Cc: Scott Wood > Cc: Masahiro Yamada > --- > Changes for v9 > - Updated the commit messageb > -

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

2014-08-19 Thread Masahiro Yamada
Hi Chin, On Tue, 19 Aug 2014 04:47:40 -0500 Chin Liang See wrote: > + > +/* We need to buffer some data for some of the NAND core routines. > + * The operations manage buffering that data. */ > +static void reset_buf(struct denali_nand_info *denali) > +{ > + denali->buf.head = 0; > + de

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

2014-08-19 Thread Chin Liang See
To add the Denali NAND driver support into U-Boot. This driver is leveraged from Linux. Signed-off-by: Chin Liang See Cc: Scott Wood Cc: Masahiro Yamada --- Changes for v9 - Updated the commit messageb - Removed macro kern_xx - Removed debug macro - Changed CONFIG_NAND_DENALI_64BIT to CONFIG_SY

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

2014-06-01 Thread Chin Liang See
Hi Rik, This patch is for U-Boot only. You might wanna find the kernel patch at http://rocketboards.org/gitweb/?p=linux-socfpga.git;a=commit;h=23b95d8c25d34afadc82325313f25e72d76c5cef While for your issue, its quite strange. Currently, we are using 512 byte sector protected with 8 bit ECC. With t

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

2014-02-21 Thread Chin Liang See
Hi Masahiro, On Fri, 2014-02-21 at 19:57 +0900, Masahiro Yamada wrote: > Hi Chin, > (adding Albert to Cc:) > > > Hi Scott, > > > > As there are no further comments, would need your help to apply this > > patch. Thanks and appreciate for your support. > > > > Chin Liang > > > Panasonic SoCs ar

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

2014-02-21 Thread Masahiro Yamada
Hi Chin, (adding Albert to Cc:) > Hi Scott, > > As there are no further comments, would need your help to apply this > patch. Thanks and appreciate for your support. > > Chin Liang Panasonic SoCs are using Denali NAND controller. I guess I can test your patch. Please wait a week. As Albert m

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

2014-02-04 Thread Chin Liang See
Hi Scott, As there are no further comments, would need your help to apply this patch. Thanks and appreciate for your support. Chin Liang On Wed, 2013-12-18 at 15:18 -0600, Chin Liang See wrote: > To add the Denali NAND driver support into U-Boot. It required > information such as register base

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

2014-01-09 Thread Chin Liang See
Hi guys, Wonder any comments for this patch? Thanks Chin Liang On Wed, 2013-12-18 at 15:18 -0600, Chin Liang See wrote: > 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. >

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

2013-12-18 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 --- drivers/mtd/nand/