From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH 2/4] fdtget: Add -p to list the properties of a node Date: Wed, 07 Mar 2012 19:25:03 -0600 Message-ID: References: <1330737130-29600-1-git-send-email-sjg@chromium.org> <1330737130-29600-2-git-send-email-sjg@chromium.org> <20120307233853.GN1929@truffala.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20120307233853.GN1929-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 List-Id: devicetree@vger.kernel.org > On Wed, Mar 07, 2012 at 01:27:59PM -0600, Jon Loeliger wrote: > > > This option lists the properties of each node given as a parameter, one > > > property per line. > > > > > > Signed-off-by: Simon Glass > > > > Applied. > > But not pushed out by the looks of it? I thought it was.... $ git log --oneline | head -6 7fcbef2 fdtget: Add -d to provide a default value 16c99ee fdtget: Add -l to list the subnodes of a node 30eb201 fdtget: Add -p to list the properties of a node 097ec97 fdtget: Fix multiple arg bug and add test for it a6e6c60 dtc: Fix zero-length input segfault e280442 Fix uninitialized access bug in utilfdt_decode_type jdl