summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/yaffsfs.c
Commit message (Collapse)AuthorAgeFilesLines
* yaffs2: cosmetic: remove self assignmentsJeroen Hofstee2014-07-181-7/+1
| | | | | | | | | Remove self assignments which is just dead code to prevent compiler warnings about non used arguments. For u-boot this does not prevent any warning though, on the contrary it actual introduces warnings when compiling with clang. Remove them. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
* yaffs2: Use lldiv for 64bit divisionTom Rini2013-12-131-2/+3
| | | | Signed-off-by: Tom Rini <trini@ti.com>
* u-boot yaffs2: Fix compilation warningsCharles Manning2012-09-021-2/+0
| | | | | | Also remove yaffs_hweight and use the hweight in u-boot. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
* u-boot: Update yaffs2 file systemCharles Manning2012-08-091-869/+2577
| | | | | | | | This patch updates the yaffs2 in u-boot to correspond to git://www.aleph1.co.uk/yaffs2 commit id 9ee5d0643e559568dbe62215f76e0a7bd5a63d93 Signed-off-by: Charles Manning <cdhmanning@gmail.com>
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-141-219/+219
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul2008-08-121-0/+1510
Signed-off-by: William Juul <william.juul@tandberg.com>
OpenPOWER on IntegriCloud