aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel1-0/+2
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki1-0/+1
2018-12-02mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal1-1/+1
2018-07-19mtd: adapt misleading comment in mtd_oob_ops structureMiquel Raynal1-3/+5
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-9/+0
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+2
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-2/+0
2018-03-15mtd: Get rid of unused fields in struct erase_infoBoris Brezillon1-5/+0
2018-01-06mtd: Add an helper to make erase request aligned on ->erasesizeBoris Brezillon1-0/+28
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre1-4/+0
2017-11-06mtd: Fix C++ comment in include/linux/mtd/mtd.hPavel Machek1-1/+1
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero1-0/+10
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara1-5/+0
2017-04-19mtd: use dev_of_node helper in mtd_get_of_nodeRafał Miłecki1-1/+1
2017-02-10mtd: name the mtd device with an optional label propertyCédric Le Goater1-0/+3
2017-02-08mtd: introduce function max_bad_blocksJeff Westfahl1-0/+13
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon1-0/+107
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon1-20/+0
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon1-4/+28
2016-04-19mtd: add mtd_set_ecclayout() helper functionBoris Brezillon1-0/+6
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+33
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-11/+1
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON1-0/+5
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-1/+0
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+11
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-0/+2
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris1-0/+1
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+2
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-8/+8
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-3/+0
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie1-0/+5
2013-08-30mtd: add a new ecc_step_size field to mtd_info{}Huang Shijie1-0/+3
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy1-4/+4
2012-11-15mtd: nand: Increase the ecc placement locations to 640Vipin Kumar1-1/+1
2012-07-06mtd: move mtd_read_oob() definition out of mtd.hBrian Norris1-8/+1
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn1-0/+9
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn1-1/+1
2012-03-27mtd: add ecc_strength fields to mtd structsMike Dunn1-0/+3
2012-03-27mtd: check for zero length in OTP functionsArtem Bityutskiy1-59/+11
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy1-0/+2
2012-03-27mtd: add offset and length checks to the API functionArtem Bityutskiy1-112/+17
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-2/+4
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-84/+84
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds1-3/+1
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy1-1/+1
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds1-2/+2
2012-01-30mtd: fix MTD suspendArtem Bityutskiy1-3/+1