summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/phram.c
AgeCommit message (Expand)AuthorLines
2014-10-22mtd: phram: fix asm/io.h include usageRob Ward-1/+1
2014-07-14mtd: phram: Fix whitespace issuesRob Ward-1/+2
2014-07-05mtd: phram: replace kmalloc/strcpy by kstrdupFabian Frederick-3/+1
2014-03-10mtd: phram: Repair multiple instances supportAlexander Sverdlin-7/+34
2013-11-06mtd: phram: Make phram 64-bit compatibleAlexander Sverdlin-33/+33
2012-03-27mtd: phram: fix section mismatch for phram_setupRyosuke Saito-1/+1
2012-03-27mtd: phram: dot not crash when built-in and passing boot paramHervé Fache-3/+30
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy-4/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy-2/+0
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy-1/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy-23/+0
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy-1/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy-5/+5
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles-2/+2
2011-03-11mtd: phram: fix memory leakMathias Krause-0/+3
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches-1/+1
2009-09-19phram: cleanup error handling and associated messagesMike Frysinger-13/+12
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk-2/+0
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert-6/+7
2008-04-22[MTD] Correct phram module param descriptionMark Hindley-1/+1
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel-2/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan-3/+1
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy-0/+1
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse-1/+1
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel-1/+1
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse-3/+3
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl-2/+6
2006-04-17Remove unchecked MTD flagsJörn Engel-1/+1
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner-7/+7
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+1
2005-05-23[MTD] phram: Allow short reads. Joern Engel-8/+22
2005-05-23[MTD] Use after free, found by the Coverity toolJoern Engel-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+285