From patchwork Sat Oct 15 15:32:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerry Van Baren X-Patchwork-Id: 119977 X-Patchwork-Delegate: vanbaren@cideas.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5C797B70F5 for ; Sun, 16 Oct 2011 02:32:38 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C16E428B4F; Sat, 15 Oct 2011 17:32:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kDp7VnT-rRF9; Sat, 15 Oct 2011 17:32:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 700B528ADB; Sat, 15 Oct 2011 17:32:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FF6E28ADB for ; Sat, 15 Oct 2011 17:32:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TbL5y4x+bNYT for ; Sat, 15 Oct 2011 17:32:29 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by theia.denx.de (Postfix) with ESMTP id 2591428A66 for ; Sat, 15 Oct 2011 17:32:28 +0200 (CEST) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta09.westchester.pa.mail.comcast.net with comcast id l3XV1h0040vyq2s593YUyd; Sat, 15 Oct 2011 15:32:28 +0000 Received: from [192.168.47.216] ([69.246.42.14]) by omta05.westchester.pa.mail.comcast.net with comcast id l3YT1h0030JLSph3R3YTCd; Sat, 15 Oct 2011 15:32:28 +0000 Message-ID: <4E99A789.8090406@cideas.com> Date: Sat, 15 Oct 2011 11:32:25 -0400 From: Jerry Van Baren User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: wd@denx.de, u-boot@lists.denx.de Subject: [U-Boot] Pull request: u-boot-fdt X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@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(-)