aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAge
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-15
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-05
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-19
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2016-04-19
* mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia2016-04-13
* mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2016-04-13
* mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris2016-01-05
|\
| * mtd: fix cmdlinepart parser, early naming for auto-filled MTDBrian Norris2016-01-04
* | mtd: partitions: support a cleanup callback for parsersBrian Norris2015-12-09
* | mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris2015-12-09
* | mtd: partitions: remove kmemdup()Brian Norris2015-12-09
* | Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-15
|\|
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
| |\
| | * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | | mtd: grab a reference to the MTD of_node before registering itBrian Norris2015-11-12
|/ /
* | mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris2015-11-06
* | mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2015-10-26
* | mtd: warn when registering the same master many timesBrian Norris2015-10-26
* | mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris2015-10-26
* | mtd: core: set some defaults when dev.parent is setFrans Klaver2015-10-13
* | mtd: core: tone down suggestion that dev.parent should be setFrans Klaver2015-10-13
* | mtd: Destroy mtd_idr on module_exitJohannes Thumshirn2015-09-28
|/
* mtd: propagate error codes from add_mtd_device()Brian Norris2015-06-16
* mtd: Switch to PM opsLars-Peter Clausen2015-05-07
* mtd: part: Create the master device node when partitionedDan Ehrenberg2015-04-05
* Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2015-02-18
|\
| * mtd: avoid registering reboot notifier twiceNiklas Cassel2015-02-08
| * mtd: implement common reboot notifier boilerplateBrian Norris2015-01-07
* | mtd: export new mtd_mmap_capabilitiesArnd Bergmann2015-01-28
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
|/
* mtd: remove dead non-char logicBrian Norris2014-08-19
* mtd: correct upper bounds check for mtd_*() APIsBrian Norris2014-08-19
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-08
* mtd: Add sysfs attributes to expose the ECC stats fieldsEzequiel Garcia2014-07-08
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-11
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-11
* mtd: convert to use ATTRIBUTE_GROUPSAxel Lin2014-01-03
* mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-07
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-07
* mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie2013-10-27
* mtd: add a new sys node to show the ecc step sizeHuang Shijie2013-08-30
* drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-09
|\
| * mtd: merge mtdchar module with mtdcoreArtem Bityutskiy2013-04-05
| * mtd: mtdcore: remove few useless #ifdef'sArtem Bityutskiy2013-04-05
| * mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-05
* | Include missing linux/slab.h inclusionsDavid Howells2013-04-29
|/
* mtd: convert to idr_alloc()Tejun Heo2013-02-27
* Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-10