RE: [PATCH 2/4] mtd: devices: elm: Add support for ELM error correction

2012-10-23 Thread Philip, Avinash
On Tue, Oct 16, 2012 at 01:10:47, Peter Korsgaard wrote: Philip, Avinash avinashphi...@ti.com writes: Platforms containing the ELM module can be used to correct errors reported by BCH 4, 8 16 bit ECC scheme. For now only 4 8 bit support is added. This sounds odd to me. What about

Re: [PATCH 2/4] mtd: devices: elm: Add support for ELM error correction

2012-10-15 Thread Peter Korsgaard
Philip, Avinash avinashphi...@ti.com writes: Platforms containing the ELM module can be used to correct errors reported by BCH 4, 8 16 bit ECC scheme. For now only 4 8 bit support is added. This sounds odd to me. What about something like: The ELM hardware module can be used to speedup

RE: [PATCH 2/4] mtd: devices: elm: Add support for ELM error correction

2012-10-04 Thread Philip, Avinash
On Wed, Oct 03, 2012 at 20:40:46, Peter Meerwald wrote: some minor nitpicks below + * + * On completion of processing by elm module, error location status + * register updated with correctable/uncorrectable error information. + * In case of correctable errors, number of errors located

[PATCH 2/4] mtd: devices: elm: Add support for ELM error correction

2012-10-03 Thread Philip, Avinash
Platforms containing the ELM module can be used to correct errors reported by BCH 4, 8 16 bit ECC scheme. For now only 4 8 bit support is added. Signed-off-by: Philip, Avinash avinashphi...@ti.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley

Re: [PATCH 2/4] mtd: devices: elm: Add support for ELM error correction

2012-10-03 Thread Peter Meerwald
some minor nitpicks below Platforms containing the ELM module can be used to correct errors reported by BCH 4, 8 16 bit ECC scheme. For now only 4 8 bit support is added. Signed-off-by: Philip, Avinash avinashphi...@ti.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring