Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Grazvydas Ignotas
On Thu, Nov 4, 2010 at 2:52 PM, Ghorai, Sukumar wrote: >> -Original Message- >> It has changed in 2.5.36, take a look how it was in 2.6.35, when it >> worked for me: >> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux- >> 2.6.git;a=blob;f=drivers/mtd/nand/omap2.c;h=ee87325c7712a8ee

RE: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Ghorai, Sukumar
a.com; Vimal Singh; Tony > Lindgren > Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from > board file > > On Thu, Nov 4, 2010 at 1:15 PM, Ghorai, Sukumar wrote: > > > > > >> -Original Message- > >> From: Grazvydas Ignotas [mailto

Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Grazvydas Ignotas
sts.infradead.org; linux-arm- >> ker...@lists.infradead.org; artem.bityuts...@nokia.com; Vimal Singh; Tony >> Lindgren >> Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from >> board file >> >> > [Ghorai] In 2.6.36, it's a s/w ecc by de

RE: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Ghorai, Sukumar
a.com; Vimal Singh; Tony > Lindgren > Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from > board file > > > [Ghorai] In 2.6.36, it's a s/w ecc by default and working in all > platforms like - omap3430 SDP, zoom2, 3630SDP, ZOOM3. > > So please expl

Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Grazvydas Ignotas
> [Ghorai] In 2.6.36, it's a s/w ecc by default and working in all platforms > like - omap3430 SDP, zoom2, 3630SDP, ZOOM3. > So please explain more when you found that - sw ecc is broken on both 2.6.36 It doesn't for me, see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;

RE: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Ghorai, Sukumar
a.com; Vimal Singh; Tony > Lindgren > Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from > board file > > On Thu, Nov 4, 2010 at 12:15 PM, Ghorai, Sukumar wrote: > >> -Original Message- > >> From: Grazvydas Ignotas [mailto:nota...@gmail.co

Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Grazvydas Ignotas
On Thu, Nov 4, 2010 at 12:15 PM, Ghorai, Sukumar wrote: >> -Original Message- >> From: Grazvydas Ignotas [mailto:nota...@gmail.com] >> OMAP3 pandora. >> What I wanted to say is that current mainline code has hw ECC forced >> which is wrong for some boards, and this patch did not make into

RE: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Ghorai, Sukumar
a.com; Vimal Singh; Tony > Lindgren > Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from > board file > > On Thu, Nov 4, 2010 at 3:02 AM, Ghorai, Sukumar wrote: > >> -Original Message- > >> From: Grazvydas Ignotas [mailto:nota...@gmail.c

Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-04 Thread Grazvydas Ignotas
fradead.org; linux-arm- >> ker...@lists.infradead.org; Vimal Singh; artem.bityuts...@nokia.com >> Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from >> board file >> >> On Mon, Sep 27, 2010 at 5:11 PM, Sukumar Ghorai wrote: >> > This patch makes

RE: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-03 Thread Ghorai, Sukumar
tyuts...@nokia.com > Subject: Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from > board file > > On Mon, Sep 27, 2010 at 5:11 PM, Sukumar Ghorai wrote: > > This patch makes it possible to select sw or hw (different layout > options) > > ecc scheme supported by

Re: [PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-11-03 Thread Grazvydas Ignotas
On Mon, Sep 27, 2010 at 5:11 PM, Sukumar Ghorai wrote: > This patch makes it possible to select sw or hw (different layout options) > ecc scheme supported by omap nand driver.  And hw ecc layout selected for > sdp and zoom boards, by default. > > Signed-off-by: Vimal Singh > Signed-off-by: Sukuma

[PATCH RESEND v5 4/5] omap: nand: ecc layout select from board file

2010-09-27 Thread Sukumar Ghorai
This patch makes it possible to select sw or hw (different layout options) ecc scheme supported by omap nand driver. And hw ecc layout selected for sdp and zoom boards, by default. Signed-off-by: Vimal Singh Signed-off-by: Sukumar Ghorai --- arch/arm/mach-omap2/board-flash.c |1 + arc