summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/flatdevtree.c
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] bootwrapper: Add get_path()Scott Wood2007-09-131-0/+59
* [POWERPC] bootwrapper: flatdevtree fixesScott Wood2007-09-131-22/+19Star
* [POWERPC] Remove unused code causing a compile warningBecky Bruce2007-08-151-18/+0Star
* [POWERPC] Fix bug adding properties with flatdevtree.c's ft_set_prop()David Gibson2007-05-171-9/+8Star
* [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent para...Scott Wood2007-03-161-5/+12
* [POWERPC] bootwrapper: Add ft_find_node_by_prop_value().Scott Wood2007-03-161-0/+65
* [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if alr...Scott Wood2007-03-161-8/+13
* [POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external func...Scott Wood2007-03-161-19/+34
* [POWERPC] bootwrapper: Add ft_find_device_rel().Scott Wood2007-03-161-0/+13
* [POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop().Scott Wood2007-03-131-1/+1
* [POWERPC] bootwrapper: Modify *pp, not *p, in ft_shuffle().Scott Wood2007-03-131-1/+1
* [POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when callin...Scott Wood2007-03-131-2/+8
* [POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL.Scott Wood2007-03-131-0/+3
* [POWERPC] bootwrapper: Rename ft_node_add() to ft_get_phandle().Scott Wood2007-03-131-2/+2
* [POWERPC] bootwrapper: Add ft_root_node().Scott Wood2007-03-131-4/+9
* [POWERPC] Add flatdevtree sourceMark A. Greer2006-10-231-0/+880