summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/mtd.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-051-4/+4
* mtd: nand: Increase the ecc placement locations to 640Vipin Kumar2012-11-151-1/+1
* mtd: move mtd_read_oob() definition out of mtd.hBrian Norris2012-07-061-8/+1
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+9
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-1/+1
* mtd: add ecc_strength fields to mtd structsMike Dunn2012-03-271-0/+3
* mtd: check for zero length in OTP functionsArtem Bityutskiy2012-03-271-59/+11
* mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-271-0/+2
* mtd: add offset and length checks to the API functionArtem Bityutskiy2012-03-271-112/+17
* mtd: return error code from mtd_unpointArtem Bityutskiy2012-03-271-2/+4
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-84/+84
* Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds2012-02-041-3/+1
|\
| * mtd: fix MTD suspendArtem Bityutskiy2012-01-301-3/+1
* | mtd: fix merge conflict resolution breakageArtem Bityutskiy2012-02-011-1/+1
* | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds2012-01-311-2/+2
|\ \ | |/ |/|
* | mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-0/+7
* | mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy2012-01-091-1/+4
* | mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-0/+6
* | mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-1/+2
* | mtd: harmonize mtd_writev usageArtem Bityutskiy2012-01-091-14/+2
* | mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-0/+4
* | mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-091-0/+4
* | mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-0/+4
* | mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: do use mtd->point directlyArtem Bityutskiy2012-01-091-0/+2
* | mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-091-0/+5
* | mtd: clean-up the default_mtd_writev functionArtem Bityutskiy2012-01-091-0/+2
* | mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy2012-01-091-3/+0
* | mtd: kill dev_to_mtd helperArtem Bityutskiy2012-01-091-5/+0
* | mtd: always initialize retlen to zeroArtem Bityutskiy2012-01-091-0/+9
* | mtd: move mtd->{get,put}_device functions upArtem Bityutskiy2012-01-091-7/+6
* | mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-3/+6
* | mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+6
* | mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-091-3/+6
* | mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-091-1/+6
* | mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2012-01-091-2/+6
* | mtd: introduce mtd_unlock interfaceArtem Bityutskiy2012-01-091-1/+6
* | mtd: introduce mtd_lock interfaceArtem Bityutskiy2012-01-091-2/+7
* | mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-3/+6
* | mtd: introduce mtd_writev interfaceArtem Bityutskiy2012-01-091-6/+12
* | mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy2012-01-091-2/+8
* | mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+9
* | mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+9
* | mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy2012-01-091-1/+9
* | mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+9
* | mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy2012-01-091-6/+13