summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Fix some function description mismatches in mtdcore.cXiaolei Li2018-03-291-4/+4
* mtd: update documentation of mtd_device_parse_register()Rafał Miłecki2018-03-291-4/+3
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-4/+2
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-5/+3
* mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon2018-03-151-1/+2
* mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki2018-02-121-31/+12
* mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki2018-02-121-12/+13
* mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon2018-02-121-0/+4
* Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-291-2/+34
|\
| * mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-01-161-2/+29
| * mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon2018-01-061-0/+5
* | mtd: Fix mtd_check_oob_ops()Miquel Raynal2017-12-181-1/+1
|/
* mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2017-11-131-0/+44
* mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre2017-11-131-5/+12
* mtd: make device_type constBhumika Goyal2017-08-211-1/+1
* mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-211-0/+16
* mtd: Fix check in mtd_unpoint()Boris Brezillon2017-07-071-1/+1
* bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-1/+1
* mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-201-11/+12
* mtd: fix typos in ooblayout comment blocksMasahiro Yamada2017-02-081-3/+3
* mtd: Allocate bdi objects dynamicallySteve Longerbeam2016-12-011-12/+18
* mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Masahiro Yamada2016-11-191-1/+1
* mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Masahiro Yamada2016-11-191-2/+2
* mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()Masahiro Yamada2016-11-191-4/+4
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-151-0/+104
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-051-117/+0
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-191-44/+121
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2016-04-191-0/+400
* mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia2016-04-131-0/+7
* mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2016-04-131-0/+12
* mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris2016-01-051-9/+17
|\
| * mtd: fix cmdlinepart parser, early naming for auto-filled MTDBrian Norris2016-01-041-9/+17
* | mtd: partitions: support a cleanup callback for parsersBrian Norris2015-12-091-2/+1
* | mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris2015-12-091-14/+19
* | mtd: partitions: remove kmemdup()Brian Norris2015-12-091-9/+7
* | Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-151-2/+1
|\ \ | |/
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+1
| |\
| | * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+1
* | | mtd: grab a reference to the MTD of_node before registering itBrian Norris2015-11-121-0/+4
|/ /
* | mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris2015-11-061-1/+2
* | mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2015-10-261-2/+4
* | mtd: warn when registering the same master many timesBrian Norris2015-10-261-0/+9
* | mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris2015-10-261-2/+9
* | mtd: core: set some defaults when dev.parent is setFrans Klaver2015-10-131-0/+9
* | mtd: core: tone down suggestion that dev.parent should be setFrans Klaver2015-10-131-1/+1
* | mtd: Destroy mtd_idr on module_exitJohannes Thumshirn2015-09-281-0/+1
|/
* mtd: propagate error codes from add_mtd_device()Brian Norris2015-06-161-7/+11
* mtd: Switch to PM opsLars-Peter Clausen2015-05-071-20/+24
* mtd: part: Create the master device node when partitionedDan Ehrenberg2015-04-051-16/+36
OpenPOWER on IntegriCloud