summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-291-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/+0Star
* 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/+0Star
* mtd: Get rid of unused fields in struct erase_infoBoris Brezillon2018-03-151-5/+0Star
* 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/+0Star
* 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/+0Star
|/
* 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/+0Star
* 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/+1Star
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-081-0/+5
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-1/+0Star
* 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-081-0/+1
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-0/+2
|/
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-091-0/+2
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-111-8/+8
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-071-3/+0Star
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-281-0/+5
* mtd: add a new ecc_step_size field to mtd_info{}Huang Shijie2013-08-301-0/+3
* mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-051-4/+4
* mtd: nand: Increase the ecc placement locations to 640Vipin Kumar2012-11-151-1/+1
* mtd: move mtd_read_oob() definition out of mtd.hBrian Norris2012-07-061-8/+1Star
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-141-0/+9
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-141-1/+1
* mtd: add ecc_strength fields to mtd structsMike Dunn2012-03-271-0/+3
* mtd: check for zero length in OTP functionsArtem Bityutskiy2012-03-271-59/+11Star
* mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-271-0/+2
* mtd: add offset and length checks to the API functionArtem Bityutskiy2012-03-271-112/+17Star
* mtd: return error code from mtd_unpointArtem Bityutskiy2012-03-271-2/+4
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-84/+84
* Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds2012-02-041-3/+1Star
|\
| * mtd: fix MTD suspendArtem Bityutskiy2012-01-301-3/+1Star