aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/slram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-6/+1
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz1-4/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2014-05-28mtd: slram: fix unused variable warningBrian Norris1-3/+1
2012-11-09mtd: slram: invalid checking of absolute end addressJiri Engelthaler1-1/+1
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-33/+8
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy1-3/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-23/+0
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-2/+3
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-5/+5
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-1/+1
2009-09-04slram: Read buffer overflowRoel Kluin1-1/+1
2009-01-19[MTD] slram: Handle negative devlength correctlyRoel Kluin1-4/+10
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert1-5/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-5/+2
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy1-0/+1
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse1-1/+1
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel1-1/+1
2006-04-17Remove unchecked MTD flagsJörn Engel1-2/+1
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner1-15/+15
2005-05-23[MTD] slram driver cleanupJosh Boyer1-5/+18
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+357