]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Rename fdt_create_phandle to fdt_set_phandle
authorKumar Gala <galak@kernel.crashing.org>
Mon, 1 Aug 2011 05:23:23 +0000 (00:23 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 30 Sep 2011 00:01:05 +0000 (19:01 -0500)
commitf117c0f0731e99a5e468a300a71b34afa337e133
tree1846f74d21de44cfd8b5b5c298699fa611655a25
parente2d0f255cf730ba56c6531a1bdadd347800d9cca
fdt: Rename fdt_create_phandle to fdt_set_phandle

The old fdt_create_phandle didn't actually create a phandle it just
set one.  We'll introduce a new helper that actually does creation.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
arch/powerpc/cpu/mpc85xx/portals.c
common/fdt_support.c
include/fdt_support.h