aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdblock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03mtd: change len type from signed to unsigned typehuijin.park1-1/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-20/+0
2015-01-07mtd: mtdblock: remove the needless mtdblks_lockGu Zheng1-10/+0
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-11-06mtd: Use MTD_BLOCK_MAJOR instead of the magic numberEzequiel Garcia1-1/+1
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro1-3/+1
2012-03-27mtd: mtdblock: call mtd_sync() only if opened for writeAlexander Stein1-2/+6
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-5/+2
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-4/+4
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-7/+7
2011-09-11mtd: mtdblock: Use DEFINE_MUTEX() for mtdblks_lockAxel Lin1-3/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-2/+17
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportMaxim Levitsky1-1/+0
2010-02-26mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can failMaxim Levitsky1-1/+2
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky1-2/+0
2010-02-25mtd: mtdblock: Dynamically allocate cache info structuresBen Hutchings1-43/+31
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-2/+2
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-2/+2
2009-09-04mtd: fix a typo in commentMatthias Kaehlcke1-1/+1
2009-08-03mtd: mtdblock: introduce mtdblks_lockMatthias Kaehlcke1-1/+15
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-5/+2
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel1-1/+1
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-6/+7
2006-04-17Simplify test for RAM devicesJörn Engel1-2/+1
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar1-6/+8
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-22/+22
2005-11-07[MTD] Tidy up Tims include cleanupThomas Gleixner1-5/+6
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+394