Re: [PATCH 1/1] NDFC: add support for alternate ECC format for ndfc

2010-02-22 Thread Sean MacLennan
On Mon, 22 Feb 2010 21:21:53 -0800 "Feng Kan" wrote: > Hi Sean: > > I will withdraw this patch. I had a talk with the U-Boot guys. The > reason for this patch was to support those guys that had their ECC > ordering at (213) on the older version of the kernel. Upgrading to > (123) may be problem

RE: [PATCH 1/1] NDFC: add support for alternate ECC format for ndfc

2010-02-22 Thread Feng Kan
; linuxppc-...@ozlabs.org; Feng Kan Subject: Re: [PATCH 1/1] NDFC: add support for alternate ECC format for ndfc On Thu, 18 Feb 2010 15:11:18 -0800 Feng Kan wrote: > This is to lock down the ordering in the correction routine against > the calculate routine. Otherwise, incorrect define

Re: [PATCH 1/1] NDFC: add support for alternate ECC format for ndfc

2010-02-20 Thread Sean MacLennan
On Thu, 18 Feb 2010 15:11:18 -0800 Feng Kan wrote: > This is to lock down the ordering in the correction routine against > the calculate routine. Otherwise, incorrect define would cause ECC > errors. Did you actually find a 44x PPC core that is not NAND_ECC_SMS format? Cheers, Sean _

[PATCH 1/1] NDFC: add support for alternate ECC format for ndfc

2010-02-18 Thread Feng Kan
This is to lock down the ordering in the correction routine against the calculate routine. Otherwise, incorrect define would cause ECC errors. Signed-off-by: Feng Kan Acked-by: Victor Gallardo --- drivers/mtd/nand/ndfc.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --g