Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-04 Thread Simon Glass
Hi David, On Sun, Sep 4, 2011 at 4:14 AM, David Gibson wrote: > On Sat, Sep 03, 2011 at 08:18:08PM -0700, Simon Glass wrote: >> Hi David, >> >> On Sat, Sep 3, 2011 at 7:33 AM, David Gibson >> wrote: >> > On Fri, Sep 02, 2011 at 10:54:28AM -0700, Simon Glass wrote: > [snip] >> >> >> This is wrong

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-04 Thread David Gibson
On Sat, Sep 03, 2011 at 08:18:08PM -0700, Simon Glass wrote: > Hi David, > > On Sat, Sep 3, 2011 at 7:33 AM, David Gibson > wrote: > > On Fri, Sep 02, 2011 at 10:54:28AM -0700, Simon Glass wrote: [snip] > >> >> This is wrong.  properties do not have paths - they exist in a > >> >> separate namesp

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-03 Thread Simon Glass
Hi David, On Sat, Sep 3, 2011 at 7:33 AM, David Gibson wrote: > On Fri, Sep 02, 2011 at 10:54:28AM -0700, Simon Glass wrote: >> Hi David, >> >> On Thu, Jul 28, 2011 at 5:22 AM, Simon Glass wrote: >> > Hi David, >> > >> > On Tue, Jul 19, 2011 at 3:34 PM, David Gibson >> > wrote: >> >> On Tue, Ju

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-03 Thread David Gibson
On Fri, Sep 02, 2011 at 10:54:28AM -0700, Simon Glass wrote: > Hi David, > > On Thu, Jul 28, 2011 at 5:22 AM, Simon Glass wrote: > > Hi David, > > > > On Tue, Jul 19, 2011 at 3:34 PM, David Gibson > > wrote: > >> On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: > >>> This simply util

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-09-02 Thread Simon Glass
Hi David, On Thu, Jul 28, 2011 at 5:22 AM, Simon Glass wrote: > Hi David, > > On Tue, Jul 19, 2011 at 3:34 PM, David Gibson > wrote: >> On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: >>> This simply utility makes it easy for scripts to read values from the device >>> tree. [snip]

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-07-28 Thread Simon Glass
Hi David, On Tue, Jul 19, 2011 at 3:34 PM, David Gibson wrote: > On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: >> This simply utility makes it easy for scripts to read values from the device >> tree. > > This commit message needs more information.  Command line syntax, > expected u

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-07-18 Thread David Gibson
On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: > This simply utility makes it easy for scripts to read values from the device > tree. This commit message needs more information. Command line syntax, expected use cases, .. > > Signed-off-by: Simon Glass > --- > .gitignore |

Re: [PATCH 2/9] Add dtget utility to read property values from device tree

2011-07-06 Thread Grant Likely
On Tue, Jul 05, 2011 at 12:02:50PM -0700, Simon Glass wrote: > This simply utility makes it easy for scripts to read values from the device > tree. > > Signed-off-by: Simon Glass Looks okay to me. g. > --- > .gitignore |1 + > Makefile |7 ++ > Makefile.dtget | 13 >

[PATCH 2/9] Add dtget utility to read property values from device tree

2011-07-05 Thread Simon Glass
This simply utility makes it easy for scripts to read values from the device tree. Signed-off-by: Simon Glass --- .gitignore |1 + Makefile |7 ++ Makefile.dtget | 13 dtget.c| 207 4 files changed, 228 in