summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse2012-10-091-1/+5
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* mtdchar: fix offset overflow detectionLinus Torvalds2012-09-281-6/+42
* mtd: fix oops in dataflash driverWill Newton2012-05-071-1/+1
* fix breakage in mtdchar_open(), sanitize failure exitsAl Viro2012-04-091-10/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-311-37/+16Star
|\
| * mtdchar: kill persistently held vfsmountAl Viro2012-03-311-37/+16Star
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-311-2/+2
|\ \ | |/ |/|
| * mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-2/+2
* | magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-241-1/+1
|/
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-4/+1Star
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-4/+1Star
* mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-12/+3Star
* mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-1/+1
* mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-091-2/+0Star
* mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-4/+0Star
* mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-091-8/+10
* mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-091-5/+3Star
* mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-7/+2Star
* mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-091-15/+11Star
* mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-091-1/+1
* mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_unlock interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_lock interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+2
* mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+2
* mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy2012-01-091-1/+2
* mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write_oob interfaceArtem Bityutskiy2012-01-091-3/+3
* mtd: introduce mtd_read_oob interfaceArtem Bityutskiy2012-01-091-2/+2
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: mtdchar: rename functionsArtem Bityutskiy2012-01-091-37/+39
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-42/+120
|\
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-2/+2
| * mtd: kill old field for `struct mtd_info_user'Brian Norris2011-09-111-2/+2
| * mtd: add MEMWRITE ioctlBrian Norris2011-09-111-0/+56
| * mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2011-09-111-18/+18
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-4/+6
| * mtd: support reading OOB without ECCBrian Norris2011-09-111-6/+8
| * mtd: support writing OOB without ECCBrian Norris2011-09-111-1/+2
| * mtd: do not assume oobsize is power of 2Brian Norris2011-09-111-4/+4