summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-081-0/+2
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-101-8/+8
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-061-3/+0
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-271-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/+1
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+9
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-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/+11
* 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/+17
* 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/+1
|\
| * mtd: fix MTD suspendArtem Bityutskiy2012-01-301-3/+1
* | mtd: fix merge conflict resolution breakageArtem Bityutskiy2012-02-011-1/+1
* | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-311-2/+2
|\ \ | |/ |/|
* | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-0/+7
* | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-091-1/+4
* | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-0/+6
* | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-1/+2
* | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-14/+2
* | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-0/+4
OpenPOWER on IntegriCloud