summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c
AgeCommit message (Expand)Author
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy
2012-01-09mtd: mtdchar: rename functionsArtem Bityutskiy
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: kill old field for `struct mtd_info_user'Brian Norris
2011-09-11mtd: add MEMWRITE ioctlBrian Norris
2011-09-11mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: support reading OOB without ECCBrian Norris
2011-09-11mtd: support writing OOB without ECCBrian Norris
2011-09-11mtd: do not assume oobsize is power of 2Brian Norris
2011-09-11mtd: spelling fixesBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: edit NAND-related commentBrian Norris
2011-09-11mtd: nand: handle ECC errors in OOBBrian Norris
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris
2011-09-11mtd: mtdchar: add missing initializer on raw writePeter Wippich
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-05-25mtd: kill CONFIG_MTD_PARTITIONSJamie Iles
2011-05-25mtd: mtdchar: retry large buffer allocationsGrant Erickson
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-01-16sanitize vfsmount refcounting changesAl Viro
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro
2011-01-07fs: scale mntget/mntputNick Piggin
2010-12-03mtd: fix master device identification for mtd repartitionRoman Tereshonkov
2010-12-03mtd: mtdchar: fix information leak to userlandVasiliy Kulikov
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-10-29convert get_sb_pseudo() usersAl Viro