summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* mtd: nandsim: use nand_get_controller_data()Brian Norris2016-01-071-6/+12
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-2/+2
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: nandsim: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-6/+6
* mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON2015-12-081-9/+9
* mtd: nandsim: drop null test before destroy functionsJulia Lawall2015-09-211-2/+1
* mtd: nandsim: fix double freeshengyong2015-07-061-18/+7
* mtd: nandsim: fix free of NULL pointershengyong2015-07-061-1/+2
* mtd: nandsim: Fix kasprintf() usageRichard Weinberger2015-06-161-0/+10
* mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra2015-02-011-0/+1
* nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita2015-01-151-6/+0
* nandsim: add id_bytes module parameterAkinobu Mita2014-10-231-18/+24
* mtd: nandsim: fix integer wideningBrian Norris2014-08-191-1/+1
* replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-2/+2
* Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-141-1/+1
|\
| * mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris2013-10-271-1/+1
* | file->f_op is never NULL...Al Viro2013-10-241-1/+1
|/
* mtd: nandsim: Staticize local symbolsJingoo Han2013-08-301-2/+2
* mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita2013-08-051-3/+1
* mtd: nandsim: remove unused codeAkinobu Mita2013-08-051-6/+0
* mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita2013-08-051-2/+2
* mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita2013-08-051-1/+1
* mtd: nandsim: use kasprintf()Akinobu Mita2013-08-051-3/+1
* mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita2013-08-051-7/+8
* mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy2013-04-051-7/+3
* mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy2013-04-051-3/+3
* mtd: nand: remove a bunch of unused commandsArtem Bityutskiy2013-04-051-8/+0
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-3/+3
|\
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-041-3/+3
* | export kernel_write(), convert open-coded instancesAl Viro2013-02-261-22/+12
|/
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-56/+130
|\
| * mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia2012-12-101-56/+130
* | mtd: nandsim: use prandom_bytesAkinobu Mita2012-12-171-4/+1
|/
* mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud2012-09-291-0/+1
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-16/+0
* mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski2012-07-061-9/+3
* mtd: nandsim: remove autoincrement codeBrian Norris2012-05-131-25/+3
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-2/+2
* 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
OpenPOWER on IntegriCloud