aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cmdlinepart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23mtd: cmdlinepart: Update comment for introduction of OFFSET_CONTINUOUSGeert Uytterhoeven1-1/+4
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-1/+1
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris1-1/+0
2015-09-28mtd: cmdlinepart: convert printk() to pr_*()Brian Norris1-14/+11
2015-09-28mtd: cmdlinepart: allow small partitionsBrian Norris1-3/+2
2014-07-02mtd: cmdlinepart: Spelling s/trucate/truncate/Geert Uytterhoeven1-1/+1
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-1/+2
2013-02-04mtd: Allow removal of partitioning modulesLubomir Rintel1-0/+6
2013-02-04mtd: cmdlinepart: Make it into a moduleLubomir Rintel1-1/+7
2013-02-04mtd: cmdlinepart: update /proc/mtd commentChristopher Cordahi1-1/+1
2013-02-04mtd: cmdlinepart: describe mtd orderingChristopher Cordahi1-1/+12
2013-02-04mtd: cmdlinepart: skip partitions truncated to zeroChristopher Cordahi1-9/+8
2013-02-04mtd: cmdlinepart: fix skipping zero sized partitionChristopher Cordahi1-0/+1
2012-11-15mtd: cmdlinepart: fix the overflow of big mtd partitionsHuang Shijie1-5/+6
2012-11-15mtd: cmdlinepart: Simplify parse_cmdline_partitionsShmulik Ladkani1-38/+42
2012-09-29mtd: cmdlinepart: make the partitions rule more strictShmulik Ladkani1-1/+11
2012-09-29mtd: cmdlinepart: minor cleanupsArtem Bityutskiy1-78/+59
2012-09-29mtd: cmdlinepart: revise error handlingArtem Bityutskiy1-16/+18
2012-09-29mtd: cmdlinepart: remove unneeded initializationArtem Bityutskiy1-1/+1
2012-05-13mtd: cmdlinepart: fix commentaryPeter Meerwald1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-5/+2
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov1-2/+2
2011-09-11mtd: remove printk's for [kv][mz]alloc failuresBrian Norris1-3/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-1/+16
2009-06-25mtd: cmdlineparts: Use 64-bit format when printing a debug message.Thadeu Lima de Souza Cascardo1-1/+1
2009-03-20[MTD] mtdpart: Make all partition parsers return allocated arrayAtsushi Nemoto1-1/+5
2008-10-18[MTD] cmdlineparts documentation change - explain where mtd-id comes fromPhilip Rakity1-0/+1
2008-07-11[MTD] Fix const assignment in the MTD command line partitioning driverDavid Howells1-1/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-22[MTD] cmdlinepart: Missing partition info is not an errorPeter Korsgaard1-4/+1
2008-04-22[MTD] cmdlinepart.c: don't compare pointers with 0Adrian Bunk1-4/+6
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon1-1/+8
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-11-28[MTD] make drivers/mtd/cmdlinepart.c:mtdpart_setup() staticAdrian Bunk1-1/+1
2006-03-31[PATCH] mtd cmdlinepart: allow zero offset valueAtsushi Nemoto1-3/+4
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-28/+28
2005-06-29[MTD] Fix commandline parser alignementJoern Engel1-2/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+367