summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_util.c
Commit message (Expand)AuthorAgeLines
* nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser2015-03-30-65/+12
* nand: Add verification functionsPeter Tyser2015-03-30-1/+96
* mtd: nand: do not scan BBT after scrubMasahiro Yamada2015-01-09-3/+1
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-0/+3
* nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini2013-12-17-1/+1
* nand_util.c: Correct licensingTom Rini2013-10-31-1/+3
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-2/+2
* nand_util: delete a useless variableMasahiro Yamada2013-08-22-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-23/+1
* dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-24-0/+4
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-31-11/+12
* mtd: nand: use ssize_t instead of size_t to prevent infinite loophtbegin2013-05-22-1/+2
* nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-10-8/+60
* mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger2013-02-22-1/+18
* nand: Add torture featureBenoît Thébaudeau2012-11-26-0/+122
* nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau2012-11-26-2/+2
* nand: Clean up nand_utilBenoît Thébaudeau2012-11-26-32/+32
* nand: Make NAND lock status compatible with MicronJoe Hershberger2012-09-17-2/+0
* nand: consolidate duplicated constantsJoe Hershberger2012-09-17-6/+0
* nand: Change ulong to loff_t and size_tJoe Hershberger2012-09-17-2/+3
* nand: Add support for unlock.invertJoe Hershberger2012-09-17-3/+14
* nand_util: correct YAFFS image write functionLiu, Wentao2012-05-18-1/+1
* NAND: Really ignore bad blocks when scrubbingMarek Vasut2011-10-03-21/+8
* nand_util: drop trailing all-0xff pages if requestedBen Gardiner2011-07-01-3/+37
* nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner2011-07-01-0/+3
* nand_util: convert nand_write_skip_bad() to flagsBen Gardiner2011-07-01-4/+4
* NAND: add more watchdog resetsScott Wood2011-04-01-0/+2
* NAND: add the ability to directly write yaffs imageLei Wen2011-01-12-8/+55
* nand: remove dead code and suspend/resumeScott Wood2010-10-11-35/+0
* nand erase: .spread, .part, .chip subcommandsScott Wood2010-10-11-14/+17
* nand util: read/write: accept unaligned lengthScott Wood2010-10-11-30/+63
* Merge branch 'next' of ../nextWolfgang Denk2009-12-15-4/+0
|\
| * common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-4/+0
* | nand: Fix access to last block in NAND devicesStefan Roese2009-12-11-2/+2
|/
* Fix computation in nand_util.c:get_len_incl_badDaniel Hobi2009-12-07-1/+1
* add WATCHDOG_RESET() on nand write and readGiulio Benetti2009-08-21-0/+4
* nand: fixed failed reads on corrected ECC errors in nand_util.cValeriy Glushkov2009-07-16-5/+5
* mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD2009-07-07-10/+10
* mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2009-06-12-4/+7
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-23-6/+6
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-23-36/+43
* NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood2008-11-25-6/+6
* NAND: Properly create JFFS2 cleanmarkers.Scott Wood2008-10-29-19/+11
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-14-6/+6
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-5/+0
* NAND read/write fixScott Wood2008-08-12-581/+181
* Remove white space at end.William Juul2008-08-12-5/+5
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-12-114/+245
* MTD/NAND: Fix printf format warning in nand codeStefan Roese2008-07-10-3/+3
* nand: Correct NAND erase percentage outputDirk Behme2008-05-28-0/+7