aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)Author
2023-01-18mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu
2021-05-22mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam
2018-07-18mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07mtd: move code adding (registering) partitions to the parse_mtd_partitions()Rafał Miłecki
2018-04-22mtd: Add sysfs attribute for mtd OOB available sizeXiaolei Li
2018-03-29mtd: Fix some function description mismatches in mtdcore.cXiaolei Li
2018-03-29mtd: update documentation of mtd_device_parse_register()Rafał Miłecki
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-03-15mtd: Initialize ->fail_addr early in mtd_erase()Boris Brezillon
2018-02-12mtd: get rid of the mtd_add_device_partitions()Rafał Miłecki
2018-02-12mtd: move code adding master MTD out of mtd_add_device_partitions()Rafał Miłecki
2018-02-12mtd: Make sure the device supports erase operations in mtd_erase()Boris Brezillon
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon
2018-01-06mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal
2017-11-13mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon
2017-11-13mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre
2017-08-21mtd: make device_type constBhumika Goyal
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero
2017-07-07mtd: Fix check in mtd_unpoint()Boris Brezillon
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara
2017-02-08mtd: fix typos in ooblayout comment blocksMasahiro Yamada
2016-12-01mtd: Allocate bdi objects dynamicallySteve Longerbeam
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Masahiro Yamada
2016-11-19mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Masahiro Yamada
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()Masahiro Yamada
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2016-04-13mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris
2016-01-04mtd: fix cmdlinepart parser, early naming for auto-filled MTDBrian Norris
2015-12-09mtd: partitions: support a cleanup callback for parsersBrian Norris
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris
2015-12-09mtd: partitions: remove kmemdup()Brian Norris
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris
2015-11-12mtd: grab a reference to the MTD of_node before registering itBrian Norris
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris
2015-10-26mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris
2015-10-26mtd: warn when registering the same master many timesBrian Norris