aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/flatdevtree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-14[POWERPC] bootwrapper: Add get_path()Scott Wood1-0/+59
2007-09-14[POWERPC] bootwrapper: flatdevtree fixesScott Wood1-22/+19
2007-08-15[POWERPC] Remove unused code causing a compile warningBecky Bruce1-18/+0
2007-05-17[POWERPC] Fix bug adding properties with flatdevtree.c's ft_set_prop()David Gibson1-9/+8
2007-03-16[POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter.Scott Wood1-5/+12
2007-03-16[POWERPC] bootwrapper: Add ft_find_node_by_prop_value().Scott Wood1-0/+65
2007-03-16[POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if already top-level.Scott Wood1-8/+13
2007-03-16[POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external functions.Scott Wood1-19/+34
2007-03-16[POWERPC] bootwrapper: Add ft_find_device_rel().Scott Wood1-0/+13
2007-03-13[POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop().Scott Wood1-1/+1
2007-03-13[POWERPC] bootwrapper: Modify *pp, not *p, in ft_shuffle().Scott Wood1-1/+1
2007-03-13[POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when calling ft_reorder().Scott Wood1-2/+8
2007-03-13[POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL.Scott Wood1-0/+3
2007-03-13[POWERPC] bootwrapper: Rename ft_node_add() to ft_get_phandle().Scott Wood1-2/+2
2007-03-13[POWERPC] bootwrapper: Add ft_root_node().Scott Wood1-4/+9
2006-10-23[POWERPC] Add flatdevtree sourceMark A. Greer1-0/+880