aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdblock.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-06mtd: Move major number definitions to major.hGravatar Ezequiel Garcia 1-0/+1
2013-11-06mtd: Use MTD_BLOCK_MAJOR instead of the magic numberGravatar Ezequiel Garcia 1-1/+1
2013-05-05mtd_blktrans_ops->release() should return voidGravatar Al Viro 1-3/+1
2012-03-27mtd: mtdblock: call mtd_sync() only if opened for writeGravatar Alexander Stein 1-2/+6
2012-01-09mtd: do not use mtd->sync directlyGravatar Artem Bityutskiy 1-5/+2
2012-01-09mtd: introduce mtd_sync interfaceGravatar Artem Bityutskiy 1-2/+2
2012-01-09mtd: introduce mtd_write interfaceGravatar Artem Bityutskiy 1-2/+2
2012-01-09mtd: introduce mtd_read interfaceGravatar Artem Bityutskiy 1-4/+4
2012-01-09mtd: introduce mtd_erase interfaceGravatar Artem Bityutskiy 1-1/+1
2011-09-11mtd: replace DEBUG() with pr_debug()Gravatar Brian Norris 1-7/+7
2011-09-11mtd: mtdblock: Use DEFINE_MUTEX() for mtdblks_lockGravatar Axel Lin 1-3/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-08-08mtd: Update copyright noticesGravatar David Woodhouse 1-2/+17
2010-02-26mtd: Few follow up cleanups for Smartmedia/xD supportGravatar Maxim Levitsky 1-1/+0
2010-02-26mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can failGravatar Maxim Levitsky 1-1/+2
2010-02-26mtd: blktrans: Hotplug fixesGravatar Maxim Levitsky 1-2/+0
2010-02-25mtd: mtdblock: Dynamically allocate cache info structuresGravatar Ben Hutchings 1-43/+31
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-2/+2
2009-09-15Nicolas Pitre has a new email addressGravatar Nicolas Pitre 1-2/+2
2009-09-04mtd: fix a typo in commentGravatar Matthias Kaehlcke 1-1/+1
2009-08-03mtd: mtdblock: introduce mtdblks_lockGravatar Matthias Kaehlcke 1-1/+15
2008-06-04MTD/JFFS2: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2006-11-28[MTD] replace kmalloc+memset with kzallocGravatar Burman Yan 1-5/+2
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsGravatar Richard Purdie 1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEGravatar Joern Engel 1-1/+1
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosGravatar Thomas Gleixner 1-6/+7
2006-04-17Simplify test for RAM devicesGravatar Jörn Engel 1-2/+1
2006-03-31[PATCH] sem2mutex: drivers/mtd/Gravatar Ingo Molnar 1-6/+8
2005-11-07[MTD] core: Clean up trailing white spacesGravatar Thomas Gleixner 1-22/+22
2005-11-07[MTD] Tidy up Tims include cleanupGravatar Thomas Gleixner 1-5/+6
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+394