summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_jedec.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski1-0/+3
2023-01-13mtd: rawnand: Check the data only read pattern only onceMiquel Raynal1-2/+1
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-2/+7
2020-05-11mtd: rawnand: jedec: Adapt the parameter page read to constraint controllersMiquel Raynal1-6/+13
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal1-1/+1
2020-05-11mtd: rawnand: jedec: Use intermediate variables to improve readabilityMiquel Raynal1-2/+3
2020-05-11mtd: rawnand: jedec: Define the number of parameter pagesMiquel Raynal1-2/+4
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-2/+2
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-2/+0
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-1/+0
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon1-5/+17
2018-12-15mtd: rawnand: Fix JEDEC detectionBoris Brezillon1-0/+2
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon1-0/+113