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

2017-08-16 Thread Arnd Bergmann
On Wed, Jul 19, 2017 at 8:22 AM, Maxime Ripard wrote: > On Tue, Jul 18, 2017 at 04:42:51PM -0500, 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 no

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

2017-08-09 Thread Rob Herring
On Tue, Jul 18, 2017 at 4:42 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 > Cc: Maxime Ripard > Cc: Chen-

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

2017-07-18 Thread Maxime Ripard
On Tue, Jul 18, 2017 at 04:42:51PM -0500, 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 > Cc: Maxime Ripard >

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

2017-07-18 Thread Rob Herring
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 Cc: Maxime Ripard Cc: Chen-Yu Tsai Cc: linux-arm-ker...@lists.infradead.org --- drivers/bus