aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ofpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27mtd: ofpart: add of_match_table with "fixed-partitions"Rafał Miłecki1-0/+7
2018-03-27mtd: rename "ofpart" parser to "fixed-partitions" as it fits it betterRafał Miłecki1-5/+6
2017-08-15mtd: Convert to using %pOF instead of full_nameRob Herring1-12/+11
2017-04-19drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2017-02-09mtd: Add partition device node to mtd partition devicesSascha Hauer1-0/+1
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-2/+2
2015-12-09mtd: ofpart: assign return argument exactly onceBrian Norris1-16/+19
2015-12-09mtd: merge for-4.4 development into -next developmentBrian Norris1-2/+10
2015-12-08doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris1-0/+3
2015-12-03mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris1-2/+7
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris1-2/+0
2015-11-11mtd: ofpart: drop 'of_node' partition parser dataBrian Norris1-10/+4
2015-11-11mtd: ofpart: grab device tree node directly from master device nodeBrian Norris1-8/+10
2015-10-30mtd: ofpart: move ofpart partitions to a dedicated dt nodeMichal Suchanek1-17/+46
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-12/+3
2014-01-03mtd: make mtd_partition.name constGeert Uytterhoeven1-2/+2
2013-08-30mtd: ofpart: use for_each_child_of_node() macroWei Yongjun1-4/+2
2013-08-05mtd: ofpart: add compatible check for child nodesJosh Wu1-1/+13
2013-04-05mtd: ofpart: support partitions of 4 GiB and largerJoe Schaack1-2/+5
2013-02-04mtd: Allow removal of partitioning modulesLubomir Rintel1-0/+7
2012-11-22mtd: ofpart: Replicate mtd cmdline "lk" option with device tree "lock" propertyJosh Radel1-1/+4
2012-11-15mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat1-1/+1
2011-09-11mtd: ofpart: add ofoldpart aliasDmitry Eremin-Solenikov1-0/+6
2011-09-11mtd: make ofpart buildable as a separate moduleDmitry Eremin-Solenikov1-0/+2
2011-09-11mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov1-1/+74
2011-09-11mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov1-11/+9
2011-09-11mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov1-2/+25
2010-10-25mtd: Fix endianness issues from device treeIan Munsie1-3/+3
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-19mtd: ofpart: Check availability of reg property instead of name propertyBenjamin Krill1-11/+10
2009-03-24[MTD] ofpart: Check name property to determine partition nodes.Benjamin Krill1-0/+7
2008-10-13[MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior1-1/+0
2008-04-22[MTD] mtd/ofpart.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-02-03[MTD] Factor out OF partition support from the NOR driver.Scott Wood1-0/+74