summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2021-09-14mtd: Remove obsolete macros only used by the old nand_ecclayout structGONG, Ruiqi
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-06-30Merge tag 'spi-nor/for-5.14' into mtd/nextMiquel Raynal
2021-06-29Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle
2021-06-03mtd: spinand: use the spi-mem poll status APIsPatrice Chotard
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal
2021-05-26mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal
2021-05-26mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal
2021-05-26mtd: rawnand: Retrieve NV-DDR timing modes from the ONFI parameter pageMiquel Raynal
2021-05-26mtd: rawnand: Add NV-DDR timingsMiquel Raynal
2021-05-26mtd: rawnand: Clarify the NV-DDR entries in the ONFI structureMiquel Raynal
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal
2021-05-26mtd: rawnand: Update dead URLMiquel Raynal
2021-05-26mtd: rawnand: onfi: Use the BIT() macro when possibleMiquel Raynal
2021-05-26mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal
2021-05-10mtd: core: add OTP nvmem provider supportMichael Walle
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2021-04-15Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger
2021-04-07mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-03-28include: linux: mtd: Remove duplicate include of nand.hWan Jiabing
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle
2021-03-28mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai
2021-03-11mtd: char: Get rid of Big MTD LockAlexander Sverdlin
2021-03-11mtd: Add helper macro for register_mtd_blktrans boilerplateDejin Zheng
2021-03-11mtd: nand: ecc-hamming: Use the public nsteps fieldMiquel Raynal
2021-03-11mtd: nand: ecc-bch: Use the public nsteps fieldMiquel Raynal
2021-03-11mtd: nand: Add a helper to retrieve the number of ECC bytes per stepMiquel Raynal
2021-03-11mtd: nand: Add a helper to retrieve the number of ECC stepsMiquel Raynal
2021-03-11mtd: nand: Let ECC engines advertize the exact number of stepsMiquel Raynal
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab
2020-12-10mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal
2020-12-10mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal
2020-12-10mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal
2020-12-10mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal