From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 12 Sep 2012 21:43:41 -0400 Subject: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property In-Reply-To: <20120912190843.fce4abe4031e3bf1c3f29c78@freescale.com> References: <1346114340-5510-1-git-send-email-kim.phillips@freescale.com> <20120912190843.fce4abe4031e3bf1c3f29c78@freescale.com> Message-ID: <50513A4D.9070101@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 Hi Kim, Minghuan, On 09/12/2012 08:08 PM, Kim Phillips wrote: > On Mon, 27 Aug 2012 19:38:59 -0500 > 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 >> --- > > Jerry, can you take a look at applying these? Yes, I'll queue them up this weekend. I'll also queue Marek Vasut patch "[U-Boot] [PATCH] fdt: Check if the FDT address is configured" The merge window for v2012.10 closed September 18. Unless there is an overriding urgency, the patches will go into the following release. > Thanks, > Kim Best regards, gvb