aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)Author
2013-04-29Include missing linux/slab.h inclusionsDavid Howells
2013-02-27mtd: convert to idr_alloc()Tejun Heo
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel
2012-09-29mtd: check for max_bitflips in mtd_read_oob()Brian Norris
2012-07-06mtd: move mtd_read_oob() definition out of mtd.hBrian Norris
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn
2012-05-13mtd: expose ecc_strength through sysfsMike Dunn
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani
2012-03-27mtd: check for zero length in OTP functionsArtem Bityutskiy
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy
2012-03-27mtd: add offset and length checks to the API functionArtem Bityutskiy
2012-03-27mtd: mtdcore: remove unnecessary mtd->resume checkBrian Norris
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: mtdcore: Fix build warning when CONFIG_MTD_CHAR is not definedFabio Estevam
2012-01-30mtd: fix MTD suspendArtem Bityutskiy
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy
2011-09-11mtd: check parts pointer before using itJason Liu
2011-09-11mtd: spelling fixesBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: drop mtd_device_registerDmitry Eremin-Solenikov
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov
2011-09-11mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles
2011-05-25mtd: introduce mtd_device_(un)register()Jamie Iles
2011-05-25mtd:fix the bad format in the mtdcore.cWanlong Gao
2011-05-25mtd: simplify get_mtd_device_nm functionWanlong Gao
2011-05-25mtd: convert to seq_file interfaceAlexey Dobriyan
2011-05-25mtd: create function to perform large allocationsGrant Erickson
2011-03-11mtd: local symbols should be staticH Hartley Sweeten
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse
2010-08-08mtd: Update copyright noticesDavid Woodhouse
2010-05-19mtd: update gfp/slab.h includesTejun Heo
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse