summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAge
* mtd: Fix some function description mismatches in mtdcore.cXiaolei Li2018-03-29
* mtd: update documentation of mtd_device_parse_register()Rafał Miłecki2018-03-29
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-21
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-15
* mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon2018-03-15
* mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki2018-02-12
* mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki2018-02-12
* mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon2018-02-12
* Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-29
|\
| * mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-01-16
| * mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon2018-01-06
* | mtd: Fix mtd_check_oob_ops()Miquel Raynal2017-12-18
|/
* mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2017-11-13
* mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre2017-11-13
* mtd: make device_type constBhumika Goyal2017-08-21
* mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-21
* mtd: Fix check in mtd_unpoint()Boris Brezillon2017-07-07
* bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-20
* mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-20
* mtd: fix typos in ooblayout comment blocksMasahiro Yamada2017-02-08
* mtd: Allocate bdi objects dynamicallySteve Longerbeam2016-12-01
* mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Masahiro Yamada2016-11-19
* mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Masahiro Yamada2016-11-19
* mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()Masahiro Yamada2016-11-19
* 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