summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorLines
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds-0/+28
2015-02-07mtd: avoid registering reboot notifier twiceNiklas Cassel-1/+9
2015-01-28mtd: export new mtd_mmap_capabilitiesArnd Bergmann-0/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-58/+22
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris-0/+20
2014-08-19mtd: remove dead non-char logicBrian Norris-8/+5
2014-08-19mtd: correct upper bounds check for mtd_*() APIsBrian Norris-13/+13
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia-2/+12
2014-07-08mtd: Add sysfs attributes to expose the ECC stats fieldsEzequiel Garcia-0/+45
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch-1/+11
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch-6/+6
2014-01-03mtd: convert to use ATTRIBUTE_GROUPSAxel Lin-9/+1
2013-11-06mtd: remove duplicated include from mtdcore.cWei Yongjun-1/+0
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia-0/+1
2013-10-27mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie-0/+3
2013-08-30mtd: add a new sys node to show the ecc step sizeHuang Shijie-0/+11
2013-07-03drivers: avoid format string in dev_set_nameKees Cook-1/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds-12/+14
2013-04-29Include missing linux/slab.h inclusionsDavid Howells-0/+1
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy-4/+9
2013-04-05mtd: mtdcore: remove few useless #ifdef'sArtem Bityutskiy-7/+4
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy-1/+1
2013-02-27mtd: convert to idr_alloc()Tejun Heo-7/+2
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds-2/+4
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton-4/+2
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman-2/+4
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse-4/+2
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel-4/+2
2012-09-29mtd: check for max_bitflips in mtd_read_oob()Brian Norris-1/+13
2012-07-06mtd: move mtd_read_oob() definition out of mtd.hBrian Norris-0/+9
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn-1/+13
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn-0/+33
2012-05-13mtd: expose ecc_strength through sysfsMike Dunn-0/+10
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani-0/+1
2012-03-27mtd: check for zero length in OTP functionsArtem Bityutskiy-0/+73
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy-0/+21
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy-0/+3
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy-0/+1
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy-2/+10
2012-03-27mtd: add offset and length checks to the API functionArtem Bityutskiy-0/+148
2012-03-27mtd: mtdcore: remove unnecessary mtd->resume checkBrian Norris-1/+1
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-7/+7
2012-03-27mtd: mtdcore: Fix build warning when CONFIG_MTD_CHAR is not definedFabio Estevam-1/+1
2012-01-30mtd: fix MTD suspendArtem Bityutskiy-1/+1
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy-4/+1
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy-3/+3
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy-3/+23
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy-15/+9
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy-19/+22
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy-12/+13