summaryrefslogtreecommitdiff
path: root/include/linux/mtd/mtd.h
AgeCommit message (Expand)Author
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie
2013-08-30mtd: add a new ecc_step_size field to mtd_info{}Huang Shijie
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy
2012-11-15mtd: nand: Increase the ecc placement locations to 640Vipin Kumar
2012-07-06mtd: move mtd_read_oob() definition out of mtd.hBrian Norris
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn
2012-03-27mtd: add ecc_strength fields to mtd structsMike Dunn
2012-03-27mtd: check for zero length in OTP functionsArtem 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: return error code from mtd_unpointArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-01-30mtd: fix MTD suspendArtem Bityutskiy
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy
2012-01-09mtd: introduce mtd_can_have_bb helperArtem 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: do not use mtd->sync directlyArtem Bityutskiy
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy
2012-01-09mtd: move mtd->{get,put}_device functions upArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy