From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: libfdt: Add support for appending the values to a existing property Date: Mon, 05 Dec 2011 10:21:50 -0600 Message-ID: References: <20111205012207.GA3734@truffala.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20111205012207.GA3734-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > 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 > --- > > Jon, > > Minghuan Lian sent this to the list ages ago, but it got stuck for > months in a mailing list mishap. It more recently resurfaced, I made > some small cleanups and added testcases. Please apply. Ooo, sorry. So, yeah... Applied. Thanks, jdl