aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-05mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita1-3/+1
2013-08-05mtd: nandsim: remove unused codeAkinobu Mita1-6/+0
2013-08-05mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita1-2/+2
2013-08-05mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita1-1/+1
2013-08-05mtd: nandsim: use kasprintf()Akinobu Mita1-3/+1
2013-08-05mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita1-7/+8
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy1-7/+3
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy1-3/+3
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy1-8/+0
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+3
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-22/+12
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita1-3/+3
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-56/+130
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-10mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia1-56/+130
2012-09-29mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-16/+0
2012-07-06mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-05-13mtd: nandsim: remove autoincrement codeBrian Norris1-25/+3
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-2/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11mtd: nand: enable software BCH ECC in nand simulatorIvan Djelic1-1/+42
2010-12-03mtd: use vzallocJoe Perches1-2/+1
2010-12-03mtd: nandsim: spell fixes in commentssrimugunthan1-18/+18
2010-10-25mtd: nandsim: add module param for BBT handlingSebastian Andrzej Siewior1-2/+17
2010-08-02mtd: nandsim: remove casts from voidKulikov Vasiliy1-7/+7
2010-05-10mtd: nandsim: make some structures anonymousArtem Bityutskiy1-3/+3
2010-02-25mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_DEVICESBen Hutchings1-2/+5
2010-02-25mtd: nandsim: fix spellingAndrey Yurovsky1-2/+2
2009-12-01mtd: nandsim: add support for 4KiB pagesSebastian Andrzej Siewior1-2/+5
2009-01-05[MTD] [NAND] fix nandsim sched.h referencesRandy Dunlap1-0/+1
2008-12-10[MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse1-5/+5
2008-12-10MTD: nandsim: use less RAMAlexey Korolev1-7/+18
2008-12-10MTD: nandsim: add option to use a file to cache pagesAdrian Hunter1-24/+261
2008-12-10MTD: nandsim: suppress unnecessary warningAdrian Hunter1-7/+11
2008-08-11[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi1-1/+0
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton1-3/+5
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton1-0/+1
2008-07-30[MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy1-17/+40
2008-06-05[MTD] [NAND] nandsim: missing header for do_divRandy Dunlap1-0/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-04[MTD] [NAND] nandsim: allow for 64-bit sizeAdrian Hunter1-14/+21
2008-06-04[MTD] [NAND] nandsim: fix overridesizeAdrian Hunter1-0/+1
2008-06-04[MTD] [NAND] nandsim: fix size bugAdrian Hunter1-1/+1
2008-02-03drivers/mtd/: Spelling fixesJoe Perches1-1/+1
2007-10-20[MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy1-1/+1
2007-09-06[MTD] [NAND] nandsim: avoid deadlocking FSArtem Bityutskiy1-1/+7