aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
AgeCommit message (Expand)Author
2022-05-09mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon
2020-03-11mtd: implement proper partition handlingMiquel Raynal
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki
2018-12-02mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal
2018-07-19mtd: adapt misleading comment in mtd_oob_ops structureMiquel Raynal
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-03-15mtd: Get rid of unused fields in struct erase_infoBoris Brezillon
2018-01-06mtd: Add an helper to make erase request aligned on ->erasesizeBoris Brezillon
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre
2017-11-06mtd: Fix C++ comment in include/linux/mtd/mtd.hPavel Machek
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara
2017-04-19mtd: use dev_of_node helper in mtd_get_of_nodeRafał Miłecki
2017-02-10mtd: name the mtd device with an optional label propertyCédric Le Goater
2017-02-08mtd: introduce function max_bad_blocksJeff Westfahl
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon
2016-04-19mtd: add mtd_set_ecclayout() helper functionBoris Brezillon
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie
2013-08-30mtd: add a new ecc_step_size field to mtd_info{}Huang Shijie
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy
2012-11-15mtd: nand: Increase the ecc placement locations to 640Vipin Kumar
2012-07-06mtd: move mtd_read_oob() definition out of mtd.hBrian Norris
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn
2012-03-27mtd: add ecc_strength fields to mtd structsMike Dunn
2012-03-27mtd: check for zero length in OTP functionsArtem Bityutskiy
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy
2012-03-27mtd: add offset and length checks to the API functionArtem Bityutskiy