summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| | * | mtd: spi-nor: intel: remove global protection flagMichael Walle2020-12-071-13/+3
| | * | mtd: spi-nor: sst: remove global protection flagMichael Walle2020-12-071-18/+12
| | * | mtd: spi-nor: atmel: remove global protection flagMichael Walle2020-12-071-19/+9
| | * | mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle2020-12-071-10/+13
| | * | mtd: spi-nor: sst: fix BPn bits for the SST25VF064CMichael Walle2020-12-071-1/+2
| | * | mtd: spi-nor: spansion: Set ECC block sizePratyush Yadav2020-12-071-0/+1
| | * | mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav2020-12-072-1/+5
| | * | mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-072-3/+3
| | * | mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR modePratyush Yadav2020-11-091-1/+114
| | * | mtd: spi-nor: spansion: add support for Cypress Semper flashPratyush Yadav2020-11-091-0/+171
| | * | mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav2020-11-091-0/+15
| | * | mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav2020-11-091-0/+45
| | * | mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush Yadav2020-11-093-0/+7
| | * | mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav2020-11-092-0/+40
| | * | mtd: spi-nor: Parse SFDP SCCR MapTudor Ambarus2020-11-091-0/+48
| | * | mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus2020-11-092-0/+9
| | * | mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav2020-11-091-2/+13
| | * | mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav2020-11-091-0/+10
| | * | mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav2020-11-093-1/+102
| | * | mtd: spi-nor: sfdp: get command opcode extension type from BFPTPratyush Yadav2020-11-092-0/+24
| | * | mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-093-83/+252