summaryrefslogtreecommitdiff
path: root/yportenv_multi.h (follow)
AgeCommit message (Collapse)Author
2011-02-01yaffs: Update year to 2011 in copyrights etc.Charles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2011-01-26yaffs: Replace YBUG() with BUG()Charles Manning
Also clean a few other things in yportenv_xxxx.h 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>
2011-01-07yaffs: Fix trace ALWAYS problem and moduleconfig.h dependencyCharles Manning
The yaffs trace macro was always tracing. Fixed by no longer forcing ALWAYS on. Only include moduleconfig.h if compiling out of tree. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-12-10yaffs: More cleanup of tracing, inlines and general formattingCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-12-10yaffs Change tracing to yaffs_traceCharles Manning
Make the tracing a whole lot easier on the eye. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-12-07yaffs: Remove a whole lot of function wrappers and forward declarationsCharles Manning
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-03yaffs: More clean up.Charles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>