aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-19/+7
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee1-9/+77
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu1-0/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds1-59/+24
2019-02-13mtd: Use mtd->name when registering nvmem deviceAneesh Kumar K.V1-0/+1
2019-01-29mtd: Remove empty lines at end of sysfs related functionsStefan Roese1-8/+0
2019-01-16mtd: Implement mtd_{read,write}() as wrappers around mtd_{read,write}_oob()Boris Brezillon1-51/+24
2019-01-07mtd: Fix the check on nvmem_register() ret codeBoris Brezillon1-1/+1
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+56
2018-12-06mtd: add support for reading MTD devices via the nvmem APIAlban Bedel1-0/+56
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki1-0/+2
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2018-07-18mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+22
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds1-10/+14
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki1-10/+4
2018-04-22mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li1-0/+10
2018-03-29mtd: Fix some function description mismatches in mtdcore.cXiaolei Li1-4/+4
2018-03-29mtd: update documentation of mtd_device_parse_register()Rafał Miłecki1-4/+3
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-4/+2
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-5/+3
2018-03-15mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon1-1/+2
2018-02-12mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki1-31/+12
2018-02-12mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki1-12/+13
2018-02-12mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon1-0/+4
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+34
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-2/+29
2018-01-06mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon1-0/+5
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal1-1/+1
2017-11-13mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+44
2017-11-13mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre1-5/+12
2017-08-21mtd: make device_type constBhumika Goyal1-1/+1
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero1-0/+16
2017-07-07mtd: Fix check in mtd_unpoint()Boris Brezillon1-1/+1
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-1/+1
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara1-11/+12
2017-02-08mtd: fix typos in ooblayout comment blocksMasahiro Yamada1-3/+3
2016-12-01mtd: Allocate bdi objects dynamicallySteve Longerbeam1-12/+18
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Masahiro Yamada1-1/+1
2016-11-19mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Masahiro Yamada1-2/+2
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()Masahiro Yamada1-4/+4
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon1-0/+104
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon1-117/+0
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon1-44/+121
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+400
2016-04-13mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia1-0/+7
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-0/+12
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris1-9/+17