summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2020-12-10mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam
2020-12-10mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan
2020-12-10mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa
2020-12-10mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa
2020-12-10mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong
2020-12-10mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin
2020-12-10mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner
2020-12-10mtd: rawnand: marvell: Drop useless lineMiquel Raynal
2020-12-10mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal
2020-12-10mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal
2020-12-10mtd: nand: Change dependency between the NAND and ECC coresMiquel Raynal
2020-12-10mtd: rawnand: mxc: Remove platform data supportFabio Estevam
2020-12-10mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai
2020-12-10mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal
2020-12-10mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt
2020-12-10mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab
2020-12-10mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T
2020-12-10mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I
2020-12-10mtd: rawnand: gpmi: cleanup makefileMarco Felsch
2020-12-10mtd: spinand: Remove outdated commentMiquel Raynal
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