summaryrefslogtreecommitdiff
path: root/mtdemul (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>
2010-11-02yaffs: Change __uxx types to uxxCharles Manning
__u32 -> u32 and such. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-10-22yaffs Normalise copyright headersTimothy Manning
Some of the headers were not the right format. Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
2010-10-07yaffs Make more symbol changesCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2008-07-03Some cleanups, Linux 2.6.25 handling, fix handing of root permissionscharles
2007-10-17Call callback to support mtd toolscharles
2007-03-07Fix all Makefile headers to be the same formatcolin
2007-02-14Updated headers so they really are the samewookey
2005-08-01Correct the calculation of the block number to erase.luc
The use of ">> 5" to calculate the block number from the chunk number was incorrect for the actual value of PAGES_PER_BLOCK (64). At the same time, make this less error prone.
2005-07-31applied patch 13-sparse-fix--make-some-symbol-static.diffmarty
2005-07-31applied patch 11-sparse-fix--use-C99-struct-initializer.diffmarty
2005-07-29Give a name to the nandemul2k MTD device.luc
2005-07-29Make private the nand_scan() function defined in nandemul2k.c.luc
It clash with the one from MTD and make it impossible to statically compile this code in the kernel together with MTD (and will also make problems with modules).
2005-07-29Fix some declarations mismatch between the MTD interface and the ↵luc
implementation in nandemul2k.c: constness problems, iovec vs. kvec and int vs. loff_t
2005-07-29Add missing #include file: yaffs_nandemul2k.h and removing a macro which is ↵luc
now redefined.
2005-07-29Remove #include file obsoleted in Linux-2.6luc
2004-12-17*** empty log message ***charles