aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ecc-sw-hamming.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15mtd: rawnand: Let callers use the bare Hamming helpersMiquel Raynal1-3/+4
2021-03-11mtd: nand: ecc-hamming: Use the public nsteps fieldMiquel Raynal1-5/+4
2021-03-11mtd: nand: ecc-hamming: Populate the public nsteps fieldMiquel Raynal1-0/+1
2020-12-10mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal1-1/+2
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal1-0/+193
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal1-9/+8
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal1-25/+28
2020-12-10mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal1-14/+12
2020-12-10mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal1-29/+10
2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal1-1/+1
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal1-0/+484