- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
- f3178d7 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · Mon Jun 13 10:15:47 2016 +0200
- a21c448 nand: fix nand torture to use changed mtd api by Max Krummenacher · Mon May 30 16:28:28 2016 +0200
- 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · Mon May 30 13:57:56 2016 -0500
- 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · Mon May 30 13:57:54 2016 -0500
- a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · Wed Sep 02 17:24:57 2015 -0600
- abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · Tue Aug 18 13:06:37 2015 +0200
- 12db818 nand: fix buffer alignment in new verification feature by Stephen Warren · Tue Apr 14 08:59:00 2015 -0600
- ae6ad78 nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · Tue Feb 03 11:58:16 2015 -0600
- c9d92cf nand: Add verification functions by Peter Tyser · Tue Feb 03 11:58:12 2015 -0600
- 8d10054 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · Fri Dec 26 22:20:58 2014 +0900
- f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
- 8e40bf6 nand_util.c: Use '%zd' for length in nand_unlock debug print by Tom Rini · Mon Dec 16 09:59:34 2013 -0500
- b7bef6a nand_util.c: Correct licensing by Tom Rini · Thu Oct 31 09:24:00 2013 -0400
- ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
- 7580d58 nand_util: delete a useless variable by Masahiro Yamada · Fri Jul 12 10:53:37 2013 +0900
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
- 0ae98b4 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · Mon Jun 24 18:50:40 2013 +0200
- 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
- 610e855 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · Fri Mar 01 23:00:34 2013 +0000
- 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · Thu Mar 14 05:32:50 2013 +0000
- 8b177d4 mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · Fri Feb 08 09:27:19 2013 +0000
- 5661f70 nand: Add torture feature by Benoît Thébaudeau · Fri Nov 16 20:20:54 2012 +0100
- ad5d6ee nand: Fix nand_erase_opts() offset check by Benoît Thébaudeau · Mon Nov 05 10:16:15 2012 +0000
- e26708e nand: Clean up nand_util by Benoît Thébaudeau · Mon Nov 05 10:15:46 2012 +0000
- 5376856 nand: Make NAND lock status compatible with Micron by Joe Hershberger · Wed Aug 22 16:49:45 2012 -0500
- acae445 nand: consolidate duplicated constants by Joe Hershberger · Wed Aug 22 16:49:44 2012 -0500
- dfa8ba4 nand: Change ulong to loff_t and size_t by Joe Hershberger · Wed Aug 22 16:49:43 2012 -0500
- cccf595 nand: Add support for unlock.invert by Joe Hershberger · Wed Aug 22 16:49:42 2012 -0500
- de95b32 nand_util: correct YAFFS image write function by Liu, Wentao · Tue Jan 17 19:55:02 2012 +0000
- 971d9a1 NAND: Really ignore bad blocks when scrubbing by Marek Vasut · Mon Sep 12 06:04:06 2011 +0200
- 34dd567 nand_util: drop trailing all-0xff pages if requested by Ben Gardiner · Tue Jun 14 16:35:06 2011 -0400
- 871dea4 nand_util: treat WITH_YAFFS_OOB as a mode by Ben Gardiner · Tue Jun 14 16:35:05 2011 -0400
- 1caafbb nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · Tue May 24 10:18:35 2011 -0400
- ea95b64 NAND: add more watchdog resets by Scott Wood · Wed Feb 02 18:15:57 2011 -0600
- 4b5deaa NAND: add the ability to directly write yaffs image by Lei Wen · Thu Jan 06 11:11:58 2011 +0800
- da0f439 nand: remove dead code and suspend/resume by Scott Wood · Wed Aug 25 17:42:49 2010 -0500
- 1b5cd51 nand erase: .spread, .part, .chip subcommands by Scott Wood · Wed Aug 25 14:43:29 2010 -0500
- fe3b5e1 nand util: read/write: accept unaligned length by Scott Wood · Fri Jul 30 16:11:41 2010 -0500
- 128a9a6 Merge branch 'next' of ../next by Wolfgang Denk · Tue Dec 15 23:38:34 2009 +0100
- e534672 nand: Fix access to last block in NAND devices by Stefan Roese · Wed Dec 09 09:01:43 2009 +0100
- 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
- 319cf24 Fix computation in nand_util.c:get_len_incl_bad by Daniel Hobi · Tue Dec 01 14:05:55 2009 +0100
- 749bd66 add WATCHDOG_RESET() on nand write and read by Giulio Benetti · Fri Jul 31 17:30:34 2009 -0500
- f2aead8 nand: fixed failed reads on corrected ECC errors in nand_util.c by Valeriy Glushkov · Tue Jul 14 13:51:10 2009 +0300
- 2511ba0 mtd: nand: use loff_t for offset by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 14:27:40 2009 +0200
- 586b3a6 mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · Mon May 11 16:03:55 2009 +0200
- d38f4a6 nand: fixup printf modifiers to match types used by Mike Frysinger · Sun Jan 18 19:46:06 2009 -0500
- b20f840 NAND: Enable nand lock, unlock feature by Nishanth Menon · Sat Dec 13 09:43:06 2008 -0600
- 90e0a6b NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). by Scott Wood · Tue Nov 25 10:47:02 2008 -0600
- d50ad35 NAND: Properly create JFFS2 cleanmarkers. by Scott Wood · Wed Oct 29 14:20:26 2008 -0500
- 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Thu Aug 14 14:41:06 2008 +0200
- 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
- cc5f339 NAND read/write fix by Scott Wood · Thu Jun 12 13:20:16 2008 -0500
- b76ec38 Remove white space at end. by William Juul · Thu Nov 08 10:39:53 2007 +0100
- 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · Wed Oct 31 13:53:06 2007 +0100
- 3167d07 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · Thu Jul 10 10:10:54 2008 +0200
- 6f94ed0 nand: Correct NAND erase percentage output by Dirk Behme · Wed Jan 16 14:26:59 2008 +0100
- aea6856 fix comments with new drivers organization by Marcel Ziswiler · Sun Dec 30 03:30:46 2007 +0100
- 82ca974 drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 21:26:56 2007 +0100[Renamed from drivers/nand/nand_util.c]
- 82714b9 Fix do_div() usage in nand process output by Matthias Fuchs · Tue Sep 11 17:04:00 2007 +0200
- 3688293 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · Mon Aug 13 21:57:53 2007 +0200
- 32d1f76 Make use of generic 64bit division in nand_util.c by Dirk Behme · Thu Aug 02 17:42:08 2007 +0200
- 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:39:42 2007 -0500
- d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:10 2007 -0500
- 198b23e [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · Sat Oct 28 15:55:52 2006 +0200
- d5cf1a4 Fix spelling; minor code cleanup. by Wolfgang Denk · Thu Oct 12 11:43:47 2006 +0200
- d351b2b * Several improvements to the new NAND subsystem: by Stefan Roese · Tue Oct 10 12:36:02 2006 +0200