From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xdP2R0YSPzDrJY for ; Thu, 24 Aug 2017 22:37:35 +1000 (AEST) In-Reply-To: <20170821151651.25096-4-robh@kernel.org> To: Rob Herring , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: David Laight , Frank Rowand , linux-kernel@vger.kernel.org, Paul Mackerras Subject: Re: [v2, 3/5] powerpc: pseries: remove dlpar_attach_node dependency on full path Message-Id: <3xdP2Q710hz9sR9@ozlabs.org> Date: Thu, 24 Aug 2017 22:37:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: linuxppc-dev@lists.ozlabs.org Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/215ee763f8cb9a2912d411f96f6f67 cheers