Re: [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function

2019-08-20 Thread Nicolas Saenz Julienne
Hi Rob, thanks for the rewiew. On Tue, 2019-08-20 at 12:16 -0500, Rob Herring wrote: > On Tue, Aug 20, 2019 at 9:58 AM Nicolas Saenz Julienne > wrote: > > Provides the same functionality as of_machine_is_compatible. > > > > Signed-off-by: Nicolas Saenz Julienne > > --- > > > > Changes in v2: N

Re: [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function

2019-08-20 Thread Rob Herring
On Tue, Aug 20, 2019 at 9:58 AM Nicolas Saenz Julienne wrote: > > Provides the same functionality as of_machine_is_compatible. > > Signed-off-by: Nicolas Saenz Julienne > --- > > Changes in v2: None > > drivers/of/fdt.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/of/f

[PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function

2019-08-20 Thread Nicolas Saenz Julienne
Provides the same functionality as of_machine_is_compatible. Signed-off-by: Nicolas Saenz Julienne --- Changes in v2: None drivers/of/fdt.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 9cdf14b9aaab..06ffbd39d9af 100644 --- a/drivers/of/fd