summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal2022-03-231-0/+2
|\
| * mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer2022-02-091-0/+2
* | Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-181-18/+0
|\ \
| * | mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2022-02-251-1/+0
| * | mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-251-8/+0
| * | mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle2022-02-251-9/+0
| |/
* | mtd: core: Remove partid and partname debugfs filesTudor Ambarus2022-03-141-3/+0
* | Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/nextMiquel Raynal2022-02-183-0/+100
|\ \
| * | spi: mxic: Add support for pipelined ECC operationsMiquel Raynal2022-02-102-1/+16
| * | mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal2022-02-101-0/+2
| * | mtd: nand: mxic-ecc: Support SPI pipelined modeMiquel Raynal2022-02-101-0/+49
| * | mtd: nand: ecc: Provide a helper to retrieve a pilelined engine deviceMiquel Raynal2022-02-091-0/+1
| * | mtd: nand: Add a new helper to retrieve the ECC contextMiquel Raynal2022-01-231-0/+5
| * | mtd: nand: ecc: Add infrastructure to support hardware enginesMiquel Raynal2022-01-231-0/+28
| |/
* / mtd: Replace the expert mode symbols with a single helperMiquel Raynal2022-02-071-2/+6
|/
* Merge tag 'nand/for-5.17' into mtd/nextMiquel Raynal2021-12-311-0/+2
|\
| * mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil2021-11-191-0/+2
* | Merge tag 'spi-nor/for-5.17' into mtd/nextMiquel Raynal2021-12-311-2/+0
|\ \
| * | mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus2021-11-171-2/+0
| |/
* | mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal2021-12-091-0/+3
* | mtd: remove unused header file <linux/mtd/latch-addr-flash.h>Jonathan Corbet2021-12-031-29/+0
|/
* 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
|\ \