aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_micron.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-6/+11
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-2/+2
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal1-1/+1
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal1-1/+1
2020-05-24mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllersMiquel Raynal1-9/+52
2020-05-11mtd: rawnand: micron: Allow controllers to overload raw accessorsMiquel Raynal1-2/+4
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal1-3/+3
2019-10-04mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka1-1/+3
2019-08-03mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch1-3/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf1-1/+1
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf1-1/+1
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-6/+6
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon1-1/+2
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon1-2/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon1-4/+3
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon1-3/+3
2018-08-01mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal1-3/+4
2018-07-19mtd: rawnand: micron: Make ECC activation statefulBoris Brezillon1-2/+13
2018-07-19mtd: rawnand: micron: Avoid enabling/disabling ECC when it can't be disabledBoris Brezillon1-0/+8
2018-07-19mtd: rawnand: micron: Get the actual number of bitflipsBoris Brezillon1-20/+119
2018-07-19mtd: rawnand: micron: allow forced on-die ECCChris Packham1-3/+10
2018-07-19mtd: rawnand: micron: support 8/512 on-die ECCChris Packham1-30/+131
2018-07-19mtd: rawnand: micron: Fix on-die ECC detection logicBoris Brezillon1-9/+23
2018-07-02mtd: rawnand: micron: add fixup for ONFI revisionChris Packham1-0/+13
2018-07-02mtd: rawnand: micron: Update ecc_stats.correctedBoris Brezillon1-10/+11
2018-06-19mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported featuresChris Packham1-0/+2
2018-03-20mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal1-0/+4
2018-03-20mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal1-11/+8
2018-03-20mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal1-8/+10
2018-03-20mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal1-8/+8
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+289