Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-10-15 | mtd: rawnand: Let callers use the bare Hamming helpers | Miquel Raynal | 1 | -3/+4 |
2021-03-11 | mtd: nand: ecc-hamming: Use the public nsteps field | Miquel Raynal | 1 | -5/+4 |
2021-03-11 | mtd: nand: ecc-hamming: Populate the public nsteps field | Miquel Raynal | 1 | -0/+1 |
2020-12-11 | mtd: nand: ecc-hamming: Clarify the logic around rp17 | Miquel Raynal | 1 | -1/+2 |
2020-12-11 | mtd: nand: ecc-hamming: Create the software Hamming engine | Miquel Raynal | 1 | -0/+193 |
2020-12-11 | mtd: nand: ecc-hamming: Stop using raw NAND structures | Miquel Raynal | 1 | -9/+8 |
2020-12-11 | mtd: nand: ecc-hamming: Rename the exported functions | Miquel Raynal | 1 | -25/+28 |
2020-12-11 | mtd: nand: ecc-hamming: Cleanup and style fixes | Miquel Raynal | 1 | -14/+12 |
2020-12-11 | mtd: nand: ecc-hamming: Drop/fix the kernel doc | Miquel Raynal | 1 | -29/+10 |
2020-12-11 | mtd: nand: ecc-hamming: Clarify the driver descriptions | Miquel Raynal | 1 | -1/+1 |
2020-12-11 | mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer | Miquel Raynal | 1 | -0/+484 |