summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nandsim.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-301-14/+1
* mtd: nandsim: switch to exec_op interfaceRichard Weinberger2019-04-181-31/+47
* mtd: nandsim: Embed struct nand_chip in struct nandsimRichard Weinberger2019-04-181-25/+24
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-2/+4
* mtd: rawnand: Fill memorg during detectionBoris Brezillon2019-04-081-0/+5
* mtd: rawnand: Mark expected switch fall-throughsGustavo A. R. Silva2019-03-211-2/+4
* Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-1/+1
|\
| * mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-1/+1
* | mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li2018-12-031-14/+3
|/
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-5/+4
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+3
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-10/+0
* mtd: rawnand: nandsim: convert driver to nand_scan()Miquel Raynal2018-07-311-37/+45
* mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon2018-07-181-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel2018-03-151-8/+7
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+2392