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

2017-08-23 Thread Marc Zyngier
On 18/07/17 22:43, 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: Thomas Gleixner > Cc: Jason Cooper > C

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

2017-07-19 Thread Eric Anholt
Rob Herring writes: > 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. > For bcm283x: Acked-by: Eric Anholt signature.asc Description: PGP signature

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

2017-07-19 Thread Matthias Brugger
On 07/18/2017 11: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 Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc

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

2017-07-19 Thread Alexandre Torgue
On 07/18/2017 11: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 Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc

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

2017-07-18 Thread Maxime Ripard
On Tue, Jul 18, 2017 at 04:43:10PM -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: Thomas Gleixner

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

2017-07-18 Thread Baruch Siach
Hi Rob, On Tue, Jul 18, 2017 at 04:43:10PM -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: Thomas G

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

2017-07-18 Thread Vladimir Zapolskiy
On 07/19/2017 12:43 AM, 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: Thomas Gleixner > Cc: Jason Cooper

[PATCH] irqchip: 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: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: Lee Jones Cc: Eric Anholt Cc: S