summaryrefslogtreecommitdiff
path: root/yaffs_ecc.c (follow)
AgeCommit message (Collapse)Author
2011-03-31yaffs: More mainlining cleanupCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2011-02-01yaffs: Update year to 2011 in copyrights etc.Charles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2011-02-01yaffs: Clean up as per Ryan's commentsCharles Manning
Clean up a whole lot of code issues raised by Ryan. Some further reformatting etc to be mor kernel friendly. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2011-01-13yaffs: Reformatting to be kernel friendly.Charles Manning
Passes checkpatch.pl Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-11-30yaffs: Refactor bit counting codeCharles Manning
For Linux kernel we use hweight8() and hweight32(). This allows use of special bit-counting code instructions in processors that do this. The yaffs direct we now only use one set of code. There were two. NB On x86 the yaffs hweight8 code is actually a lot faster than the sofwtare implementation in Linux kernel. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-11-03yaffs: Redo LindentCharles Manning
Only applies to Linux files. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-11-02yaffs: More clean upCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-10-27yaffs Further name changes and file reorganisationCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-10-07yaffs Make more symbol changesCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-10-07yaffs First round of name changesCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-04-27yaffs Some cleanups.Charles Manning
Update copyright messages. Clean up tracing to use TSTR and KERN_DEBUG. Remove cvs $Id. Change /proc/yaffs_debug to /proc/yaffs_stats. ... and a few other clean ups. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2009-03-06Major whitespace/style changes to match Linux checkpatch.pl code stylewookey
2007-12-13Cleanup patch - Remove all trailing whitespace and fix a few typos.wookey
2007-02-14Updated headers so they really are the samewookey
2007-02-12normalise licence headers and attributionswookey
2006-09-14Bounds check on ecc correctioncharles
2005-08-11*** empty log message ***charles
2005-08-11Lindentcharles
2005-07-31Replace linux/config.h with yportenv.h and remove some dead codecharles
2005-07-29Add missing #include <linux/config.h>luc
Needed to compile the code with a Makefile from the Linux tree.
2005-03-16Add patches from Nick Banes for compatabilitycharles
2004-11-03*** empty log message ***charles