Re: [PATCH 3/8] sparc: prom: use property "name" directly to construct node names

2018-11-09 Thread David Miller
From: Rob Herring Date: Fri, 9 Nov 2018 07:02:46 -0600 > On Thu, Nov 8, 2018 at 9:13 PM David Miller wrote: >> >> From: Rob Herring >> Date: Wed, 7 Nov 2018 16:31:46 -0600 >> >> > In preparation to remove direct accesses to the device_node.name >> > pointer, retrieve the node name from the "na

Re: [PATCH 3/8] sparc: prom: use property "name" directly to construct node names

2018-11-09 Thread Rob Herring
On Thu, Nov 8, 2018 at 9:13 PM David Miller wrote: > > From: Rob Herring > Date: Wed, 7 Nov 2018 16:31:46 -0600 > > > In preparation to remove direct accesses to the device_node.name > > pointer, retrieve the node name from the "name" property instead. > > > > Cc: "David S. Miller" > > Cc: spar

Re: [PATCH 3/8] sparc: prom: use property "name" directly to construct node names

2018-11-08 Thread David Miller
From: Rob Herring Date: Wed, 7 Nov 2018 16:31:46 -0600 > In preparation to remove direct accesses to the device_node.name > pointer, retrieve the node name from the "name" property instead. > > Cc: "David S. Miller" > Cc: sparcli...@vger.kernel.org > Signed-off-by: Rob Herring On some 32-bit

[PATCH 3/8] sparc: prom: use property "name" directly to construct node names

2018-11-07 Thread Rob Herring
In preparation to remove direct accesses to the device_node.name pointer, retrieve the node name from the "name" property instead. Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Rob Herring --- arch/sparc/kernel/prom_32.c | 20 ++-- arch/sparc/kernel/prom_64.c |