summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_util.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-904/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-20nand: nand torture: follow sync with linux v4.6Max Krummenacher1-1/+1
2016-06-04nand: fix nand torture to use changed mtd apiMax Krummenacher1-4/+4
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-4/+4
2016-06-04mtd: nand: Remove nand_info_t typedefScott Wood1-85/+85
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-0/+1
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-1/+1
2015-05-21nand: fix buffer alignment in new verification featureStephen Warren1-2/+2
2015-03-31nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser1-65/+12
2015-03-31nand: Add verification functionsPeter Tyser1-1/+96
2015-01-09mtd: nand: do not scan BBT after scrubMasahiro Yamada1-3/+1
2014-08-26mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-0/+3
2013-12-18nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini1-1/+1
2013-10-31nand_util.c: Correct licensingTom Rini1-1/+3
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-08-23nand_util: delete a useless variableMasahiro Yamada1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-23/+1
2013-06-25dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher1-0/+4
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-11/+12
2013-05-23mtd: nand: use ssize_t instead of size_t to prevent infinite loophtbegin1-1/+2
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini1-8/+60
2013-02-23mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger1-1/+18
2012-11-27nand: Add torture featureBenoît Thébaudeau1-0/+122
2012-11-27nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau1-2/+2
2012-11-27nand: Clean up nand_utilBenoît Thébaudeau1-32/+32
2012-09-18nand: Make NAND lock status compatible with MicronJoe Hershberger1-2/+0
2012-09-18nand: consolidate duplicated constantsJoe Hershberger1-6/+0
2012-09-18nand: Change ulong to loff_t and size_tJoe Hershberger1-2/+3
2012-09-18nand: Add support for unlock.invertJoe Hershberger1-3/+14
2012-05-19nand_util: correct YAFFS image write functionLiu, Wentao1-1/+1
2011-10-04NAND: Really ignore bad blocks when scrubbingMarek Vasut1-21/+8
2011-07-02nand_util: drop trailing all-0xff pages if requestedBen Gardiner1-3/+37
2011-07-02nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner1-0/+3
2011-07-02nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-4/+4
2011-04-01NAND: add more watchdog resetsScott Wood1-0/+2
2011-01-13NAND: add the ability to directly write yaffs imageLei Wen1-8/+55
2010-10-12nand: remove dead code and suspend/resumeScott Wood1-35/+0
2010-10-12nand erase: .spread, .part, .chip subcommandsScott Wood1-14/+17
2010-10-12nand util: read/write: accept unaligned lengthScott Wood1-30/+63
2009-12-16Merge branch 'next' of ../nextWolfgang Denk1-4/+0
2009-12-11nand: Fix access to last block in NAND devicesStefan Roese1-2/+2
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-12-08Fix computation in nand_util.c:get_len_incl_badDaniel Hobi1-1/+1
2009-08-22add WATCHDOG_RESET() on nand write and readGiulio Benetti1-0/+4
2009-07-17nand: fixed failed reads on corrected ECC errors in nand_util.cValeriy Glushkov1-5/+5
2009-07-08mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD1-10/+10
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese1-4/+7
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger1-6/+6