aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/cmdlinepart.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09mtd: partitions: make parsers return 'const' partition arraysGravatar Brian Norris 1-1/+1
2015-11-19mtd: kill off MTD partition parser boilerplateGravatar Brian Norris 1-1/+0
2015-09-28mtd: cmdlinepart: convert printk() to pr_*()Gravatar Brian Norris 1-14/+11
2015-09-28mtd: cmdlinepart: allow small partitionsGravatar Brian Norris 1-3/+2
2014-07-02mtd: cmdlinepart: Spelling s/trucate/truncate/Gravatar Geert Uytterhoeven 1-1/+1
2014-01-03mtd: make register_mtd_parser return voidGravatar Axel Lin 1-1/+2
2013-02-04mtd: Allow removal of partitioning modulesGravatar Lubomir Rintel 1-0/+6
2013-02-04mtd: cmdlinepart: Make it into a moduleGravatar Lubomir Rintel 1-1/+7
2013-02-04mtd: cmdlinepart: update /proc/mtd commentGravatar Christopher Cordahi 1-1/+1
2013-02-04mtd: cmdlinepart: describe mtd orderingGravatar Christopher Cordahi 1-1/+12
2013-02-04mtd: cmdlinepart: skip partitions truncated to zeroGravatar Christopher Cordahi 1-9/+8
2013-02-04mtd: cmdlinepart: fix skipping zero sized partitionGravatar Christopher Cordahi 1-0/+1
2012-11-15mtd: cmdlinepart: fix the overflow of big mtd partitionsGravatar Huang Shijie 1-5/+6
2012-11-15mtd: cmdlinepart: Simplify parse_cmdline_partitionsGravatar Shmulik Ladkani 1-38/+42
2012-09-29mtd: cmdlinepart: make the partitions rule more strictGravatar Shmulik Ladkani 1-1/+11
2012-09-29mtd: cmdlinepart: minor cleanupsGravatar Artem Bityutskiy 1-78/+59
2012-09-29mtd: cmdlinepart: revise error handlingGravatar Artem Bityutskiy 1-16/+18
2012-09-29mtd: cmdlinepart: remove unneeded initializationGravatar Artem Bityutskiy 1-1/+1
2012-05-13mtd: cmdlinepart: fix commentaryGravatar Peter Meerwald 1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-5/+2
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Gravatar Paul Gortmaker 1-0/+1
2011-09-11mtd: abstract last MTD partition parser argumentGravatar Dmitry Eremin-Solenikov 1-2/+2
2011-09-11mtd: remove printk's for [kv][mz]alloc failuresGravatar Brian Norris 1-3/+0
2010-08-08mtd: Update copyright noticesGravatar David Woodhouse 1-1/+16
2009-06-25mtd: cmdlineparts: Use 64-bit format when printing a debug message.Gravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-03-20[MTD] mtdpart: Make all partition parsers return allocated arrayGravatar Atsushi Nemoto 1-1/+5
2008-10-18[MTD] cmdlineparts documentation change - explain where mtd-id comes fromGravatar Philip Rakity 1-0/+1
2008-07-11[MTD] Fix const assignment in the MTD command line partitioning driverGravatar David Howells 1-1/+1
2008-06-04MTD/JFFS2: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-04-22[MTD] cmdlinepart: Missing partition info is not an errorGravatar Peter Korsgaard 1-4/+1
2008-04-22[MTD] cmdlinepart.c: don't compare pointers with 0Gravatar Adrian Bunk 1-4/+6
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Gravatar Justin Treon 1-1/+8
2006-11-28[MTD] replace kmalloc+memset with kzallocGravatar Burman Yan 1-2/+1
2006-11-28[MTD] make drivers/mtd/cmdlinepart.c:mtdpart_setup() staticGravatar Adrian Bunk 1-1/+1
2006-03-31[PATCH] mtd cmdlinepart: allow zero offset valueGravatar Atsushi Nemoto 1-3/+4
2005-11-07[MTD] core: Clean up trailing white spacesGravatar Thomas Gleixner 1-28/+28
2005-06-29[MTD] Fix commandline parser alignementGravatar Joern Engel 1-2/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+367