summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/phram.c
AgeCommit message (Expand)AuthorLines
2022-05-16mtd: phram: Allow cached mappingsVincent Whitchurch-6/+37
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch-4/+63
2022-01-25mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter-4/+8
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai-0/+1
2021-01-27mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun-1/+5
2020-12-07mtd: phram: Allow the user to set the erase page size.Patrick O'Grady-18/+34
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones-1/+1
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal-2/+2
2020-03-24mtd: phram: fix a double free issue in error pathWen Yang-6/+9
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon-7/+0
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-1/+1
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