aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21mtd: make device_type constGravatar Bhumika Goyal 1-1/+1
2017-07-21mtd: create per-device and module-scope debugfs entriesGravatar Mario Rugiero 1-0/+16
2017-07-07mtd: Fix check in mtd_unpoint()Gravatar Boris Brezillon 1-1/+1
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Gravatar Jan Kara 1-1/+1
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureGravatar Jan Kara 1-11/+12
2017-02-08mtd: fix typos in ooblayout comment blocksGravatar Masahiro Yamada 1-3/+3
2016-12-01mtd: Allocate bdi objects dynamicallyGravatar Steve Longerbeam 1-12/+18
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Gravatar Masahiro Yamada 1-1/+1
2016-11-19mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Gravatar Masahiro Yamada 1-2/+2
2016-11-19mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()Gravatar Masahiro Yamada 1-4/+4
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-09-15mtd: introduce the mtd_pairing_scheme conceptGravatar Boris Brezillon 1-0/+104
2016-05-05mtd: kill the nand_ecclayout structGravatar Boris Brezillon 1-117/+0
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionGravatar Boris Brezillon 1-44/+121
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsGravatar Boris Brezillon 1-0/+400
2016-04-13mtd: Hook I/O activity to the MTD LED triggerGravatar Ezequiel Garcia 1-0/+7
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cGravatar Ezequiel Garcia 1-0/+12
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentGravatar Brian Norris 1-9/+17
2016-01-04mtd: fix cmdlinepart parser, early naming for auto-filled MTDGravatar Brian Norris 1-9/+17
2015-12-09mtd: partitions: support a cleanup callback for parsersGravatar Brian Norris 1-2/+1
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structGravatar Brian Norris 1-14/+19
2015-12-09mtd: partitions: remove kmemdup()Gravatar Brian Norris 1-9/+7
2015-11-15Merge v4.4-rc1 into MTD developmentGravatar Brian Norris 1-2/+1
2015-11-12mtd: grab a reference to the MTD of_node before registering itGravatar Brian Norris 1-0/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-2/+1
2015-11-06mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_callGravatar Brian Norris 1-1/+2
2015-10-26mtd: mtdpart: Do not fail mtd probe when parsing partitions failsGravatar Brian Norris 1-2/+4
2015-10-26mtd: warn when registering the same master many timesGravatar Brian Norris 1-0/+9
2015-10-26mtd: fixup corner case error handling in mtd_device_parse_register()Gravatar Brian Norris 1-2/+9
2015-10-13mtd: core: set some defaults when dev.parent is setGravatar Frans Klaver 1-0/+9
2015-10-13mtd: core: tone down suggestion that dev.parent should be setGravatar Frans Klaver 1-1/+1
2015-09-28mtd: Destroy mtd_idr on module_exitGravatar Johannes Thumshirn 1-0/+1
2015-06-16mtd: propagate error codes from add_mtd_device()Gravatar Brian Norris 1-7/+11
2015-05-07mtd: Switch to PM opsGravatar Lars-Peter Clausen 1-20/+24
2015-04-05mtd: part: Create the master device node when partitionedGravatar Dan Ehrenberg 1-16/+36
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-0/+28
2015-02-07mtd: avoid registering reboot notifier twiceGravatar Niklas Cassel 1-1/+9
2015-01-28mtd: export new mtd_mmap_capabilitiesGravatar Arnd Bergmann 1-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-58/+22
2015-01-07mtd: implement common reboot notifier boilerplateGravatar Brian Norris 1-0/+20
2014-08-19mtd: remove dead non-char logicGravatar Brian Norris 1-8/+5
2014-08-19mtd: correct upper bounds check for mtd_*() APIsGravatar Brian Norris 1-13/+13
2014-07-08mtd: Introduce mtd_block_isreserved()Gravatar Ezequiel Garcia 1-2/+12
2014-07-08mtd: Add sysfs attributes to expose the ECC stats fieldsGravatar Ezequiel Garcia 1-0/+45
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataGravatar Christian Riesch 1-1/+11
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoGravatar Christian Riesch 1-6/+6
2014-01-03mtd: convert to use ATTRIBUTE_GROUPSGravatar Axel Lin 1-9/+1
2013-11-06mtd: remove duplicated include from mtdcore.cGravatar Wei Yongjun 1-1/+0
2013-11-06mtd: Move major number definitions to major.hGravatar Ezequiel Garcia 1-0/+1