summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_micron.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch2019-08-031-3/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf2019-04-181-1/+1
* mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf2019-04-181-1/+1
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-6/+6
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-1/+1
* mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-031-1/+2
* mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-4/+3
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal2018-08-011-3/+4
* mtd: rawnand: micron: Make ECC activation statefulBoris Brezillon2018-07-191-2/+13
* mtd: rawnand: micron: Avoid enabling/disabling ECC when it can't be disabledBoris Brezillon2018-07-191-0/+8
* mtd: rawnand: micron: Get the actual number of bitflipsBoris Brezillon2018-07-191-20/+119
* mtd: rawnand: micron: allow forced on-die ECCChris Packham2018-07-191-3/+10
* mtd: rawnand: micron: support 8/512 on-die ECCChris Packham2018-07-191-30/+131
* mtd: rawnand: micron: Fix on-die ECC detection logicBoris Brezillon2018-07-191-9/+23
* mtd: rawnand: micron: add fixup for ONFI revisionChris Packham2018-07-021-0/+13
* mtd: rawnand: micron: Update ecc_stats.correctedBoris Brezillon2018-07-021-10/+11
* mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported featuresChris Packham2018-06-191-0/+2
* mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal2018-03-201-0/+4
* mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal2018-03-201-11/+8
* mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal2018-03-201-8/+10
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-8/+8
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+289