aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/rfd_ftl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mtd: remove some duplicative checksDan Carpenter1-6/+3
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-9/+8
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-12/+12
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-1/+1
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky1-1/+0
2008-12-10[MTD] remove private wrapper of endian helpers in rfd_ftl.cHarvey Harrison1-4/+2
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-11/+12
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-22[MTD] make struct rfd_ftl_tr staticAdrian Bunk1-1/+1
2007-07-23[MTD] Remove embedded return in RFD FTL.akpm@linux-foundation.org1-5/+3
2007-07-23[MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita1-0/+1
2007-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-11-28[MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie1-1/+2
2006-05-17[MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erasedSean Young1-23/+25
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2005-11-29[MTD] RFD_FTL: Use lanana assigned major device numberSean Young1-4/+2
2005-11-09[PATCH] mtd: rfd_ftl build fixAndrew Morton1-0/+1
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-57/+57
2005-11-06[MTD] Add Resident Flash Disk (RFD) supportSean Young1-0/+855