summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-6/+14
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds92-1499/+2263
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+6
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-01-09mtd: Fix dependency for MTD_DOC200xFabio Estevam1-0/+3
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy4-7/+4
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy11-20/+14
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy3-10/+5
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy4-29/+13
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy6-15/+7
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy2-4/+24
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-2/+0
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-4/+0
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-8/+10
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-5/+3
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-7/+2
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy1-9/+8
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2-20/+12
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy2-3/+3
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy1-15/+9
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-19/+22
2012-01-09mtd: sst25l: kill unused variableArtem Bityutskiy1-1/+1
2012-01-09mtd: onenand: kill unused variableArtem Bityutskiy1-1/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-12/+13
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy7-33/+22
2012-01-09mtd: doc: do not initialize mtd_info fields to 0 or NULLArtem Bityutskiy4-29/+0
2012-01-09mtd: docprobe: use kzalloc insteadArtem Bityutskiy1-6/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy10-10/+10
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy17-24/+24
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy9-9/+9
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy9-9/+9
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy8-9/+9
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy2-4/+5
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy10-19/+19
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy11-21/+21
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy2-4/+4
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy17-57/+58
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy28-122/+129
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy3-5/+4
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-2/+2