summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: fix minor comment typo for struct mtd_masterMarcel Hamer2024-02-261-1/+1
* mtd: use refcount to prevent corruptionTomas Winkler2023-07-121-1/+1
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+1
|\
| * mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki2022-09-241-0/+1
* | mtd: add ECC error accounting for each read requestMichał Kępień2022-09-211-0/+2
* | mtd: track maximum number of bitflips for each read requestMichał Kępień2022-09-211-0/+5
|/
* mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi2022-04-211-4/+2
* mtd: core: Remove partid and partname debugfs filesTudor Ambarus2022-03-141-3/+0
* mtd: Replace the expert mode symbols with a single helperMiquel Raynal2022-02-071-2/+6
* mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal2021-12-091-0/+3
* mtd: Remove obsolete macros only used by the old nand_ecclayout structGONG, Ruiqi2021-09-141-2/+0
* mtd: core: add OTP nvmem provider supportMichael Walle2021-05-101-0/+2
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-2/+3
* 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 support for emulated SLC mode on MLC NANDsBoris Brezillon2020-05-111-1/+6
* mtd: implement proper partition handlingMiquel Raynal2020-03-111-10/+115
* mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2019-08-291-0/+3
* mtd: Add flag to indicate panic_writeKamal Dasu2019-06-271-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-15/+1
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-0/+2
|\
| * mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2018-12-061-0/+2
* | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-021-0/+1
* | mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal2018-12-021-1/+1
|/
* mtd: adapt misleading comment in mtd_oob_ops structureMiquel Raynal2018-07-191-3/+5
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-9/+0
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-151-1/+2
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-2/+0
* mtd: Get rid of unused fields in struct erase_infoBoris Brezillon2018-03-151-5/+0
* mtd: Add an helper to make erase request aligned on ->erasesizeBoris Brezillon2018-01-061-0/+28
* mtd: remove the get_unmapped_area methodNicolas Pitre2017-11-131-4/+0
* mtd: Fix C++ comment in include/linux/mtd/mtd.hPavel Machek2017-11-061-1/+1
* mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-211-0/+10
* Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-111-1/+1
|\
| * mtd: use dev_of_node helper in mtd_get_of_nodeRafał Miłecki2017-04-191-1/+1
* | mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-201-5/+0
|/
* mtd: name the mtd device with an optional label propertyCédric Le Goater2017-02-101-0/+3
* mtd: introduce function max_bad_blocksJeff Westfahl2017-02-081-0/+13
* mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-151-0/+107
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-051-20/+0
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-191-4/+28
* mtd: add mtd_set_ecclayout() helper functionBoris Brezillon2016-04-191-0/+6
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2016-04-191-0/+33
* mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2016-04-131-11/+1
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-071-0/+5
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-1/+0
* mtd: add get/set of_node/flash_node helpersBrian Norris2015-11-111-0/+11
* Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2015-02-181-0/+1
|\
| * mtd: implement common reboot notifier boilerplateBrian Norris2015-01-071-0/+1
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-0/+2
|/