aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-19mtd: terminate user-provided stringBrian Norris1-0/+3
2014-05-20mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven1-9/+11
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch1-0/+9
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-5/+6
2013-11-11mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy1-3/+3
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-06-29mtdchar: switch to fixed_size_llseek()Al Viro1-19/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds1-30/+22
2013-04-19mtdchar: remove no-longer-used vma helpersLinus Torvalds1-27/+0
2013-04-19vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy1-16/+4
2013-04-05mtd: mtdchar: use proper kernel print levelArtem Bityutskiy1-3/+5
2013-04-05mtd: mtdchar: handle chips that have user otp but no factory otpUwe Kleine-König1-11/+13
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-05-07mtd: fix oops in dataflash driverWill Newton1-1/+1
2012-04-09fix breakage in mtdchar_open(), sanitize failure exitsAl Viro1-10/+10
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-37/+16
2012-03-31mtdchar: kill persistently held vfsmountAl Viro1-37/+16
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-2/+2
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar1-1/+1
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-4/+1
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-4/+1
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-12/+3
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-1/+1
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: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-15/+11
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-1/+1
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-1/+2
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-3/+3
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-2/+2