summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2020-12-10mtd: rawnand: qcom: Add NAND controller support for SDX55Manivannan Sadhasivam-17/+51
2020-12-10mtd: rawnand: mxc: Use a single line for of_device_idFabio Estevam-16/+5
2020-12-10mtd: rawnand: mxc: Use device_get_match_data()Fabio Estevam-3/+1
2020-12-10mtd: rawnand: meson: Fix a resource leak in initDan Carpenter-1/+4
2020-12-10mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam-9/+1
2020-12-10mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan-0/+730
2020-12-10mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa-0/+64
2020-12-10mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa-30/+30
2020-12-10mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong-2/+6
2020-12-10mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin-0/+20
2020-12-10mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny-3/+8
2020-12-10mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner-12/+13
2020-12-10mtd: rawnand: marvell: Drop useless lineMiquel Raynal-6/+0
2020-12-10mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal-19/+19
2020-12-10mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal-0/+1
2020-12-10mtd: nand: Change dependency between the NAND and ECC coresMiquel Raynal-1/+1
2020-12-10mtd: rawnand: mxc: Remove platform data supportFabio Estevam-72/+5
2020-12-10mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai-2/+0
2020-12-10mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal-1/+2
2020-12-10mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt-44/+73
2020-12-10mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov-1/+1
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-12-10mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T-0/+4
2020-12-10mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I-0/+2
2020-12-10mtd: rawnand: gpmi: cleanup makefileMarco Felsch-2/+1
2020-12-10mtd: spinand: Remove outdated commentMiquel Raynal-4/+0
2020-12-10mtd: spinand: Fix OOB readMiquel Raynal-0/+4
2020-12-10mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal-7/+9
2020-12-10mtd: spinand: Use the external ECC engine logicMiquel Raynal-44/+54
2020-12-10mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal-0/+124
2020-12-10mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal-1/+5
2020-12-10mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal-0/+6
2020-12-10mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal-0/+67
2020-12-10mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal-53/+53
2020-12-10mtd: spinand: Fix typo in commentMiquel Raynal-1/+1
2020-12-10mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal-0/+20
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal-17/+202
2020-12-10mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal-2/+11
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal-11/+0
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal-12/+68
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal-68/+89
2020-12-10mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal-14/+12
2020-12-10mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal-29/+10
2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal-1/+1
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal-30/+31
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal-14/+17
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal-116/+279
2020-12-07mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle-24/+211
2020-12-07mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle-3/+53
2020-12-07mtd: spi-nor: intel: remove global protection flagMichael Walle-13/+3