summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
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
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal
2020-11-30mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-11Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger
2020-10-11Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2020-10-06mtd: hyperbus: add Renesas RPC-IF driverSergei Shtylyov
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-30mtd: hyperbus: Provide per device private pointerVignesh Raghavendra
2020-09-28mtd: nand: Use the new generic ECC objectMiquel Raynal