summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdchar.c
Commit message (Expand)AuthorAge
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-06
|\
| * mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-15
| * mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-15
* | mtdchar: fix usage of mtd_ooblayout_ecc()OuYang ZhiZhong2018-03-19
|/
* mtdchar: get rid of pointless access_ok()Al Viro2017-10-17
* mtd: Fix typo: "occured" -> "occurred"Nobuhiro Iwamatsu2017-02-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-05
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-19
* mtd: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-19
* mtd: provide proper 32/64-bit compat_ioctl() support for BLKPGBrian Norris2015-09-29
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
* mtd: terminate user-provided stringBrian Norris2014-08-19
* mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven2014-05-20
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-10
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-10
* mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy2013-11-11
* mtd: Move major number definitions to major.hEzequiel Garcia2013-11-06
* mtdchar: switch to fixed_size_llseek()Al Viro2013-06-29
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-09
|\
| * mtd: merge mtdchar module with mtdcoreArtem Bityutskiy2013-04-05
| * mtd: mtdchar: use proper kernel print levelArtem Bityutskiy2013-04-05
| * mtd: mtdchar: handle chips that have user otp but no factory otpUwe Kleine-König2013-04-05
* | mtdchar: remove no-longer-used vma helpersLinus Torvalds2013-04-19
* | vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds2013-04-19
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse2012-10-09
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* mtdchar: fix offset overflow detectionLinus Torvalds2012-09-28
* mtd: fix oops in dataflash driverWill Newton2012-05-07
* fix breakage in mtdchar_open(), sanitize failure exitsAl Viro2012-04-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-31
|\
| * mtdchar: kill persistently held vfsmountAl Viro2012-03-31
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-30
|\ \ | |/ |/|
| * mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-27
* | magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-23
|/
* mtd: do not use mtd->block_markbad directlyArtem Bityutskiy2012-01-09
* mtd: introduce mtd_can_have_bb helperArtem Bityutskiy2012-01-09
* mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy2012-01-09
* mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->read_oob directlyArtem Bityutskiy2012-01-09
* mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2012-01-09
* mtd: introduce mtd_has_oob helperArtem Bityutskiy2012-01-09
* mtd: remove extra retlen assignmentArtem Bityutskiy2012-01-09
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-09
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-09