summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_onfi.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: onfi: Fix endianness when reading NV-DDR valuesMiquel Raynal2021-06-181-3/+3
* mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal2021-05-261-0/+1
* mtd: rawnand: Retrieve NV-DDR timing modes from the ONFI parameter pageMiquel Raynal2021-05-261-0/+2
* mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal2021-05-261-1/+1
* mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal2020-09-281-4/+13
* mtd: rawnand: onfi: Adapt the parameter page read to constraint controllersMiquel Raynal2020-05-111-7/+14
* mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-1/+2
* mtd: rawnand: onfi: Drop a useless parameter page readMiquel Raynal2020-05-111-6/+4
* mtd: rawnand: onfi: Avoid doing a copy of the parameter pageMiquel Raynal2020-05-111-15/+15
* mtd: rawnand: onfi: Define the number of parameter pagesMiquel Raynal2020-05-111-5/+11
* mtd: rawnand: onfi: Use intermediate variables to improve readabilityMiquel Raynal2020-05-111-4/+5
* mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-4/+4
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-2/+0
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-1/+0
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-081-3/+0
* mtd: rawnand: Fill memorg during detectionBoris Brezillon2019-04-081-5/+18
* mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-031-0/+305