From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 15 Oct 2011 11:32:25 -0400 Subject: [U-Boot] Pull request: u-boot-fdt Message-ID: <4E99A789.8090406@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51: Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200) are available in the git repository at: git://git.denx.de/u-boot-fdt.git master Chunhe Lan (1): fdt: Add a do_fixup_by_path_string() function Timur Tabi (3): fdt: check for fdt errors in fdt_create_phandle fdt: update fdt_alloc_phandle to use fdt_get_phandle powerpc/85xx: use fdt_create_phandle() to create the Fman firmware phandles arch/powerpc/cpu/mpc85xx/fdt.c | 5 ++--- common/fdt_support.c | 18 +++++++++++------- include/fdt_support.h | 9 ++++++++- 3 files changed, 21 insertions(+), 11 deletions(-)