[PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-01 Thread Pekon Gupta
Changes v3 -> v4 - [Patch 1/3] removed MTD_NAND_OMAP_BCH8 & MTD_NAND_OMAP_BCH4 from nand/Kconfig ECC scheme selectable via nand DT (nand-ecc-opt). = [*] rebased for l2-mtd.git (with Author Name fixed) Changes v2 -> v3 - PATCH-1: re-arranged code to remove redundancy, added NAND_BUSWIDTH_AU

[PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-02 Thread Pekon Gupta
(+ CC: devicetree-disc...@lists.ozlabs.org) Changes v3 -> v4 - [Patch 1/3] removed MTD_NAND_OMAP_BCH8 & MTD_NAND_OMAP_BCH4 from nand/Kconfig ECC scheme selectable via nand DT (nand-ecc-opt). - [*] rebased for l2-mtd.git (with Author Name fixed) Changes v2 -> v3 - PATCH-1: re-arranged code

Re: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-01 Thread Artem Bityutskiy
On Mon, 2013-07-01 at 15:21 +0530, Pekon Gupta wrote: > +---+---+---+ > | ECC scheme |ECC calculation|Error detection| > +---+---+---+ > |OMAP_ECC_HAMMING

Re: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-03 Thread Arnd Bergmann
On Tuesday 02 July 2013, Pekon Gupta wrote: > (+ CC: devicetree-disc...@lists.ozlabs.org) > > Changes v3 -> v4 > - [Patch 1/3] removed MTD_NAND_OMAP_BCH8 & MTD_NAND_OMAP_BCH4 from > nand/Kconfig > ECC scheme selectable via nand DT (nand-ecc-opt). > - [*] rebased for l2-mtd.git Do you also

RE: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-03 Thread Gupta, Pekon
> > On Tuesday 02 July 2013, Pekon Gupta wrote: > > (+ CC: devicetree-disc...@lists.ozlabs.org) > > > > Changes v3 -> v4 > > - [Patch 1/3] removed MTD_NAND_OMAP_BCH8 & > MTD_NAND_OMAP_BCH4 from nand/Kconfig > > ECC scheme selectable via nand DT (nand-ecc-opt). > > - [*] rebased for l2-mtd.git

Re: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-03 Thread Artem Bityutskiy
On Wed, 2013-07-03 at 13:16 +, Gupta, Pekon wrote: > [Pekon]: Yes, I'm not seeing these build issues, as I'm cleanly > returning from probe with pr_err(), if the required libraries (/lib/bch.c) > are not build-in the system. > --- > [Patch v4 1/4]: mtd:nand:omap2: clean-up BCHx

Re: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-03 Thread Arnd Bergmann
On Wednesday 03 July 2013, Artem Bityutskiy wrote: > On Wed, 2013-07-03 at 13:16 +, Gupta, Pekon wrote: > > [Pekon]: Yes, I'm not seeing these build issues, as I'm cleanly > > returning from probe with pr_err(), if the required libraries (/lib/bch.c) > > are not build-in the system. > > --

RE: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-03 Thread Gupta, Pekon
> > On Wednesday 03 July 2013, Artem Bityutskiy wrote: > > On Wed, 2013-07-03 at 13:16 +, Gupta, Pekon wrote: > > > [Pekon]: Yes, I'm not seeing these build issues, as I'm cleanly > > > returning from probe with pr_err(), if the required libraries (/lib/bch.c) > > > are not build-in the system

Re: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-04 Thread Mugunthan V N
On 7/3/2013 11:34 PM, Gupta, Pekon wrote: On Wednesday 03 July 2013, Artem Bityutskiy wrote: On Wed, 2013-07-03 at 13:16 +, Gupta, Pekon wrote: [Pekon]: Yes, I'm not seeing these build issues, as I'm cleanly returning from probe with pr_err(), if the required libraries (/lib/bch.c) are not

RE: [PATCH v4 0/4] mtd:nand:omap2: clean-up of supported ECC schemes

2013-07-04 Thread Gupta, Pekon
> > On 7/3/2013 11:34 PM, Gupta, Pekon wrote: > >> On Wednesday 03 July 2013, Artem Bityutskiy wrote: > >>> On Wed, 2013-07-03 at 13:16 +, Gupta, Pekon wrote: > [Pekon]: Yes, I'm not seeing these build issues, as I'm cleanly > returning from probe with pr_err(), if the required libra