summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ofpart.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* mtd: ofpart: add of_match_table with "fixed-partitions"Rafał Miłecki2018-03-271-0/+7
* mtd: rename "ofpart" parser to "fixed-partitions" as it fits it betterRafał Miłecki2018-03-271-5/+6
* mtd: Convert to using %pOF instead of full_nameRob Herring2017-08-151-12/+11
* drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-04-191-2/+2
* mtd: Add partition device node to mtd partition devicesSascha Hauer2017-02-091-0/+1
* mtd: partitions: make parsers return 'const' partition arraysBrian Norris2015-12-091-2/+2
* mtd: ofpart: assign return argument exactly onceBrian Norris2015-12-091-16/+19
* mtd: merge for-4.4 development into -next developmentBrian Norris2015-12-091-2/+10
|\
| * doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris2015-12-081-0/+3
| * mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris2015-12-031-2/+7
* | mtd: kill off MTD partition parser boilerplateBrian Norris2015-11-191-2/+0
* | mtd: ofpart: drop 'of_node' partition parser dataBrian Norris2015-11-111-10/+4
* | mtd: ofpart: grab device tree node directly from master device nodeBrian Norris2015-11-111-8/+10
|/
* mtd: ofpart: move ofpart partitions to a dedicated dt nodeMichal Suchanek2015-10-301-17/+46
* mtd: make register_mtd_parser return voidAxel Lin2014-01-031-12/+3
* mtd: make mtd_partition.name constGeert Uytterhoeven2014-01-031-2/+2
* mtd: ofpart: use for_each_child_of_node() macroWei Yongjun2013-08-301-4/+2
* mtd: ofpart: add compatible check for child nodesJosh Wu2013-08-051-1/+13
* mtd: ofpart: support partitions of 4 GiB and largerJoe Schaack2013-04-051-2/+5
* mtd: Allow removal of partitioning modulesLubomir Rintel2013-02-041-0/+7
* mtd: ofpart: Replicate mtd cmdline "lk" option with device tree "lock" propertyJosh Radel2012-11-221-1/+4
* mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()Sachin Kamat2012-11-151-1/+1
* mtd: ofpart: add ofoldpart aliasDmitry Eremin-Solenikov2011-09-111-0/+6
* mtd: make ofpart buildable as a separate moduleDmitry Eremin-Solenikov2011-09-111-0/+2
* mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov2011-09-111-1/+74
* mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov2011-09-111-11/+9
* mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov2011-09-111-2/+25
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-3/+3
* mtd: Update copyright noticesDavid Woodhouse2010-08-081-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mtd: ofpart: Check availability of reg property instead of name propertyBenjamin Krill2009-09-191-11/+10
* [MTD] ofpart: Check name property to determine partition nodes.Benjamin Krill2009-03-241-0/+7
* [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-131-1/+0
* [MTD] mtd/ofpart.c: add MODULE_LICENSEAdrian Bunk2008-04-221-0/+2
* [MTD] Factor out OF partition support from the NOR driver.Scott Wood2008-02-031-0/+74
OpenPOWER on IntegriCloud