An error occurred fetching the project authors.
- 25 Aug, 2008 1 commit
-
-
Singh, Vimal authored
Support 512 byte ECC calculation [FM: updated two comments] Signed-off-by:
Vimal Singh <vimalsingh@ti.com> Signed-off-by:
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 20 Aug, 2008 2 commits
-
-
Alexey Korolev authored
[Reported by Randy Dunlap] Signed-off-by:
Alexey Korolev <akorolev@infradead.org> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
frans authored
This patch for nand_ecc.c fixes three issues - fix code so it also works on big endian architectures - added a printk in case of an uncorrectable ecc error - strengthen the test for correctable errors (decreasing the chance that multiple bit faults by accident will be seen as correctable) Note: the big endian code is only tested in a testbed (running on big endian hardware) as I cannot rebuild and test a big endian kernel at the moment. However the only thing that can go wrong is if <asm/byteorder.h> does not give __BIG_ENDIAN in that case. In my eyes very unlikely. Signed-off-by:
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 16 Aug, 2008 2 commits
-
-
David Woodhouse authored
Make the standalone stuff a little cleaner, fix some checkpatch warnings. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
frans authored
This patch improves the performance of the ecc generation code by a factor of 18 on an INTEL D920 CPU, a factor of 7 on MIPS and a factor of 5 on ARM (NSLU2) Signed-off-by:
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 04 Jun, 2008 1 commit
-
-
Adrian Bunk authored
Once upon a time, the MTD repository was using CVS. This patch therefore removes all usages of the no longer updated CVS keywords from the MTD code. This also includes code that printed them to the user. Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 20 Oct, 2007 1 commit
-
-
Jörn Engel authored
Magic numerical values are just bad style. Particularly so when undocumented. Signed-off-by:
Jörn Engel <joern@logfs.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 29 Nov, 2006 1 commit
-
-
Timo Lindhorst authored
Fix up the config option in the #ifdef statements in nand_ecc.c Signed-off-by:
Timo Lindhorst <lindhors@linux.vnet.ibm.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 29 Jun, 2006 1 commit
-
-
Randy Dunlap authored
Fix all kernel-doc warnings in MTD headers and source files: - add some missing struct fields; - correct some function parameter names; - use kernel-doc format for function doc. headers; - nand_ecc.c contains only exported interfaces, no internal ones; Signed-off-by:
Randy Dunlap <rdunlap@xenotime.net> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 23 May, 2006 1 commit
-
-
Thomas Gleixner authored
Unrolling the loops produces denser and much faster code. Add a config switch which allows to select the byte order of the resulting ecc code. The current Linux implementation has a byte swap versus the SmartMedia specification Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 13 May, 2006 1 commit
-
-
David Woodhouse authored
It was just too painful to deal with. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 07 Nov, 2005 1 commit
-
-
Thomas Gleixner authored
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-