aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-12-10mtd: spinand: Fix OOB readMiquel Raynal
2020-12-10mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal
2020-12-10mtd: spinand: Use the external ECC engine logicMiquel Raynal
2020-12-10mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal
2020-12-10mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal
2020-12-10mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal
2020-12-10mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal
2020-12-10mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal
2020-12-10mtd: spinand: Fix typo in commentMiquel Raynal
2020-12-10mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal
2020-11-20mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-20mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-20mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: plat_nand: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: pasemi: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: tmio: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: orion: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: lpc32xx_slc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: lpc32xx_mlc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: diskonchip: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: cs553x: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: au1550: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: ams-delta: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: xway: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-11-19mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-10-30mtd: rawnand: stm32_fmc2: fix broken ECCChristophe Kerello
2020-10-28mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen
2020-10-28mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin