aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c
Commit message (Expand)AuthorAgeFilesLines
* last driver import from 3.2.72 for nowWolfgang Wiedmeyer2015-10-231-2/+2
* mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud2012-10-131-0/+1
* mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski2012-07-191-9/+3
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-1/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: nand: enable software BCH ECC in nand simulatorIvan Djelic2011-03-111-1/+42
* mtd: use vzallocJoe Perches2010-12-031-2/+1
* mtd: nandsim: spell fixes in commentssrimugunthan2010-12-031-18/+18
* mtd: nandsim: add module param for BBT handlingSebastian Andrzej Siewior2010-10-251-2/+17
* mtd: nandsim: remove casts from voidKulikov Vasiliy2010-08-021-7/+7
* mtd: nandsim: make some structures anonymousArtem Bityutskiy2010-05-101-3/+3
* mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_D...Ben Hutchings2010-02-251-2/+5
* mtd: nandsim: fix spellingAndrey Yurovsky2010-02-251-2/+2
* mtd: nandsim: add support for 4KiB pagesSebastian Andrzej Siewior2009-12-011-2/+5
* [MTD] [NAND] fix nandsim sched.h referencesRandy Dunlap2009-01-051-0/+1
* [MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse2008-12-101-5/+5
* MTD: nandsim: use less RAMAlexey Korolev2008-12-101-7/+18
* MTD: nandsim: add option to use a file to cache pagesAdrian Hunter2008-12-101-24/+261
* MTD: nandsim: suppress unnecessary warningAdrian Hunter2008-12-101-7/+11
* [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi2008-08-111-1/+0
* [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton2008-08-011-3/+5
* [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton2008-08-011-0/+1
* [MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy2008-07-301-17/+40
* [MTD] [NAND] nandsim: missing header for do_divRandy Dunlap2008-06-051-0/+1
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] [NAND] nandsim: allow for 64-bit sizeAdrian Hunter2008-06-041-14/+21
* [MTD] [NAND] nandsim: fix overridesizeAdrian Hunter2008-06-041-0/+1
* [MTD] [NAND] nandsim: fix size bugAdrian Hunter2008-06-041-1/+1
* drivers/mtd/: Spelling fixesJoe Perches2008-02-031-1/+1
* [MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy2007-10-201-1/+1
* [MTD] [NAND] nandsim: avoid deadlocking FSArtem Bityutskiy2007-09-061-1/+7
* [MTD] nandsim: enhance nandsim to allow arbitrary NAND sizeAdrian Hunter2007-04-171-1/+20
* [MTD] nandsim: Enhance nandsim optionally to report wear informationAdrian Hunter2007-04-171-0/+99
* [MTD] nandsim: enhance nandsim to simulate flash errorsAdrian Hunter2007-04-171-1/+300
* [MTD] nandsim: add partition capability to nandsimAdrian Hunter2007-04-171-24/+73
* [MTD] nandsim: bugfix in page addressingArtem Bityutskiy2006-12-081-2/+2
* [MTD] replace kmalloc+memset with kzallocBurman Yan2006-11-281-3/+1
* [MTD] NAND: nandsim: support subpage writeArtem Bityutskiy2006-10-211-1/+3
* [MTD] NAND: nandsim coding style fixVijay Kumar2006-10-211-38/+19
* [MTD] NAND: nandsim page-wise allocation (2/2)Vijay Kumar2006-10-211-24/+138
* [MTD] NAND: nandsim page-wise allocation (1/2)Vijay Kumar2006-10-211-22/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner2006-05-231-13/+0
* [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-63/+13
* Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner2006-05-231-1/+1
|\
| * [MTD] Introduce writesizeJoern Engel2006-05-221-1/+1
* | [MTD] NAND modularize ECCThomas Gleixner2006-05-231-1/+1
|/
* [MTD] Fix module refcounting in NAND board drivers.David Woodhouse2006-05-141-0/+2
* [MTD] Make functions static, include header files with prototypesAdrian Bunk2005-11-291-1/+1
* [MTD] NAND: Clean up trailing white spacesThomas Gleixner2005-11-071-81/+81