From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH v4 2/6] Add fdt read/write utility functions Date: Thu, 22 Sep 2011 10:32:41 -0500 Message-ID: References: <1316637169-24112-1-git-send-email-sjg@chromium.org> <1316637169-24112-3-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1316637169-24112-3-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@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: Simon Glass Cc: Devicetree Discuss List-Id: devicetree@vger.kernel.org > This adds higher-level libfdt operations for reading/writing an fdt > blob from/to a file, as well s a function to decode a data type string > as will be used by fdtget, fdtput. > > Add utilfdt tests > > This adds a few tests for the simple type argument supported by > utilfdt_decode_type. > > I assume this will be squashed in with utilfdt, but I have left it out > for easier review here. > > Signed-off-by: Simon Glass Simon, I'm willing to apply patches 2, 3 and 4 of this series as well, but 'git --3way am ' has groused that the patch looks corrupted or hand edited and doesn't apply to any blob in my tree. Bummer. Any chance you could rebase on to current top? I've added a patch or two from Anton, and your 1/6 from this series. Thanks, jdl