summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
AgeCommit message (Expand)AuthorLines
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-62/+10
2014-08-19mtd: terminate user-provided stringBrian Norris-0/+3
2014-05-20mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven-9/+11
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch-0/+9
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch-5/+6
2013-11-11mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy-3/+3
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia-0/+1
2013-06-29mtdchar: switch to fixed_size_llseek()Al Viro-19/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds-30/+22
2013-04-19mtdchar: remove no-longer-used vma helpersLinus Torvalds-27/+0
2013-04-19vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds-30/+2
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy-16/+4
2013-04-05mtd: mtdchar: use proper kernel print levelArtem Bityutskiy-3/+5
2013-04-05mtd: mtdchar: handle chips that have user otp but no factory otpUwe Kleine-König-11/+13
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-10-09mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse-1/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds-6/+42
2012-05-07mtd: fix oops in dataflash driverWill Newton-1/+1
2012-04-09fix breakage in mtdchar_open(), sanitize failure exitsAl Viro-10/+10
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-37/+16
2012-03-31mtdchar: kill persistently held vfsmountAl Viro-37/+16
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds-2/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-2/+2
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar-1/+1
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy-4/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy-4/+1
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy-12/+3
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy-1/+1
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy-2/+0
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy-4/+0
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy-8/+10
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy-5/+3
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy-7/+2
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy-15/+11
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy-1/+1
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy-1/+2
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy-1/+2
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy-1/+2
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy-3/+3