- ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
- 46f46fd jffs2:jffs2_1pass.c: remove double braces by Jeroen Hofstee · 10 years ago
- 18e8672 JFFS2: Correct jffs2_1pass_build_lists to use lldiv by Tom Rini · 11 years ago
- 4678d74 fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
- 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 13 years ago
- 16b9afd fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
- 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
- 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
- 2d2018f jffs2, suen3: Fix compiler warning by Heiko Schocher · 15 years ago
- f098337 JFFS2: drop support for LZARI compression mode by Wolfgang Denk · 15 years ago
- 8cf19b9 jffs2: some fixes to summary support by Ilya Yanok · 15 years ago
- b644006 jffs2: clean the cache in case of malloc fails in build_lists by Ilya Yanok · 15 years ago
- be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
- 584eeda jffs2: include <linux/mtd/compat.h> instead of defining own min_t by Ilya Yanok · 16 years ago
- 142a80f jffs2: cache data_crc results by Ilya Yanok · 16 years ago
- 9b70762 jffs2: summary support by Ilya Yanok · 16 years ago
- 7074100 jffs2: add buffer to cache flash accesses by Ilya Yanok · 16 years ago
- 8a36d31 jffs2: rewrite jffs2 scanning code based on Linux one by Ilya Yanok · 16 years ago
- f738469 jffs2: fix searching for latest version in jffs2_1pass_list_inodes() by Ilya Yanok · 16 years ago
- 2f77c7f JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. by Scott Wood · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 1a7f8cc Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago
- 08ab4e1 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
- d5996dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
- 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 86d3273 jffs2_1pass.c: add watchdog support by Stuart Wood · 16 years ago
- 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
- 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
- 707fa91 jffs2_1pass.c: fix incompatible pointer type warning by Wolfgang Denk · 17 years ago
- 7817cb2 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
- f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
- f40a7f3 fs/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- dd60d12 fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- e4dbe1b Fixing some typos etc. introduced mainly by cfg patches. by Wolfgang Denk · 17 years ago
- 4e109ae fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 144876a [PATCH] MTD partition support, JFFS2 support by Michal Simek · 18 years ago
- 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
- f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
- 6db3970 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 19 years ago
- 09e4b0c Add support for Lite5200B board. by Wolfgang Denk · 19 years ago
- 74f92e6 Add crc of data to jffs2 (in jffs2_1pass_build_lists()). by Wolfgang Denk · 19 years ago
- addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
- 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
- 84bd92b Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
- 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
- e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
- ac7eb8a3 Update of new NAND code Patch by Ladislav Michl, 13 Sep 2005 by Wolfgang Denk · 19 years ago
- 05b4754 Merge with testing-NAND (Rewrite of NAND code) by Wolfgang Denk · 19 years ago
- 932394a Rewrite of NAND code based on what is in 2.6.12 Linux kernel by Wolfgang Denk · 19 years ago
- 98128f3 Enable PCI on hmi1001 board by Wolfgang Denk · 19 years ago
- 412babe It's better to handle LZO and LZARI compression mdoes for JFFS2 with by wdenk · 20 years ago LABEL_2005_05_05_1920
- 07cc099 Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of by wdenk · 20 years ago
- cf8bc57 Fix problem with symbolic links in JFFS2 code. by wdenk · 20 years ago
- 02b11f8 Patch by Klaus Heydeck, 12 May 2004: by wdenk · 20 years ago
- 32877d6 * Fix memory leak in the NAND-specific JFFS2 code by wdenk · 21 years ago
- 2729af9 * Fix minor NAND JFFS2 related issue by wdenk · 21 years ago
- fc1cfcd * Back out Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 21 years ago
- 0b8fa03 * Patch by Christian Hohnstaedt, 23 Apr 2004: by wdenk · 21 years ago
- 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 21 years ago
- 998eaae * Configure PPChameleon board to use redundand environment in flash by wdenk · 21 years ago LABEL_2004_04_18_2135
- 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
- 180d3f7 * Fix problems caused by Robert Schwebel's cramfs patch by wdenk · 21 years ago
- dd875c7 * Patch by Robert Schwebel, 15 Dec 2003: by wdenk · 21 years ago
- 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago LABEL_2003_10_16_0200
- 7205e40 * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago U-Boot-0_4_8
- 8bde7f7 * Code cleanup: by wdenk · 21 years ago LABEL_2003_06_27_2340
- 06d01db * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
- fe8c280 Initial revision by wdenk · 22 years ago
- ae64480 Initial revision by wdenk · 23 years ago
- 012771d Initial revision by wdenk · 23 years ago
- 5a2543c Initial revision by wdenk · 23 years ago