summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
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: onenand: Fix some kernel-doc misdemeanoursLee Jones1-21/+15
2020-11-20mtd: rawnand: arasan: Document 'anfc_op's 'buf' memberLee Jones1-0/+1
2020-11-20mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' memberLee Jones1-0/+1
2020-11-20mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanoursLee Jones1-8/+10
2020-11-20mtd: rawnand: omap_elm: Finish half populated function header, demote empty onesLee Jones1-2/+5
2020-11-20mtd: rawnand: s3c2410: Add documentation for 2 missing struct membersLee Jones1-1/+3
2020-11-20mtd: rawnand: cafe_nand: Remove superfluous param doc and add anotherLee Jones1-1/+1
2020-11-20mtd: rawnand: diskonchip: Marking unused variables as __always_unusedLee Jones1-2/+2
2020-11-20mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headersLee Jones1-3/+3
2020-11-20mtd: spinand: toshiba: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-20mtd: onenand: onenand_bbt: Fix expected kernel-doc formattingLee Jones1-16/+16
2020-11-20mtd: onenand: onenand_base: Fix expected kernel-doc formattingLee Jones1-219/+219
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