From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 12 Nov 2012 21:41:17 -0500 Subject: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property In-Reply-To: <20121108194105.578d1773626690729a51aed5@freescale.com> References: <1346114340-5510-1-git-send-email-kim.phillips@freescale.com> <5054926C.4080505@gmail.com> <20121108194105.578d1773626690729a51aed5@freescale.com> Message-ID: <50A1B34D.1060301@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/08/2012 08:41 PM, Kim Phillips wrote: > On Sat, 15 Sep 2012 10:36:28 -0400 > Jerry Van Baren wrote: > >> On 08/27/2012 08:38 PM, Kim Phillips wrote: >>> From: Minghuan Lian >>> >>> Some properties may contain multiple values, these values may need >>> to be added to the property respectively. this patch provides this >>> functionality. The main purpose of fdt_append_prop() is to append >>> the values to a existing property, or create a new property if it >>> dose not exist. >>> >>> Signed-off-by: Minghuan Lian >>> Signed-off-by: David Gibson >> >> Queued up 2 of 2 patches to the u-boot-fdt "next" branch. I'll issue a >> pull request when the merge window opens. > > the merge window closed five days ago, and these didn't make it in. > What's the deal? > > Kim It's in there: I sent a pull request Mon, Oct 22, 2012 and Tom applied it on Oct 23: ----------------------------------------------------------------- David Gibson (1): libfdt: Add helpers for 64-bit integer properties Gerald Van Baren (2): libfdt: Add helper function to create a trivial, empty tree Merge branch 'next' Joe Hershberger (5): fdt: Check error codes returned from fdtlib when loading ITB fdt: Limit printed hex in fdt print and list commands fdt: Add get commands to fdt fdt: Identify scripts in ITBs as printable strings fdt: Check for a token to skip auto-hash validation Minghuan Lian (1): libfdt: Add support for appending the values to a existing property ----------------------------------------------------------------- Best regards, gvb