aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-2392/+0
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon1-4/+9
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+1
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon1-1/+1
2017-08-24mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König1-0/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero1-36/+12
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2017-05-08mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka1-20/+9
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King1-1/+1
2016-11-19mtd: nand: nandsim: fix error checkSudip Mukherjee1-10/+5
2016-11-07mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail()Masahiro Yamada1-4/+0
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+6
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-1/+1
2016-05-05mtd: nandsim: add __init attributeJulia Lawall1-3/+3
2016-04-19mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki1-0/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-01-07mtd: nandsim: use nand_get_controller_data()Brian Norris1-6/+12
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-2/+2
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: nandsim: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+6
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON1-9/+9
2015-09-21mtd: nandsim: drop null test before destroy functionsJulia Lawall1-2/+1
2015-07-06mtd: nandsim: fix double freeshengyong1-18/+7
2015-07-06mtd: nandsim: fix free of NULL pointershengyong1-1/+2
2015-06-16mtd: nandsim: Fix kasprintf() usageRichard Weinberger1-0/+10
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra1-0/+1
2015-01-15nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita1-6/+0
2014-10-23nandsim: add id_bytes module parameterAkinobu Mita1-18/+24
2014-08-19mtd: nandsim: fix integer wideningBrian Norris1-1/+1
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro1-2/+2
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2013-10-27mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han1-2/+2
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_D...Ben 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
2007-04-17[MTD] nandsim: enhance nandsim to allow arbitrary NAND sizeAdrian Hunter1-1/+20
2007-04-17[MTD] nandsim: Enhance nandsim optionally to report wear informationAdrian Hunter1-0/+99
2007-04-17[MTD] nandsim: enhance nandsim to simulate flash errorsAdrian Hunter1-1/+300
2007-04-17[MTD] nandsim: add partition capability to nandsimAdrian Hunter1-24/+73
2006-12-08[MTD] nandsim: bugfix in page addressingArtem Bityutskiy1-2/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
2006-10-21[MTD] NAND: nandsim: support subpage writeArtem Bityutskiy1-1/+3
2006-10-21[MTD] NAND: nandsim coding style fixVijay Kumar1-38/+19
2006-10-21[MTD] NAND: nandsim page-wise allocation (2/2)Vijay Kumar1-24/+138
2006-10-21[MTD] NAND: nandsim page-wise allocation (1/2)Vijay Kumar1-22/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-13/+0
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-63/+13
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner1-1/+1
2006-05-23[MTD] NAND modularize ECCThomas Gleixner1-1/+1
2006-05-22[MTD] Introduce writesizeJoern Engel1-1/+1
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse1-0/+2
2005-11-29[MTD] Make functions static, include header files with prototypesAdrian Bunk1-1/+1
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner1-81/+81
2005-05-23[MTD] NAND nandsim: Use NAND_SKIP_BBT optionArtem B. Bityuckiy1-29/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1613