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