RE: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Ghorai, Sukumar
> -Original Message- > From: Kishore Kadiyala [mailto:kishorek.kadiy...@gmail.com] > Sent: Friday, January 21, 2011 1:42 PM > To: Ghorai, Sukumar > Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- > ker...@lists.infradead.org > Subject: Re

Re: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Kishore Kadiyala
Ghorai, >  #ifdef CONFIG_MTD_PARTITIONS > diff --git a/drivers/mtd/nand/omap_bch_decoder.c > b/drivers/mtd/nand/omap_bch_decoder.c > new file mode 100644 > index 000..da42bda > --- /dev/null > +++ b/drivers/mtd/nand/omap_bch_decoder.c > @@ -0,0 +1,393 @@ > +/* > + * drivers/mtd/nand/omap_om

RE: [PATCH] omap3: nand: bch ecc support added

2011-01-21 Thread Ghorai, Sukumar
t;> To: Ghorai, Sukumar > >> Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux- > arm- > >> ker...@lists.infradead.org; Kamat, Nishant > >> Subject: Re: [PATCH] omap3: nand: bch ecc support added > >> > >> Hi Ghorai, > >> &

Re: [PATCH] omap3: nand: bch ecc support added

2011-01-20 Thread Vimal Singh
.infradead.org; linux-arm- >> ker...@lists.infradead.org; Kamat, Nishant >> Subject: Re: [PATCH] omap3: nand: bch ecc support added >> >> Hi Ghorai, >> >> I am the initial author of this patch. And I guess this patch still >> uses most of my work. > [Ghor

RE: [PATCH] omap3: nand: bch ecc support added

2011-01-20 Thread Ghorai, Sukumar
ct: Re: [PATCH] omap3: nand: bch ecc support added > > Hi Ghorai, > > I am the initial author of this patch. And I guess this patch still > uses most of my work. [Ghorai] I know you are working on it, But I think your code was in a shape for - 1. not for up-streamble shape 2. n

Re: [PATCH] omap3: nand: bch ecc support added

2011-01-20 Thread Vimal Singh
Hi Ghorai, I am the initial author of this patch. And I guess this patch still uses most of my work. Thanks and Regards, Vimal On Thu, Jan 20, 2011 at 3:48 PM, Sukumar Ghorai wrote: > bch error correction (t=4 and t=8) for 512 bytes support added. > Tested in omap-3630 es-1.1 silicon. > > Need