summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nandsim.c
AgeCommit message (Expand)Author
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner
2019-04-18mtd: nandsim: switch to exec_op interfaceRichard Weinberger
2019-04-18mtd: nandsim: Embed struct nand_chip in struct nandsimRichard Weinberger
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-03-21mtd: rawnand: Mark expected switch fall-throughsGustavo A. R. Silva
2018-12-18Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon
2018-07-31mtd: rawnand: nandsim: convert driver to nand_scan()Miquel Raynal
2018-07-18mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-03-15mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon