Re: [PATCH] spmi: Convert to using %pOF instead of full_name

2017-08-09 Thread Stephen Boyd
On 08/09/2017 02:50 PM, Rob Herring wrote: > +Stephen > > On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring wrote: >> Now that we have a custom printf format specifier, convert users of >> full_name to use %pOF instead. This is preparation to remove storing >> of the full path string

Re: [PATCH] spmi: Convert to using %pOF instead of full_name

2017-08-09 Thread Stephen Boyd
On 08/09/2017 02:50 PM, Rob Herring wrote: > +Stephen > > On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring wrote: >> Now that we have a custom printf format specifier, convert users of >> full_name to use %pOF instead. This is preparation to remove storing >> of the full path string for each node. >>

Re: [PATCH] spmi: Convert to using %pOF instead of full_name

2017-08-09 Thread Rob Herring
+Stephen On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring

Re: [PATCH] spmi: Convert to using %pOF instead of full_name

2017-08-09 Thread Rob Herring
+Stephen On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring > --- >