]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 17 Aug 2005 10:55:25 +0000 (12:55 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 17 Aug 2005 10:55:25 +0000 (12:55 +0200)
commit932394ac43e2e778e664eeb6e456fecd0fae6e59
tree170e594a6818d35081c9184f5b7dc06eaf0497af
parent024447b186cca55c2d803ab96b4c8f8674363b86
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005
18 files changed:
CHANGELOG
common/cmd_nand.c
drivers/nand/Makefile [new file with mode: 0644]
drivers/nand/diskonchip.c [new file with mode: 0644]
drivers/nand/nand.c [new file with mode: 0644]
drivers/nand/nand_base.c [new file with mode: 0644]
drivers/nand/nand_bbt.c [new file with mode: 0644]
drivers/nand/nand_ecc.c [new file with mode: 0644]
drivers/nand/nand_ids.c [new file with mode: 0644]
fs/jffs2/jffs2_nand_1pass.c [new file with mode: 0644]
fs/jffs2/jffs2_nand_private.h [new file with mode: 0644]
include/linux/mtd/compat.h [new file with mode: 0644]
include/linux/mtd/mtd-abi.h [new file with mode: 0644]
include/linux/mtd/mtd.h [new file with mode: 0644]
include/linux/mtd/nand.h
include/linux/mtd/nand_ecc.h [new file with mode: 0644]
include/linux/mtd/nand_ids.h
include/nand.h [new file with mode: 0644]