summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_util.c
Commit message (Expand)AuthorAgeFilesLines
* nand: nand torture: follow sync with linux v4.6Max Krummenacher2016-06-191-1/+1
* nand: fix nand torture to use changed mtd apiMax Krummenacher2016-06-031-4/+4
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-4/+4
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-031-85/+85
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+1
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-1/+1
* nand: fix buffer alignment in new verification featureStephen Warren2015-05-211-2/+2
* nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser2015-03-301-65/+12
* nand: Add verification functionsPeter Tyser2015-03-301-1/+96
* mtd: nand: do not scan BBT after scrubMasahiro Yamada2015-01-091-3/+1
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-251-0/+3
* nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini2013-12-171-1/+1
* nand_util.c: Correct licensingTom Rini2013-10-311-1/+3
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-2/+2
* nand_util: delete a useless variableMasahiro Yamada2013-08-221-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-23/+1
* dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-241-0/+4
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-11/+12
* mtd: nand: use ssize_t instead of size_t to prevent infinite loophtbegin2013-05-221-1/+2
* nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-101-8/+60
* mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger2013-02-221-1/+18
* nand: Add torture featureBenoît Thébaudeau2012-11-261-0/+122
* nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau2012-11-261-2/+2
* nand: Clean up nand_utilBenoît Thébaudeau2012-11-261-32/+32
* nand: Make NAND lock status compatible with MicronJoe Hershberger2012-09-171-2/+0
* nand: consolidate duplicated constantsJoe Hershberger2012-09-171-6/+0
* nand: Change ulong to loff_t and size_tJoe Hershberger2012-09-171-2/+3
* nand: Add support for unlock.invertJoe Hershberger2012-09-171-3/+14
* nand_util: correct YAFFS image write functionLiu, Wentao2012-05-181-1/+1
* NAND: Really ignore bad blocks when scrubbingMarek Vasut2011-10-031-21/+8
* nand_util: drop trailing all-0xff pages if requestedBen Gardiner2011-07-011-3/+37
* nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner2011-07-011-0/+3
* nand_util: convert nand_write_skip_bad() to flagsBen Gardiner2011-07-011-4/+4
* NAND: add more watchdog resetsScott Wood2011-04-011-0/+2
* NAND: add the ability to directly write yaffs imageLei Wen2011-01-121-8/+55
* nand: remove dead code and suspend/resumeScott Wood2010-10-111-35/+0
* nand erase: .spread, .part, .chip subcommandsScott Wood2010-10-111-14/+17
* nand util: read/write: accept unaligned lengthScott Wood2010-10-111-30/+63
* Merge branch 'next' of ../nextWolfgang Denk2009-12-151-4/+0
|\
| * common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-4/+0
* | nand: Fix access to last block in NAND devicesStefan Roese2009-12-111-2/+2
|/
* Fix computation in nand_util.c:get_len_incl_badDaniel Hobi2009-12-071-1/+1
* add WATCHDOG_RESET() on nand write and readGiulio Benetti2009-08-211-0/+4
* nand: fixed failed reads on corrected ECC errors in nand_util.cValeriy Glushkov2009-07-161-5/+5
* mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD2009-07-071-10/+10
* mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2009-06-121-4/+7
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-231-6/+6
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-231-36/+43
* NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood2008-11-251-6/+6
* NAND: Properly create JFFS2 cleanmarkers.Scott Wood2008-10-291-19/+11
OpenPOWER on IntegriCloud