summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/rfd_ftl.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-151-1/+0
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-64/+28
* mtd: remove some duplicative checksDan Carpenter2014-03-101-6/+3
* mtd: do not use mtd->sync directlyArtem Bityutskiy2012-01-091-2/+1
* mtd: introduce mtd_sync interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-9/+8
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-12/+12
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker2011-10-311-0/+1
* mtd: Update copyright noticesDavid Woodhouse2010-08-081-1/+1
* mtd: blktrans: Hotplug fixesMaxim Levitsky2010-02-261-1/+0
* [MTD] remove private wrapper of endian helpers in rfd_ftl.cHarvey Harrison2008-12-101-4/+2
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-11/+12
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] make struct rfd_ftl_tr staticAdrian Bunk2008-04-221-1/+1
* [MTD] Remove embedded return in RFD FTL.akpm@linux-foundation.org2007-07-231-5/+3
* [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-07-231-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-181-1/+1
|\
| * [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* | [MTD] Allow variable block sizes in mtd_blkdevsRichard Purdie2006-11-281-1/+2
|/
* [MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erasedSean Young2006-05-171-23/+25
* [PATCH] fix more missing includesTim Schmielau2006-01-081-0/+1
* [MTD] RFD_FTL: Use lanana assigned major device numberSean Young2005-11-291-4/+2
* [PATCH] mtd: rfd_ftl build fixAndrew Morton2005-11-091-0/+1
* [MTD] core: Clean up trailing white spacesThomas Gleixner2005-11-071-57/+57
* [MTD] Add Resident Flash Disk (RFD) supportSean Young2005-11-061-0/+855
OpenPOWER on IntegriCloud