aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-27mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Gravatar Huang Shijie 1-0/+3
2013-08-30mtd: add a new sys node to show the ecc step sizeGravatar Huang Shijie 1-0/+11
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-12/+14
2013-04-29Include missing linux/slab.h inclusionsGravatar David Howells 1-0/+1
2013-04-05mtd: merge mtdchar module with mtdcoreGravatar Artem Bityutskiy 1-4/+9
2013-04-05mtd: mtdcore: remove few useless #ifdef'sGravatar Artem Bityutskiy 1-7/+4
2013-04-05mtd: add 'const' qualifier to a couple of register functionsGravatar Artem Bityutskiy 1-1/+1
2013-02-27mtd: convert to idr_alloc()Gravatar Tejun Heo 1-7/+2
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageGravatar Linus Torvalds 1-2/+4