summaryrefslogtreecommitdiff
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-301-0/+25
| | * mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-302-29/+21
| | * mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-301-4/+0
| | * mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal2020-11-301-1/+1
| | * mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-301-6/+5
| | * mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-301-3/+3
| | * mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+32
| |/ |/|
| * mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-071-1/+1
| * mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav2020-11-091-0/+2
| * mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-091-13/+38
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger2020-10-111-0/+13
|\
| * mtd: hyperbus: add Renesas RPC-IF driverSergei Shtylyov2020-10-061-0/+11
| * mtd: hyperbus: Provide per device private pointerVignesh Raghavendra2020-09-301-0/+2
* | Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2020-10-112-33/+189
|\ \
| * | mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-301-1/+0
| * | mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal2020-09-301-12/+0
| * | mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-3/+1
| * | mtd: nand: Use the new generic ECC objectMiquel Raynal2020-09-281-7/+7