summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-051-6/+6
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-191-2/+2
* mtd: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-19/+88
* mtd: provide proper 32/64-bit compat_ioctl() support for BLKPGBrian Norris2015-09-291-9/+33
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-62/+10
* mtd: terminate user-provided stringBrian Norris2014-08-191-0/+3
* mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven2014-05-201-9/+11
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-101-0/+9
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-101-5/+6
* mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy2013-11-111-3/+3
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-061-0/+1
* mtdchar: switch to fixed_size_llseek()Al Viro2013-06-291-19/+1
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-091-30/+22
|\
| * mtd: merge mtdchar module with mtdcoreArtem Bityutskiy2013-04-051-16/+4
| * mtd: mtdchar: use proper kernel print levelArtem Bityutskiy2013-04-051-3/+5
| * mtd: mtdchar: handle chips that have user otp but no factory otpUwe Kleine-König2013-04-051-11/+13
* | mtdchar: remove no-longer-used vma helpersLinus Torvalds2013-04-191-27/+0
* | vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-30/+2
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* 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/+16
|\
| * mtdchar: kill persistently held vfsmountAl Viro2012-03-311-37/+16
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-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-231-1/+1
|/
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-091-4/+1
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-091-4/+1
* mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-091-12/+3
* 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/+0
* mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-091-4/+0
* 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/+3
* mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-091-7/+2
* mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-091-15/+11
* 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