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

2018-09-30 Thread Andy Gross
On Mon, Aug 27, 2018 at 08:52:44PM -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: Qiang Zhao > Cc: Li Yang > Cc: Andy Gross > Cc: David Brown > Cc: Heiko Stuebner > Cc: Thier

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

2018-08-29 Thread Heiko Stübner
Am Dienstag, 28. August 2018, 03:52:44 CEST schrieb Rob Herring: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > drivers/soc/rockchip/pm_domains.c | 44 +++ For the Rockchip-part Acke

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

2018-08-29 Thread Qiang Zhao
From: Rob Herring Date: 2018年8月28日 9:53 > To: linux-ker...@vger.kernel.org > Cc: Qiang Zhao ; Leo Li ; Andy > Gross ; David Brown ; Heiko > Stuebner ; Thierry Reding ; > Jonathan Hunter ; Santosh Shilimkar > ; linuxppc-dev@lists.ozlabs.org; > linux-arm-ker...@lists.infradead.org; linux-...@vger.ke

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

2018-08-28 Thread Tyrel Datwyler
On 08/28/2018 03:29 PM, Li Yang wrote: > On Tue, Aug 28, 2018 at 5:16 PM Tyrel Datwyler > wrote: >> >> On 08/28/2018 11:48 AM, Li Yang wrote: >>> On Mon, Aug 27, 2018 at 8:57 PM Rob Herring wrote: In preparation to remove the node name pointer from struct device_node, convert print

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

2018-08-28 Thread Li Yang
On Tue, Aug 28, 2018 at 5:16 PM Tyrel Datwyler wrote: > > On 08/28/2018 11:48 AM, Li Yang wrote: > > On Mon, Aug 27, 2018 at 8:57 PM Rob Herring wrote: > >> > >> In preparation to remove the node name pointer from struct device_node, > >> convert printf users to use the %pOFn format specifier. >

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

2018-08-28 Thread Tyrel Datwyler
On 08/28/2018 11:48 AM, Li Yang wrote: > On Mon, Aug 27, 2018 at 8:57 PM Rob Herring wrote: >> >> In preparation to remove the node name pointer from struct device_node, >> convert printf users to use the %pOFn format specifier. > > Please forgive my ignorance, but what is this format specifier d

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

2018-08-28 Thread Li Yang
On Mon, Aug 27, 2018 at 8:57 PM Rob Herring wrote: > > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. Please forgive my ignorance, but what is this format specifier do exactly? I cannot find anything listed in th

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

2018-08-28 Thread Thierry Reding
On Mon, Aug 27, 2018 at 08:52:44PM -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: Qiang Zhao > Cc: Li Yang > Cc: Andy Gross > Cc: David Brown > Cc: Heiko Stuebner > Cc: Thier