Re: [v2, 3/5] powerpc: pseries: remove dlpar_attach_node dependency on full path
From: Michael Ellerman <hidden>
Date: 2017-08-24 12:37:42
Also in:
linux-devicetree, lkml
From: Michael Ellerman <hidden>
Date: 2017-08-24 12:37:42
Also in:
linux-devicetree, lkml
On Mon, 2017-08-21 at 15:16:49 UTC, Rob Herring wrote:
In preparation to stop storing the full node path in full_name, remove the dependency on full_name from dlpar_attach_node(). Callers of dlpar_attach_node() already have the parent device_node, so just pass the parent node into dlpar_attach_node instead of the path. This avoids doing a lookup of the parent node by the path. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <redacted> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/215ee763f8cb9a2912d411f96f6f67 cheers