summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2020-12-11mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T1-0/+4
2020-12-11mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I1-0/+2
2020-12-11mtd: rawnand: gpmi: cleanup makefileMarco Felsch1-2/+1
2020-12-11mtd: spinand: Remove outdated commentMiquel Raynal1-4/+0
2020-12-11mtd: spinand: Fix OOB readMiquel Raynal1-0/+4
2020-12-11mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal2-7/+9
2020-12-11mtd: spinand: Use the external ECC engine logicMiquel Raynal2-44/+54
2020-12-11mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal1-0/+124
2020-12-11mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal1-1/+5
2020-12-11mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal1-0/+6
2020-12-11mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal1-0/+67
2020-12-11mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal1-53/+53
2020-12-11mtd: spinand: Fix typo in commentMiquel Raynal1-1/+1
2020-12-11mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal1-0/+20
2020-12-11mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2-17/+202
2020-12-11mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2-2/+11
2020-12-11mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal11-11/+0
2020-12-11mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2-12/+68
2020-12-11mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal9-39/+61
2020-12-11mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal1-14/+12
2020-12-11mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal1-29/+10
2020-12-11mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal1-1/+1
2020-12-11mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal20-28/+28
2020-12-11mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal1-14/+17
2020-12-11mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2-116/+279
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2-79/+73
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal3-38/+76
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2-3/+2
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal4-31/+37
2020-11-30mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal1-26/+29
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal8-15/+16
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal1-0/+106
2020-11-20mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()Miquel Raynal1-4/+17
2020-11-20mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()Miquel Raynal1-8/+24
2020-11-20mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()Miquel Raynal2-13/+28
2020-11-19mtd: rawnand: plat_nand: Move the ECC initialization to ->attach_chip()Miquel Raynal1-3/+17
2020-11-19mtd: rawnand: pasemi: Move the ECC initialization to ->attach_chip()Miquel Raynal1-2/+17
2020-11-19mtd: rawnand: tmio: Move the ECC initialization to ->attach_chip()Miquel Raynal1-9/+24
2020-11-19mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()Miquel Raynal1-5/+9
2020-11-19mtd: rawnand: orion: Move the ECC initialization to ->attach_chip()Miquel Raynal1-2/+17
2020-11-19mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()Miquel Raynal1-2/+17
2020-11-19mtd: rawnand: lpc32xx_slc: Move the ECC initialization to ->attach_chip()Miquel Raynal1-12/+14
2020-11-19mtd: rawnand: lpc32xx_mlc: Move the ECC initialization to ->attach_chip()Miquel Raynal1-10/+13
2020-11-19mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()Miquel Raynal1-15/+15
2020-11-19mtd: rawnand: diskonchip: Move the ECC initialization to ->attach_chip()Miquel Raynal1-10/+19
2020-11-19mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip()Miquel Raynal1-4/+4
2020-11-19mtd: rawnand: cs553x: Move the ECC initialization to ->attach_chip()Miquel Raynal1-8/+16
2020-11-19mtd: rawnand: au1550: Move the ECC initialization to ->attach_chip()Miquel Raynal1-2/+9
2020-11-19mtd: rawnand: ams-delta: Move the ECC initialization to ->attach_chip()Miquel Raynal1-3/+9
2020-11-19mtd: rawnand: xway: Move the ECC initialization to ->attach_chip()Miquel Raynal1-2/+16