summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nandsim.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: nandsim: Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pat...RinHizakura2022-01-231-8/+11
* mtd: rawnand: nandsim: Merge repeat codes in ns_switch_stateRinHizakura2022-01-231-13/+6
* mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcallocRinHizakura2022-01-231-8/+1
* mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engineMiquel Raynal2021-01-141-4/+3
* mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-301-2/+1
* mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-301-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-2/+2
* nandsim: Fix return code testing of ns_find_operation()Richard Weinberger2020-06-151-1/+1
* mtd: rawnand: nandsim: Reorganize ns_cleanup_module()Miquel Raynal2020-05-311-22/+22
* mtd: rawnand: nandsim: Rename a label in ns_init_module()Miquel Raynal2020-05-311-3/+3
* mtd: rawnand: nandsim: Manage lists on error in ns_init_module()Miquel Raynal2020-05-311-4/+19
* mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()Miquel Raynal2020-05-311-3/+3
* mtd: rawnand: nandsim: Free erase_block_wear on errorMiquel Raynal2020-05-311-1/+3
* mtd: rawnand: nandsim: Use an additional label when freeing the nandsim objectMiquel Raynal2020-05-311-3/+4
* mtd: rawnand: nandsim: Stop using nand_release()Miquel Raynal2020-05-311-2/+4
* mtd: rawnand: nandsim: Free the partition names in ns_free()Miquel Raynal2020-05-311-6/+6
* mtd: rawnand: nandsim: Free the allocated device on error in ns_init()Miquel Raynal2020-05-311-1/+3
* mtd: rawnand: nandsim: Free partition names on error in ns_init()Miquel Raynal2020-05-311-4/+13
* mtd: rawnand: nandsim: Fix the two ns_alloc_device() error pathsMiquel Raynal2020-05-311-9/+17
* mtd: rawnand: nandsim: Remove debugfs entries at unload timeMiquel Raynal2020-05-311-0/+6
* mtd: rawnand: nandsim: Keep track of the created debugfs entriesMiquel Raynal2020-05-311-4/+6
* mtd: rawnand: nandsim: Clean error handlingMiquel Raynal2020-05-311-19/+27
* mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functionsMiquel Raynal2020-05-311-117/+131
* mtd: rawnand: nandsim: Use octal permissionsMiquel Raynal2020-05-311-1/+1
* mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'Miquel Raynal2020-05-311-4/+4
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-0/+3
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-2/+2
* 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