Re: [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2012-01-03 Thread Simon Glass
Hi Jon, On Thu, Dec 22, 2011 at 6:17 AM, Jon Loeliger j...@jdl.com wrote: Hi Jon, Has this been applied? I cannot see it in the repo. Please can you let me know about the status of this patch? Regards, Simon Simon, Sorry.  Except for a minor we should test this comment from David, I

Re: [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2011-12-22 Thread Jon Loeliger
Hi Jon, Has this been applied? I cannot see it in the repo. Please can you let me know about the status of this patch? Regards, Simon Simon, Sorry. Except for a minor we should test this comment from David, I thought my devtree patch queue was empty. If you (or anyone else) has an

Re: [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2011-12-21 Thread Simon Glass
Hi Jon, On Tue, Dec 20, 2011 at 4:01 AM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Dec 15, 2011 at 05:37:51PM -0800, Simon Glass wrote: Hi, On Thu, Sep 22, 2011 at 6:20 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Sep 22, 2011 at 10:11:05AM -0700, Simon Glass

Re: [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2011-12-20 Thread David Gibson
On Thu, Dec 15, 2011 at 05:37:51PM -0800, Simon Glass wrote: Hi, On Thu, Sep 22, 2011 at 6:20 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Sep 22, 2011 at 10:11:05AM -0700, Simon Glass wrote: This simply utility makes it easy for scripts to read values from the device

[PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2011-09-22 Thread Simon Glass
This simply utility makes it easy for scripts to read values from the device tree. It is written in C and uses the same libfdt as the rest of the dtc package. What is it for: - Reading fdt values from scripts - Extracting fdt information within build systems - Looking at particular values without

Re: [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

2011-09-22 Thread David Gibson
On Thu, Sep 22, 2011 at 10:11:05AM -0700, Simon Glass wrote: This simply utility makes it easy for scripts to read values from the device tree. It is written in C and uses the same libfdt as the rest of the dtc package. What is it for: - Reading fdt values from scripts - Extracting fdt