Re: [Xen-devel] [PATCH v3 4/6] xen/device-tree: Make dt_match_node match props

2016-09-16 Thread Edgar E. Iglesias
On Fri, Sep 16, 2016 at 04:28:20PM +0200, Julien Grall wrote: > Hi Edgar, > > On 07/09/2016 08:56, Edgar E. Iglesias wrote: > >From: "Edgar E. Iglesias" > > > >Make dt_match_node match for existing properties. > >We only search for the existence of the properties, not > >for specific values. > >

Re: [Xen-devel] [PATCH v3 4/6] xen/device-tree: Make dt_match_node match props

2016-09-16 Thread Julien Grall
Hi Edgar, On 07/09/2016 08:56, Edgar E. Iglesias wrote: From: "Edgar E. Iglesias" Make dt_match_node match for existing properties. We only search for the existence of the properties, not for specific values. Signed-off-by: Edgar E. Iglesias --- xen/common/device_tree.c | 5 - xen/

[Xen-devel] [PATCH v3 4/6] xen/device-tree: Make dt_match_node match props

2016-09-06 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Make dt_match_node match for existing properties. We only search for the existence of the properties, not for specific values. Signed-off-by: Edgar E. Iglesias --- xen/common/device_tree.c | 5 - xen/include/xen/device_tree.h | 7 +++ 2 files changed, 11