Add yaffs2 filesystem.
authorQuinn Jensen <quinn.jensen@freescale.com>
Thu, 25 Oct 2007 03:21:39 +0000 (21:21 -0600)
committerQuinn Jensen <quinn.jensen@freescale.com>
Thu, 25 Oct 2007 03:21:39 +0000 (21:21 -0600)
commit17b4e789fd9761a949515ab40f1063e8ecca18d4
treee02205e7bb59836adeb450f07e696c2ae02dc4fd
parent939cbb311724db103f1a96678eed7ba7767e052f
Add yaffs2 filesystem.

Add yaffs2 filesystem support to the linux 2.6.22 kernel.
Downloaded from the Aleph One Limited website at:
  http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/root.tar.gz?view=tar
Integrated into the kernel using patch-ker.sh.
Copyright (C) 2002-2007 Aleph One Ltd.
  for Toby Churchill Ltd and Brightstar Engineering

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Add-yaffs2-filesystem.patch
32 files changed:
fs/Kconfig
fs/Makefile
fs/yaffs2/Kconfig [new file with mode: 0644]
fs/yaffs2/Makefile [new file with mode: 0644]
fs/yaffs2/devextras.h [new file with mode: 0644]
fs/yaffs2/moduleconfig.h [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.c [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.h [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.c [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.h [new file with mode: 0644]
fs/yaffs2/yaffs_fs.c [new file with mode: 0644]
fs/yaffs2/yaffs_guts.c [new file with mode: 0644]
fs/yaffs2/yaffs_guts.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.h [new file with mode: 0644]
fs/yaffs2/yaffs_nand.c [new file with mode: 0644]
fs/yaffs2/yaffs_nand.h [new file with mode: 0644]
fs/yaffs2/yaffs_nandemul2k.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.h [new file with mode: 0644]
fs/yaffs2/yaffs_qsort.c [new file with mode: 0644]
fs/yaffs2/yaffs_qsort.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.h [new file with mode: 0644]
fs/yaffs2/yaffsinterface.h [new file with mode: 0644]
fs/yaffs2/yportenv.h [new file with mode: 0644]