aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nandsim.c
AgeCommit message (Expand)Author
2020-06-25mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2017-11-30mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon
2017-08-24mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-05-08mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King
2016-11-19mtd: nand: nandsim: fix error checkSudip Mukherjee
2016-11-07mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail()Masahiro Yamada
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: nandsim: add __init attributeJulia Lawall
2016-04-19mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-07mtd: nandsim: use nand_get_controller_data()Brian Norris
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: nandsim: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON
2015-09-21mtd: nandsim: drop null test before destroy functionsJulia Lawall
2015-07-06mtd: nandsim: fix double freeshengyong
2015-07-06mtd: nandsim: fix free of NULL pointershengyong
2015-06-16mtd: nandsim: Fix kasprintf() usageRichard Weinberger
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra
2015-01-15nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita
2014-10-23nandsim: add id_bytes module parameterAkinobu Mita
2014-08-19mtd: nandsim: fix integer wideningBrian Norris
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-10-27mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris
2013-10-24file->f_op is never NULL...Al Viro
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han
2013-08-05mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita
2013-08-05mtd: nandsim: remove unused codeAkinobu Mita
2013-08-05mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita
2013-08-05mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita
2013-08-05mtd: nandsim: use kasprintf()Akinobu Mita
2013-08-05mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds