summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/phram.c
AgeCommit message (Expand)Author
2023-10-16mtd: phram: Convert to platform remove callback returning voidUwe Kleine-König
2022-05-16mtd: phram: Allow cached mappingsVincent Whitchurch
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch
2022-01-25mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai
2021-01-27mtd: phram: use div_u64_rem to stop overwrite len in phram_setupyangerkun
2020-12-07mtd: phram: Allow the user to set the erase page size.Patrick O'Grady
2020-11-20mtd: devices: phram: File headers are not good candidates for kernel-docLee Jones
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-03-24mtd: phram: fix a double free issue in error pathWen Yang
2019-09-15mtd: phram: Module parameters add writable permissionsXiaoming Ni
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2014-10-22mtd: phram: fix asm/io.h include usageRob Ward
2014-07-14mtd: phram: Fix whitespace issuesRob Ward
2014-07-05mtd: phram: replace kmalloc/strcpy by kstrdupFabian Frederick
2014-03-10mtd: phram: Repair multiple instances supportAlexander Sverdlin
2013-11-06mtd: phram: Make phram 64-bit compatibleAlexander Sverdlin
2012-03-27mtd: phram: fix section mismatch for phram_setupRyosuke Saito
2012-03-27mtd: phram: dot not crash when built-in and passing boot paramHervé Fache
2012-03-27mtd: harmonize mtd_point interface implementationArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles
2011-03-11mtd: phram: fix memory leakMathias Krause
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches
2009-09-19phram: cleanup error handling and associated messagesMike Frysinger
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert
2008-04-22[MTD] Correct phram module param descriptionMark Hindley
2008-02-06Claim maintainership for block2mtd and update email addressesJoern Engel
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl
2006-04-17Remove unchecked MTD flagsJörn Engel
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-05-23[MTD] phram: Allow short reads. Joern Engel
2005-05-23[MTD] Use after free, found by the Coverity toolJoern Engel
2005-04-16Linux-2.6.12-rc2Linus Torvalds