summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Add flag to indicate panic_writeKamal Dasu2019-06-271-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-15/+1
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-041-59/+24
|\
| * mtd: Remove empty lines at end of sysfs related functionsStefan Roese2019-01-291-8/+0
| * mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon2019-01-161-51/+24
* | mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V2019-02-131-0/+1
* | mtd: Fix the check on nvmem_register() ret codeBoris Brezillon2019-01-071-1/+1
|/
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-0/+56
|\
| * mtd: add support for reading MTD devices via the nvmem APIAlban Bedel2018-12-061-0/+56
* | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-021-0/+2
* | mtd: fix Coverity integer handling issueMiquel Raynal2018-12-021-3/+3
|/
* mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-07-181-6/+22
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-081-10/+14
|\
| * mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki2018-05-071-10/+4
| * mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li2018-04-221-0/+10
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
|/
* 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