summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: Remove obsolete macros only used by the old nand_ecclayout structGONG, Ruiqi2021-09-141-2/+0
* Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-07-054-19/+187
|\
| * Merge tag 'spi-nor/for-5.14' into mtd/nextMiquel Raynal2021-06-301-0/+2
| |\
| | * mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle2021-06-151-0/+2
| * | Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-06-292-19/+183
| |\ \
| | * | mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal2021-05-261-0/+4
| | * | mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal2021-05-261-1/+1
| | * | mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal2021-05-261-0/+5
| | * | mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal2021-05-261-0/+28
| | * | mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal2021-05-261-0/+2
| | * | mtd: rawnand: Retrieve NV-DDR timing modes from the ONFI parameter pageMiquel Raynal2021-05-261-0/+3
| | * | mtd: rawnand: Add NV-DDR timingsMiquel Raynal2021-05-261-0/+112
| | * | mtd: rawnand: Clarify the NV-DDR entries in the ONFI structureMiquel Raynal2021-05-261-2/+3
| | * | mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal2021-05-261-3/+3
| | * | mtd: rawnand: Update dead URLMiquel Raynal2021-05-261-2/+2
| | * | mtd: rawnand: onfi: Use the BIT() macro when possibleMiquel Raynal2021-05-261-10/+10
| | * | mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal2021-05-261-1/+10
| | |/
| * / mtd: core: add OTP nvmem provider supportMichael Walle2021-05-101-0/+2
| |/
* / mtd: spinand: use the spi-mem poll status APIsPatrice Chotard2021-06-031-0/+22
|/
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-2/+3
* Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-04-154-4/+36
|\
| * mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam2021-04-071-0/+14
| * mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai2021-03-281-1/+0
| * mtd: nand: ecc-hamming: Use the public nsteps fieldMiquel Raynal2021-03-111-2/+0
| * mtd: nand: ecc-bch: Use the public nsteps fieldMiquel Raynal2021-03-111-2/+0
| * mtd: nand: Add a helper to retrieve the number of ECC bytes per stepMiquel Raynal2021-03-111-0/+10
| * mtd: nand: Add a helper to retrieve the number of ECC stepsMiquel Raynal2021-03-111-0/+10
| * mtd: nand: Let ECC engines advertize the exact number of stepsMiquel Raynal2021-03-111-0/+2
* | Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger2021-04-151-0/+8
|\ \
| * | mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle2021-04-021-0/+8
| |/
* | include: linux: mtd: Remove duplicate include of nand.hWan Jiabing2021-03-281-1/+0
* | mtd: add OTP (one-time-programmable) erase ioctlMichael Walle2021-03-281-0/+3
* | mtd: char: Get rid of Big MTD LockAlexander Sverdlin2021-03-111-0/+1
* | mtd: Add helper macro for register_mtd_blktrans boilerplateDejin Zheng2021-03-111-0/+11
|/
* mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus2021-02-051-0/+1
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-169-123/+286
|\ \
| | * mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2020-12-101-1/+2
| | * mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2020-12-101-0/+4
| | * mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
| | * mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+9
| | * mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
| | * mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-102-4/+21
| | * mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-101-0/+36
| | * mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
| | * mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-102-0/+22
| | * mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-102-24/+19
| | * 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-102-4/+4
| | * mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-2/+0
| | * mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-102-8/+17