summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-14/+2
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-0/+5
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-0/+2
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy1-3/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-5/+0
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy1-0/+9
2012-01-09mtd: move mtd->{get,put}_device functions upArtem Bityutskiy1-7/+6
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-2/+6
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-2/+7
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy1-6/+12
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-2/+8
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-6/+13
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-4/+8
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-2/+8
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy1-10/+15
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-1/+8
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-1/+8
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy1-5/+13
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-2/+6
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-4/+10
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-5/+14
2012-01-09mtd: map.h: fix arm cross-build failureArtem Bityutskiy1-1/+1
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski1-0/+1
2012-01-09mtd: cfi: Allow per-mapping CFI device endiannessAaron Sierra3-55/+38
2012-01-09mtd: nand: add Macronix manufacturerBrian Norris1-0/+1
2011-12-23mtd: fix compile error for gpmi-nandHuang Shijie1-0/+68
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-156/+124
2011-11-01include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-09-21mtd: define `mtd_is_*()' functionsBrian Norris1-0/+12
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris1-3/+0
2011-09-11mtd: document ABIBrian Norris1-1/+1
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-1/+1