summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_util.c
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-06-19nand: nand torture: follow sync with linux v4.6Max Krummenacher
2016-06-03nand: fix nand torture to use changed mtd apiMax Krummenacher
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-05-21nand: fix buffer alignment in new verification featureStephen Warren
2015-03-30nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser
2015-03-30nand: Add verification functionsPeter Tyser
2015-01-09mtd: nand: do not scan BBT after scrubMasahiro Yamada
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2013-12-17nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini
2013-10-31nand_util.c: Correct licensingTom Rini
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-08-22nand_util: delete a useless variableMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-24dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2013-05-22mtd: nand: use ssize_t instead of size_t to prevent infinite loophtbegin
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini
2013-02-22mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger
2012-11-26nand: Add torture featureBenoît Thébaudeau
2012-11-26nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau
2012-11-26nand: Clean up nand_utilBenoît Thébaudeau
2012-09-17nand: Make NAND lock status compatible with MicronJoe Hershberger
2012-09-17nand: consolidate duplicated constantsJoe Hershberger
2012-09-17nand: Change ulong to loff_t and size_tJoe Hershberger
2012-09-17nand: Add support for unlock.invertJoe Hershberger
2012-05-18nand_util: correct YAFFS image write functionLiu, Wentao
2011-10-03NAND: Really ignore bad blocks when scrubbingMarek Vasut
2011-07-01nand_util: drop trailing all-0xff pages if requestedBen Gardiner
2011-07-01nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner
2011-04-01NAND: add more watchdog resetsScott Wood
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen
2010-10-11nand: remove dead code and suspend/resumeScott Wood
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood
2010-10-11nand util: read/write: accept unaligned lengthScott Wood
2009-12-15Merge branch 'next' of ../nextWolfgang Denk
2009-12-11nand: Fix access to last block in NAND devicesStefan Roese
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-12-07Fix computation in nand_util.c:get_len_incl_badDaniel Hobi
2009-08-21add WATCHDOG_RESET() on nand write and readGiulio Benetti
2009-07-16nand: fixed failed reads on corrected ECC errors in nand_util.cValeriy Glushkov
2009-07-07mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon
2008-11-25NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood