aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-04mtd: fix cmdlinepart parser, early naming for auto-filled MTDBrian Norris1-9/+17
2015-12-09mtd: partitions: support a cleanup callback for parsersBrian Norris1-2/+1
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris1-14/+19
2015-12-09mtd: partitions: remove kmemdup()Brian Norris1-9/+7
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris1-2/+1
2015-11-12mtd: grab a reference to the MTD of_node before registering itBrian Norris1-0/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+1
2015-11-06mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callBrian Norris1-1/+2
2015-10-26mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris1-2/+4
2015-10-26mtd: warn when registering the same master many timesBrian Norris1-0/+9
2015-10-26mtd: fixup corner case error handling in mtd_device_parse_register()Brian Norris1-2/+9
2015-10-13mtd: core: set some defaults when dev.parent is setFrans Klaver1-0/+9
2015-10-13mtd: core: tone down suggestion that dev.parent should be setFrans Klaver1-1/+1
2015-09-28mtd: Destroy mtd_idr on module_exitJohannes Thumshirn1-0/+1
2015-06-16mtd: propagate error codes from add_mtd_device()Brian Norris1-7/+11
2015-05-07mtd: Switch to PM opsLars-Peter Clausen1-20/+24
2015-04-05mtd: part: Create the master device node when partitionedDan Ehrenberg1-16/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+28
2015-02-07mtd: avoid registering reboot notifier twiceNiklas Cassel1-1/+9
2015-01-28mtd: export new mtd_mmap_capabilitiesArnd Bergmann1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-58/+22
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris1-0/+20
2014-08-19mtd: remove dead non-char logicBrian Norris1-8/+5
2014-08-19mtd: correct upper bounds check for mtd_*() APIsBrian Norris1-13/+13
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-2/+12
2014-07-08mtd: Add sysfs attributes to expose the ECC stats fieldsEzequiel Garcia1-0/+45
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch1-1/+11
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-6/+6