aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mtdram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08mtd: mtdram: Expose module parametersRichard Weinberger1-2/+0
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-2/+1
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre1-14/+0
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre1-0/+22
2016-03-07mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein1-1/+4
2015-10-19mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang1-0/+21
2015-09-29Revert "mtd: mtdram: check offs and len in mtdram->erase"Brian Norris1-21/+0
2015-09-29mtd: mtdram: check offs and len in mtdram->eraseDongsheng Yang1-0/+21
2014-01-20mtd: mtdram: add missing 'const'Brian Norris1-1/+1
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy1-3/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-17/+0
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-1/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-6/+6
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-3/+2
2011-03-11mtd: mtdram: initialize writebufsize fieldArtem Bityutskiy1-0/+1
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2009-03-24NOMMU: Present backing device capabilities for MTD chardevsDavid Howells1-0/+14
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-1/+0
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert1-4/+7
2008-04-22[MTD] mtdram.c should #include <linux/mtd/mtdram.h>Adrian Bunk1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse1-1/+1
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy1-0/+1
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel1-1/+1
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl1-2/+1
2005-05-23[MTD] mtdram: Quick cleanup of the driver:Joern Engel1-169/+96
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+235