summaryrefslogtreecommitdiff
path: root/fs/yaffs2
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass7-0/+7
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-03-09yaffs2: iterator variable cannot be NULLHeinrich Schuchardt2-8/+5
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-11-21yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt1-7/+6
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-08-12Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass1-0/+7
2017-07-12fs: use get_nand_dev_by_index()Grygorii Strashko1-2/+6
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-04-18yaffs2: remove redundant conditionxypron.glpk@gmx.de1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24treewide: use #include <...> to include public headersMasahiro Yamada3-9/+9
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-6/+2
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood1-1/+1
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-6/+1
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-2/+0
2014-07-19yaffs2: preprocessor cleanupJeroen Hofstee1-11/+10
2014-07-19yaffs2: cosmetic: remove self assignmentsJeroen Hofstee3-22/+1
2014-03-04yaffs: Remove private list implementationSimon Glass2-127/+1
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-6/+3
2014-01-20yaffs2: Remove block number check from summary verificationCharles Manning1-1/+0
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini2-3/+5
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-1/+1
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-32/+1
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-23/+1
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin2-16/+16
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-2/+0
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin5-40/+14
2012-09-02u-boot yaffs2: Fix compilation warningsCharles Manning10-100/+6
2012-08-10u-boot: Update yaffs2 file systemCharles Manning62-9909/+13269
2011-12-11fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)Wolfgang Denk1-1/+1
2011-11-17Fix warnings in yaffsSimon Glass1-8/+7
2011-11-17fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin1-23/+9
2011-10-28GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut1-6/+6
2011-10-28GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut1-149/+0
2011-10-16punt unused clean/distclean targetsMike Frysinger1-7/+0
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-9/+10
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-3/+3
2011-09-10YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warningsWolfgang Denk2-2/+2
2011-09-10YAFFS2: fs/yaffs2/Makefile - fix build warningsWolfgang Denk1-1/+1
2011-09-10YAFFS2: fs/yaffs2/yaffscfg.c - fix build warningsWolfgang Denk1-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2008-08-21Make the YAFFS filesystem workRemy Bohmer1-1/+4
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk33-937/+928
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul35-33/+1
2008-08-12Clean out unneeded filesWilliam Juul27-10446/+0