Lines Matching full:partitions
3 * Flash partitions described by the OF (or flattened) device tree
17 #include <linux/mtd/partitions.h>
61 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions()
68 …pr_debug("%s: 'partitions' subnode not found on %pOF. Trying to parse direct subnodes as partition… in parse_fixed_partitions()
79 /* The 'partitions' subnode might be used by another parser */ in parse_fixed_partitions()
129 * partitions as direct children of the nand controller. in parse_fixed_partitions()
132 * U-Boot) just add the partitions there assuming in parse_fixed_partitions()
140 …t partition %pOF (%pOF) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.\n", in parse_fixed_partitions()
193 { .compatible = "fixed-partitions" },
195 { .compatible = "brcm,bcm4908-partitions", .data = &bcm4908_partitions_quirks, },
196 { .compatible = "linksys,ns-partitions", .data = &linksys_ns_partitions_quirks, },
203 .name = "fixed-partitions",
224 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions()
226 return 0; /* No partitions found */ in parse_ofoldpart_partitions()
291 MODULE_ALIAS("fixed-partitions");