aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/phram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-7/+0
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2014-10-22mtd: phram: fix asm/io.h include usageRob Ward1-1/+1
2014-07-14mtd: phram: Fix whitespace issuesRob Ward1-1/+2
2014-07-05mtd: phram: replace kmalloc/strcpy by kstrdupFabian Frederick1-3/+1
2014-03-10mtd: phram: Repair multiple instances supportAlexander Sverdlin1-7/+34
2013-11-06mtd: phram: Make phram 64-bit compatibleAlexander Sverdlin1-33/+33
2012-03-27mtd: phram: fix section mismatch for phram_setupRyosuke Saito1-1/+1
2012-03-27mtd: phram: dot not crash when built-in and passing boot paramHervé Fache1-3/+30
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy1-4/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-2/+0
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy1-1/+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-1/+2
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
2011-03-11mtd: phram: fix memory leakMathias Krause1-0/+3
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches1-1/+1
2009-09-19phram: cleanup error handling and associated messagesMike Frysinger1-13/+12
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert1-6/+7
2008-04-22[MTD] Correct phram module param descriptionMark Hindley1-1/+1
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel1-2/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
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-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse1-3/+3
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl1-2/+6
2006-04-17Remove unchecked MTD flagsJörn Engel1-1/+1
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner1-7/+7
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-05-23[MTD] phram: Allow short reads. Joern Engel1-8/+22
2005-05-23[MTD] Use after free, found by the Coverity toolJoern Engel1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+285