summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/ecc-sw-bch.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET1-1/+1
2021-03-11mtd: nand: ecc-bch: Use the public nsteps fieldMiquel Raynal1-5/+4
2021-03-11mtd: nand: ecc-bch: Populate the public nsteps fieldMiquel Raynal1-0/+1
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal1-63/+270
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal1-73/+39
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal1-20/+27
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal1-17/+21
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 Raynal1-0/+219