summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2015-02-181-0/+28
|\
| * mtd: avoid registering reboot notifier twiceNiklas Cassel2015-02-071-1/+9
| * mtd: implement common reboot notifier boilerplateBrian Norris2015-01-071-0/+20
* | mtd: export new mtd_mmap_capabilitiesArnd Bergmann2015-01-281-0/+1
* | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-58/+22
|/
* mtd: remove dead non-char logicBrian Norris2014-08-191-8/+5
* mtd: correct upper bounds check for mtd_*() APIsBrian Norris2014-08-191-13/+13
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-081-2/+12
* mtd: Add sysfs attributes to expose the ECC stats fieldsEzequiel Garcia2014-07-081-0/+45
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-101-1/+11
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-101-6/+6
* mtd: convert to use ATTRIBUTE_GROUPSAxel Lin2014-01-031-9/+1
* mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-061-1/+0
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-061-0/+1
OpenPOWER on IntegriCloud