Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-10-01 Thread Will Deacon
On Fri, Sep 28, 2018 at 04:19:07PM -0500, Rob Herring wrote: > On Tue, Aug 28, 2018 at 12:02 PM Will Deacon wrote: > > > > On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > > > In preparation to remove the node name pointer from struct device_node, > > > convert printf users to use

Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-10-01 Thread Will Deacon
On Fri, Sep 28, 2018 at 04:19:07PM -0500, Rob Herring wrote: > On Tue, Aug 28, 2018 at 12:02 PM Will Deacon wrote: > > > > On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > > > In preparation to remove the node name pointer from struct device_node, > > > convert printf users to use

Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-09-28 Thread Rob Herring
On Tue, Aug 28, 2018 at 12:02 PM Will Deacon wrote: > > On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > > In preparation to remove the node name pointer from struct device_node, > > convert printf users to use the %pOFn format specifier. > > > > Cc: Will Deacon > > Cc: Mark

Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-09-28 Thread Rob Herring
On Tue, Aug 28, 2018 at 12:02 PM Will Deacon wrote: > > On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > > In preparation to remove the node name pointer from struct device_node, > > convert printf users to use the %pOFn format specifier. > > > > Cc: Will Deacon > > Cc: Mark

Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-08-28 Thread Will Deacon
On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > > Cc: Will Deacon > Cc: Mark Rutland > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Rob

Re: [PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-08-28 Thread Will Deacon
On Mon, Aug 27, 2018 at 08:52:39PM -0500, Rob Herring wrote: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > > Cc: Will Deacon > Cc: Mark Rutland > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Rob

[PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Will Deacon Cc: Mark Rutland Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/perf/arm_pmu_platform.c | 6 +++--- 1 file changed,

[PATCH] perf: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Will Deacon Cc: Mark Rutland Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/perf/arm_pmu_platform.c | 6 +++--- 1 file changed,