summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa2020-12-101-0/+64
| | | * | mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa2020-12-101-30/+30
| | | * | mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong2020-12-101-2/+6
| | | * | mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin2020-12-101-0/+20
| | | * | mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny2020-12-101-3/+8
| | | * | mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner2020-12-102-12/+13
| | | * | mtd: rawnand: marvell: Drop useless lineMiquel Raynal2020-12-101-6/+0
| | | * | mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal2020-12-101-19/+19
| | | * | mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal2020-12-101-0/+1
| | | * | mtd: nand: Change dependency between the NAND and ECC coresMiquel Raynal2020-12-101-1/+1
| | | * | mtd: rawnand: mxc: Remove platform data supportFabio Estevam2020-12-102-72/+5
| | | * | mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai2020-12-101-2/+0
| | | * | mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal2020-12-101-1/+2
| | | * | mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt2020-12-101-44/+73
| | | * | mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov2020-12-101-1/+1
| | | * | mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2020-12-101-1/+1
| | | * | mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T2020-12-101-0/+4
| | | * | mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I2020-12-101-0/+2
| | | * | mtd: rawnand: gpmi: cleanup makefileMarco Felsch2020-12-101-2/+1
| | | * | mtd: spinand: Remove outdated commentMiquel Raynal2020-12-101-4/+0
| | | * | mtd: spinand: Fix OOB readMiquel Raynal2020-12-101-0/+4
| | | * | mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal2020-12-102-7/+9
| | | * | mtd: spinand: Use the external ECC engine logicMiquel Raynal2020-12-102-44/+54
| | | * | mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2020-12-101-0/+124
| | | * | mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal2020-12-101-1/+5
| | | * | mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+6
| | | * | mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+67
| | | * | mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal2020-12-101-53/+53
| | | * | mtd: spinand: Fix typo in commentMiquel Raynal2020-12-101-1/+1
| | | * | mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+20
| | | * | mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-102-17/+202
| | | * | mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-102-2/+11
| | | * | mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-1011-11/+0
| | | * | mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-102-12/+68
| | | * | mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-1011-68/+89
| | | * | mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal2020-12-101-14/+12
| | | * | mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal2020-12-101-29/+10
| | | * | mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2020-12-101-1/+1
| | | * | mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-1023-30/+31
| | | * | mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-14/+17
| | | * | mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-102-116/+279
| | | * | mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-302-79/+73
| | | * | mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-303-38/+76
| | | * | mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-302-3/+2
| | | * | mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-304-31/+37
| | | * | mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal2020-11-301-26/+29
| | | * | mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-308-15/+16
| | | * | mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+106
| | | |/
| | * | mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle2020-12-077-24/+211
| | * | mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle2020-12-073-3/+53