summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-2392/+0Star
* mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2017-11-131-4/+9
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-151-2/+2
|\
| * fs: fix kernel_write prototypeChristoph Hellwig2017-09-051-1/+1
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-051-1/+1
| * mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König2017-08-251-0/+1
* | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-1/+1
|\ \
| * | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
| |/
* / mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-211-36/+12Star
|/
* Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-111-1/+1
|\
| * mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King2017-03-161-1/+1
* | mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka2017-05-091-20/+9Star
|/
* mtd: nand: nandsim: fix error checkSudip Mukherjee2016-11-191-10/+5Star
* mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail()Masahiro Yamada2016-11-071-4/+0Star
* Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-241-4/+6
|\
| * mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-1/+1
| * mtd: nandsim: add __init attributeJulia Lawall2016-05-051-3/+3
| * mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+2
* | 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/+0Star
* 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-221-2/+1Star
* mtd: nandsim: fix double freeshengyong2015-07-071-18/+7Star
* mtd: nandsim: fix free of NULL pointershengyong2015-07-071-1/+2
* mtd: nandsim: Fix kasprintf() usageRichard Weinberger2015-06-171-0/+10
* mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra2015-02-021-0/+1
* nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita2015-01-161-6/+0Star
* 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-281-1/+1
* | file->f_op is never NULL...Al Viro2013-10-251-1/+1
|/
* mtd: nandsim: Staticize local symbolsJingoo Han2013-08-301-2/+2
* mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita2013-08-051-3/+1Star
* mtd: nandsim: remove unused codeAkinobu Mita2013-08-051-6/+0Star
* 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/+1Star
* mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita2013-08-051-7/+8
* mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy2013-04-051-7/+3Star
* 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/+0Star
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-031-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/+12Star
|/
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-56/+130
|\