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
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
>
>
>
>
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,
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
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
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
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
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
> -
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
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
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
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
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
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
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.
>
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/
16 matches
Mail list logo