| Commit message (Expand) | Author | Age | Lines |
* | Move malloc_cache_aligned() to its own header | Simon Glass | 2015-09-11 | -0/+1 |
* | mtd/nand/ubi: assortment of alignment fixes | Marcel Ziswiler | 2015-08-28 | -1/+1 |
* | nand: fix buffer alignment in new verification feature | Stephen Warren | 2015-05-21 | -2/+2 |
* | nand: yaffs: Remove the "nand write.yaffs" command | Peter Tyser | 2015-03-30 | -65/+12 |
* | nand: Add verification functions | Peter Tyser | 2015-03-30 | -1/+96 |
* | mtd: nand: do not scan BBT after scrub | Masahiro Yamada | 2015-01-09 | -3/+1 |
* | mtd, ubi, ubifs: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -0/+3 |
* | nand_util.c: Use '%zd' for length in nand_unlock debug print | Tom Rini | 2013-12-17 | -1/+1 |
* | nand_util.c: Correct licensing | Tom Rini | 2013-10-31 | -1/+3 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -2/+2 |
* | nand_util: delete a useless variable | Masahiro Yamada | 2013-08-22 | -2/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -23/+1 |
* | dfu, nand: before write a buffer to nand, erase the nand sectors | Heiko Schocher | 2013-06-24 | -0/+4 |
* | mtd: resync with Linux-3.7.1 | Sergey Lapin | 2013-05-31 | -11/+12 |
* | mtd: nand: use ssize_t instead of size_t to prevent infinite loop | htbegin | 2013-05-22 | -1/+2 |
* | nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters | Tom Rini | 2013-04-10 | -8/+60 |
* | mtd: nand: Check if NAND is locked tight before lock cmds | Joe Hershberger | 2013-02-22 | -1/+18 |
* | nand: Add torture feature | Benoît Thébaudeau | 2012-11-26 | -0/+122 |
* | nand: Fix nand_erase_opts() offset check | Benoît Thébaudeau | 2012-11-26 | -2/+2 |
* | nand: Clean up nand_util | Benoît Thébaudeau | 2012-11-26 | -32/+32 |
* | nand: Make NAND lock status compatible with Micron | Joe Hershberger | 2012-09-17 | -2/+0 |
* | nand: consolidate duplicated constants | Joe Hershberger | 2012-09-17 | -6/+0 |
* | nand: Change ulong to loff_t and size_t | Joe Hershberger | 2012-09-17 | -2/+3 |
* | nand: Add support for unlock.invert | Joe Hershberger | 2012-09-17 | -3/+14 |
* | nand_util: correct YAFFS image write function | Liu, Wentao | 2012-05-18 | -1/+1 |
* | NAND: Really ignore bad blocks when scrubbing | Marek Vasut | 2011-10-03 | -21/+8 |
* | nand_util: drop trailing all-0xff pages if requested | Ben Gardiner | 2011-07-01 | -3/+37 |
* | nand_util: treat WITH_YAFFS_OOB as a mode | Ben Gardiner | 2011-07-01 | -0/+3 |
* | nand_util: convert nand_write_skip_bad() to flags | Ben Gardiner | 2011-07-01 | -4/+4 |
* | NAND: add more watchdog resets | Scott Wood | 2011-04-01 | -0/+2 |
* | NAND: add the ability to directly write yaffs image | Lei Wen | 2011-01-12 | -8/+55 |
* | nand: remove dead code and suspend/resume | Scott Wood | 2010-10-11 | -35/+0 |
* | nand erase: .spread, .part, .chip subcommands | Scott Wood | 2010-10-11 | -14/+17 |
* | nand util: read/write: accept unaligned length | Scott Wood | 2010-10-11 | -30/+63 |
* | Merge branch 'next' of ../next | Wolfgang Denk | 2009-12-15 | -4/+0 |
|\ |
|
| * | common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL | Heiko Schocher | 2009-12-08 | -4/+0 |
* | | nand: Fix access to last block in NAND devices | Stefan Roese | 2009-12-11 | -2/+2 |
|/ |
|
* | Fix computation in nand_util.c:get_len_incl_bad | Daniel Hobi | 2009-12-07 | -1/+1 |
* | add WATCHDOG_RESET() on nand write and read | Giulio Benetti | 2009-08-21 | -0/+4 |
* | nand: fixed failed reads on corrected ECC errors in nand_util.c | Valeriy Glushkov | 2009-07-16 | -5/+5 |
* | mtd: nand: use loff_t for offset | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-07 | -10/+10 |
* | mtd: Update MTD infrastructure to support 64bit device size | Stefan Roese | 2009-06-12 | -4/+7 |
* | nand: fixup printf modifiers to match types used | Mike Frysinger | 2009-01-23 | -6/+6 |
* | NAND: Enable nand lock, unlock feature | Nishanth Menon | 2009-01-23 | -36/+43 |
* | NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). | Scott Wood | 2008-11-25 | -6/+6 |
* | NAND: Properly create JFFS2 cleanmarkers. | Scott Wood | 2008-10-29 | -19/+11 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-08-14 | -6/+6 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -5/+0 |
* | NAND read/write fix | Scott Wood | 2008-08-12 | -581/+181 |
* | Remove white space at end. | William Juul | 2008-08-12 | -5/+5 |