summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-01-10nand: add slc nand support of fastbootYi Zeng22-77/+533
2014-11-17spl, nand, atmel_nand: add erase one block functionHeiko Schocher2-0/+34
2014-03-09mtd: nand: atmel: prepare for nand spl boot supportBo Shen2-0/+214
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk605-640/+640
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-06-24dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher3-2/+22
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin49-1863/+2365
2013-05-22nand/fsl_ifc: Convert to self-initPrabhakar Kushwaha2-6/+39
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini5-33/+97
2012-11-26nand: Add torture featureBenoît Thébaudeau4-0/+166
2012-09-17nand: Make NAND lock status compatible with MicronJoe Hershberger3-4/+7
2012-09-17nand: Change ulong to loff_t and size_tJoe Hershberger2-3/+5
2012-09-17nand: Add support for unlock.invertJoe Hershberger4-8/+28
2012-09-01at91: atmel_nand: extract HWECC initialization code into one function: atmel_...Wu, Josh2-59/+87
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger20-19/+19
2012-01-26nand/fsl_elbc: Convert to self-initScott Wood2-5/+49
2012-01-26nand: Introduce CONFIG_SYS_NAND_SELF_INITScott Wood3-37/+126
2011-12-06nand: Add common functions to linux/mtd/nand.hSimon Schwarz3-6/+10
2011-09-30spl: add NAND Library to new SPLSimon Schwarz7-5/+288
2011-09-30omap-common: add nand spl supportSimon Schwarz4-3/+127
2011-07-01nand_util: drop trailing all-0xff pages if requestedBen Gardiner2-3/+38
2011-07-01nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner2-1/+6
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner3-6/+10
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen3-10/+70
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood3-22/+60
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner4-7/+176
2009-07-17Remove legacy NAND and disk on chip code.Scott Wood21-4561/+2
2009-07-07mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD2-17/+17
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger2-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2039-53844/+53844
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk47-1095/+2031
2008-08-12drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD48-89/+62
2008-08-12NAND boot: MPC8313ERDB supportScott Wood14-129/+585
2008-08-12NAND read/write fixScott Wood3-611/+194
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul37-3243/+4636
2008-07-09NAND: ifdef-protect most of nand.h when using legacy NAND.Scott Wood1-1/+4
2008-04-28NAND: fix some strict-aliasing compiler warningsWolfgang Denk3-14/+15
2007-06-22[patch] add nand_init() prototype to nand.hMike Frysinger1-0/+1
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese6-21/+58
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese7-27/+1183
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka47-51/+10939
2005-11-02* Add hook to NAND erase and implement nand_wait function.Wolfgang Denk3-5/+42
2005-09-14Update of new NAND codeWolfgang Denk32-880/+4635
2005-08-17Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk18-1878/+8220